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 are the important table names in purchasing?
What is the interface?
How to write the no data found in XML Publiser Report in apps?
what is pl/sql table and pl/sql records? what is the use of that?
What is count(*) from po_vendors(any table)?
how to avoid duplicate data while uploading data from flatfile to staging table? some validations
how to find the custom directory in front end.
1 Answers IBM, Sierra Atlantica,
in procedure how to return a value
maximum how many parameters we can pass through pl/sql stored procedure to oracle apps?how many mandatory parameters we can pass through pl/sql program to oracle apps11i?
Difference between Bind and Lexical parameters?
While running the concurrent program we will get the status, we have to change the status. How it will be done.
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?