GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Oracle Forms 3.0

 Print  |  
Question:  Hi,
what is place holder column?
where we can use other than formula column?




September 09, 2008 02:25:35 #4
 sumanpani   Member Since: September 2008    Total Comments: 11 

RE: Hi,what is place holder column?where we can use other than formula column?
 

A placeholder is a column for which you set the datatype and value in PL/SQL that you define.  You can set the value of a placeholder column in the following places:

n the Before Report Trigger, if the placeholder is a report-level column

n a report-level formula column, if the placeholder is a report-level column

To create or edit a placeholder column:

     

 

Back To Question