Is it possible to attach same library to more than one form?
What do you understand by oracle forms and why are they required?
State the order in which these triggers are executed ?
What buil-in routines are used to display editor dynamicaly?
What is the remove on exit property?
A query fetched 10 records How many times does a PRE-QUERY Trigger and POST-QUERY Trigger will get executed ?
what ia an object groups?
.fmb will be in which folder
What is a Query Record Group?
What is the use of Validation triggers in Reports?
in reports 1og.if we enter a query in list of values then parameter form displays a dropdown.in that if any ething is selected then that will display in the report.supp if i am not selected any value then it should display all the values.how it is possible?can any one help me........
What is trigger associated with the timer?
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