When to use Place holder columns in Oracle Reports and what
is a place holder column?
Answer Posted / manasa
place holder columns are like global variables in the reports.
Variables declared in the PL/SQL code they cannot be the source of the field. So, if we assign the variables to placeholder columns they can be the source of the field since they are global variables.
| Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
What are the various configuration files that are used by oracle forms?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
How can we expand Parameter Form Canvas on Reports 6i?
difference between global n context sensitive segments?
why the Ctl file u put only in bin folder why not in other folder
how do u compile a form i.e .fmb file in Unix or in dos
Is it possible to execute a dynamic sql from forms?
What is a matrix report and how many minimum groups are required to prepare the same?
i am writing a query select EmpNo from Emp how can i call in after parameter form
all steps of bitmap report?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
can you convert or reverse engineer a fmx back to a fmb file?
How to create Drill down report?
Name the different triggers associated with oracle forms having a master-detail relationship.