what are difference between post database commit and
post-form commit?
Answer Posted / sudipta santra
Both the trigger will fire after the commit occur in the
forms, but the difference makes that : Post-Form-Commit
fires in between the post to the database and committed the
transaction whereas, the Post-Database-Commit fires after
the committed transaction in database.
Note: If the two triggers are written or applied, then Post-
Form-Commit will fire first then Post-Database-Commit will
fire.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
i am writing a query select EmpNo from Emp how can i call in after parameter form
In what situation u create the BPA.
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
What is a canvas in oracle forms?
did u received a single file or multiple files
Can we invoke one form from another in a multi-forms application?
where do u put the report file
Explain the various types of oracle report?
how report can be generated if we have the database designed in oracle 10g?
What do you understand by lov?
what are bind variables?
Is it possible to execute a dynamic sql from forms?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
from where do u receive the information to develop report