Oracle Error Message
PLS-00680: BEFORE/AFTER ROW sections were used in a view trigger
Reason for the Error
BEFORE/AFTER ROW sections are not allowed with instead of row triggers.
Solution
Remove the offending sections.
PLS-00680: BEFORE/AFTER ROW sections were used in a view trigger
BEFORE/AFTER ROW sections are not allowed with instead of row triggers.
Remove the offending sections.