What do you understand by oracle forms and why are they required?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different file extensions that are created by oracle reports?
What are the built-ins used for finding Object ID function?
What is the sequence the Report triggers will fires while running a report ?
List the different types of columns in oracle reports.
In what situation u create the BPA.
Which of the above methods is the faster method?
from where do u receive the information to develop report
Can you attach an alert to a field?
what is the diffrence between before parameter form triger & formate trigger
What is the use of Printer Definition file (PRT) in Reports ?
can you change the default value of the radio button group at run time?
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