How does the command POST differs from COMMIT ?
Answers were Sorted based on User's Feedback
Answer / raj dhar
Post :- Post is used for temporary save and it is used in
form(D2K)only.
Commit :- Commit used for Permanently save and it is used
in form(D2K) as well as oracle.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / guest
Post writes data in the form to the database but does not
perform database commit
Commit permenently writes data in the form to the database.
| Is This Answer Correct ? | 6 Yes | 1 No |
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
What is the difference between Anchoring Object and Enclosing Objects ?
Can we invoke one form from another in a multi-forms application?
What is the difference between object embedding & linking in Oracle forms?
What do you understand by lov and how can it be used?
How can you format a character field in a report Layout editor ?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
what are Navigational Triggers?
What is the use of Validation triggers in Reports?
If the maximum record retrieved property of the query is set to 10 then a summary value will be calculated?
What is a timer?
Is it possible to split the printpreviewer into more than one region?