Oracle Error ORA-08465: input mask contains more than 32 characters

Oracle Error Message

ORA-08465: input mask contains more than 32 characters

Reason for the Error

The input mask passed to UTL_PG numeric conversion routine contained more the 32 characters.

Solution

Correct the mask input buffer.