5499 The data size for input parameters exceeds the maximum allowable row length.
Explanation:
During a CREATE/REPLACE PROCEDURE the user has tried to specify an input (IN and/or INOUT) parameter list whose data size has exceeded the allowable row length.
Generated By:
OPT modules.
For Whom:
End User.
Remedy:
Either remove some of the fields defined in the procedure or decrease the length of some of the parameter data types.