Oracle Error ORA-04085: cannot change the value of an OLD reference variable

Oracle Error Message

ORA-04085: cannot change the value of an OLD reference variable

Reason for the Error

Old values can only be read and not changed.

Solution

Do not attempt to change an old variable.