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 |
When loading data from staging table to interface table , how to reload the invalid record once again ?
please explain open interface import
Name the different Cursor Attributes.
What are file in oracle.
how to set org context?
why do we validate the records while developing interface?
IN GL,AP,PO,AR WHICH MODULE DOESNOT HAVE _ALL TABLES THEN WHY?
can u explain which situation automonus transaction is used
in order to run utl_file package we need to give any specific path? if yes what is that?where u will run utl_package?
How to make Parameter as Mandatory?
HOW CAN YOU KNOW UPDATE STMT IS WORKED OR NOT IN PL/SQL?
how to move the one file from one instance to another instance?and ur scripts also?