Skip to Main Content

APEX

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!

Cascading delete problem

437542Apr 9 2009 — edited Apr 11 2009
I need a cascading delete but I can't do it by defining constraints with ON DELETE CASCADE because of a requirement to check priviledges in triggers that raises mutation complaints when trying to delete master and details in the same transaction. It must be done in the application.

In Forms I would do it in a pre-delete trigger. What would be the best ApEx equivalent that is "minimally invasive", augmenting the standard automatic row processing and not replacing it? If I define a delete details process that executes before the standard DML process, is it going to get rolled back if there's an error in the standard DML?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2009
Added on Apr 9 2009
4 comments
595 views