Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

form_trigger_failure rollback

KevinDClarkeMar 11 2004 — edited Mar 15 2004
It appears that raising form_trigger_failure rolls back any database changes which have been posted by the form UNLESS there has been an explicit call to POST. I cannot find this documented and wonder whether this is what actually happens. The following scenarios demonstrate this:

Create a new record.
Press Commit.
Raise form_trigger_failure in POST-INSERT.
Correct the Data.
Press Commit.
-Forms performs an INSERT

Create a new record.
Press a Button which does POST;
Raise form_trigger_failure in POST-INSERT.
Correct the Data.
Press Commit.
-Forms performs an UPDATE


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2004
Added on Mar 11 2004
16 comments
3,175 views