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?
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
all steps of bitmap report?
Is it possible to have multiple layouts in a report?
how report can be generated if we have the database designed in oracle 10g?
What is the difference between BPA AND Contract What are documents and test cases u followed
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
from where do u receive the information to develop report
How to create Drill down report?
What is the difference between bind and lexical parameter?
how do u compile a form i.e .fmb file in Unix or in dos
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
Explain master-detail relationship with some examples.
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
Can we invoke one form from another in a multi-forms application?