A script-enabled browser is required for this page to function properly.

REP-1435: '<program unit name>': Value of column '<column name>' was truncated.

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 your PL/SQL source.

Note:  For help on other error messages, see Finding error message help.