Hi,
I don't know the exact solution by heart, but I've seen
examples by saving all the changes in a PL/SQL table
with the AFTER INSERT/DELETE/UPDATE FOR EACH ROW-trigger and finaly process the contents of the PL/SQL-table in the AFTER INSERT/DELETE/UPDATE table-trigger.
Success




Reply With Quote