Oracle Error Message
ORA-30503: system triggers cannot have a REFERENCING clause
Reason for the Error
An attempt was made to use a REFERENCING clause with a system trigger, but this type of trigger is not supported because a system triggers does not have a base table.
Solution
Do not use a REFERENCING clause with a system trigger.