What is Place holder Columns?
Answers were Sorted based on User's Feedback
Answer / oracleapps_learner
A placeholder is a column is an empty container at design
time. The placeholder can hold a value at run time has been
calculated and placed in to It by pl/sql code from anther
object.
You can set the value of a placeholder column is in a
Before Report trigger.
Store a Temporary value for future reference. EX. Store
the current max salary as records are retrieved.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / radhakrishnan
It is like Global Variable , you can store the value in
the place holder and take whereever you want at run time
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / amit shrivastava
A Place holder column is a column for which, the data type
and value can be set dynamically (Programmatically)
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the link between AP and GL in oracle apps R/12?
4 Answers Bosch, Collabera, Synechron,
Is SOB is attached with Business grp ?
what are the error tables in OM
In sequence i want to 11 and 15th values how we will write?
PL/SQL stored procedure parameters?
Types of cursors?
What is the Exception. Types of exception, Difference between those. And example
what is pl/sql table and pl/sql records? what is the use of that?
Hoe to skip middle of the record by using SQL*Loader?
What are Mandatory triggers to write in the block, which is created on view?
what is the difference between procedure and function
Tell me some thing about SQL-LOADER.