ERROR | invalid use of bind variable in trigger WHEN clause |
CAUSE | A bind variable was used in the when clause of a trigger. |
ACTION | Remove the bind variable. To access the table columns use (new/old).column_name. |
ERROR | invalid use of bind variable in trigger WHEN clause |
CAUSE | A bind variable was used in the when clause of a trigger. |
ACTION | Remove the bind variable. To access the table columns use (new/old).column_name. |