Oracle Error PLS-00551: character set ANY_CS is only allowed on a subprogram parameter

Oracle Error Message

PLS-00551: character set ANY_CS is only allowed on a subprogram parameter

Reason for the Error

The character set ANY_CS was specified when it is not allowed.

Solution

Change or remove the character set specification.