What are the default extentions of the files created by menu
module?
How can I message to passed to the user from reports?
How many types of trigger can be used in a table at a time ?
how report can be generated if we have the database designed in oracle 10g?
What is the difference between Anchoring Object and Enclosing Objects ?
How do you control the constraints in forms ?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
What is difference between open_form and call_form?
What do you understand by oracle forms?
Can we use GO-BLOCK package in a pre-field trigger ?
What is an User Exits ?
What is relation between the window and canvas views?
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