Is PlaceHolderColumn Function or Procedure? Why we don't
write any code in that?
Answers were Sorted based on User's Feedback
Answer / sridhars.s
used to set the value dynamically depending on parameter.
or
used to substitute the values during the generation of reports
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / archana satpathy
Place holder column is a local function. By default it
returns the value assigned to it. For eg
:CP_TEST_PH := 'INDIA' will return the string 'INDIA'. You
can write code in the place holder formula by just writing
what you want to return (return 'INDIA'). In that case you
dont have to assign anything to :CP_TEST_PH anywhere. Just
make sure while creating your Place Holder column, it
returns correct datatype of adequate size.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / amit kumar
used to substitute the values during the generation of
reports...
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the use of format trigger?
Steps for DFF registration
What is sca and how is it useful?
Oder of firing triggers in form
Do you know what is applysys in oracle application database schema, what is apps?
which API to return the parameters & valuesets etc
can we get profile values in report without using user exists is it possible how?
What are documents and test cases u followed.
Need Training & Internship with guaranteed Job in ERP - Oracle Apps Tech?
wht is difference between is and as varibales,while declaring procedure which is better?
How to send the e-mail notification in XML Pub Report?
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?