The solution is to use two triggers: The row level trigger inserts the values into a plsql-table in a package, the statement level trigger then loops through and performs the selects that you need doing: tables are only mutating at row-level triggers.




Reply With Quote