Page 1 of 1

How trigger an Automatic Row Processing (DML) process

Posted: Tue Dec 22, 2009 1:25 am
by smallfish
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?