REP-01435: The value of column {0} was truncated in program unit {2}.
Cause: A column (for example, a placeholder) was assigned a value larger than its width could contain, raising the SRW.TRUNCATED_VALUE exception. The exception was not handled, raising this error.
Action: Make the column wide enough to contain the assigned value, or handle the exception in the PL/SQL source.
Level: 1
Impact: Other