ERROR | functions or methods not allowed in WHEN clause |
CAUSE | PLSQL function call or method invocation is not allowed in the WHEN clause when creating a trigger. |
ACTION | Remove the function call or method invocation from the WHEN clause. |
ERROR | functions or methods not allowed in WHEN clause |
CAUSE | PLSQL function call or method invocation is not allowed in the WHEN clause when creating a trigger. |
ACTION | Remove the function call or method invocation from the WHEN clause. |