What is WHEN-Database-record trigger?
Answer / chaudhry
Fires when oracle forms first marks a record as an insert or
an update. The trigger fires as soon as oracle forms
determines through validation that the record should be
processed by the next post or commit as an insert or update.
c generally occurs only when the operators modifies the
first item in the record, and after the operator attempts to
navigate out of the item.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are three panes that appear in the run time pl/sql interpreter?
Is it possible to attach same library to more than one form?
What is coordination Event?
What are the different styles of actvation of ole Objects?
What is 4-way match?
What is the built-in used to get and set lov properties during run-time?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
How do you display console on a window ?
What are the different types of Coordinations of the Master with the Detail block?
What does TKPROF stand for?
How many types of trigger can be used in a table at a time ?