What are the master-detail triggers?
Answer / guest
On-Clear_delete
On_populate_details_
On_check-deletemaster
| Is This Answer Correct ? | 3 Yes | 1 No |
How can I message to passed to the user from reports?
i am writing a query select EmpNo from Emp how can i call in after parameter form
Where do u define the select statement of the parameter? is it followed by the & variable ?
What is a visual attribute?
What is a difference between pre-select and pre-query?
how to pass 2 parameters from one form to other in oracle applications?
What is a library in Forms 4.0?
difference between repeating frame and frame
What is a master detail relationship?
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
What are the two types views available in the object navigator?
There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains functions with same name fun1 (i,e lib1 have a function fun1 and lib2 also have a function fun1).how to call these functios from forms?