How trigger an Automatic Row Processing (DML) process

Questions common to all types of automated processing
smallfish
Posts:2
Joined:Tue Dec 08, 2009 1:19 am
How trigger an Automatic Row Processing (DML) process

Post by smallfish » Tue Dec 22, 2009 1:25 am

I want to trigger an Automatic Row Processing (DML) process along with a custom PL/SQL block (a stored procedure). How can I do this? The ARP process is also triggered by another button on the page, but without the PL/SQL block.

So in concrete: I have a button "Save changes" and a button "Save changes and do necessary tasks". For the first button the ARP has to be triggered, for the second one the ARP has to be triggered + a PL/SQL block that calls an additional stored procedure. How can I do this?

Post Reply