Oracle Solution for Error ora-25000

Solution for Oracle Error ORA-25000

ORA-25000: invalid use of bind variable in trigger WHEN clause

What triggered the Error:

bind variable was used in the when clause of a trigger.

What should we do to fix it:

move the bind variable. To access the table columns use (new/old).column_name.