Oracle Error Message
PLS-00619: the first operand in the NULLIF expression must not be NULL
Reason for the Error
The first operand in the NULLIF expression is the literal NULL.
Solution
Change the first operand in the NULLIF expression to be non-NULL.