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 |
why r u transer the data base tables to flat file and what is use
where to define interorganization transaction charges and what are the different options?
which parameters passed in report in oracle developer how to pass
hi all.i am in need of some sample codes for oracle apps manufacturing interfaces.If any of u have,plz send it to me . Thank you.
tell me the scenarios of between pages in reports
Define MultiOrg Structure
what is the difference between credit memo and debit memo?...
what are the mandatory parameters in suppler Conversion?
HOW CAN U KNOW TABLE IS REGISTERD IN APPS?
What is the reason for distribution hold. Why invoices will go on distribution variance hold ??
How will U link GL with OU in Multi-org environment.
what is count(*) from po_vendors(any table)? what does it do and what is count(1) from po_vendors(any table)? what is count(0) from po_vendors(any table) the out put is same what is the difference