Oracle Message PCC-00119 - Value of const variable in INTO clause will be modified

ERRORValue of const variable in INTO clause will be modified
CAUSEA variable declared with the type specifier const was used in an INTO clause. Such variables should not be modified and should not be used in an INTO clause.
ACTIONCheck the spelling of all identifiers in the INTO clause. If necessary, remove const from the host variable declaration or use a different host variable.