Oracle Message ORA-08464 - input raw decimal data contains more than 42 digits

ERRORinput raw decimal data contains more than 42 digits
CAUSEThe input raw buffer passed to a UTL_PG RAW_TO_NUMBER conversion routine contained more than 42 digits. This exceeds the maximum size of an Oracle number.
ACTIONCorrect the raw input buffer.