DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_INTERFACE_ERRORS

Line 5017: insert into wip_interface_errors(

5013: begin
5014: /*Bug 16529960: error message p_text passed in can be larger than the database's maximum column width.
5015: Adding substr to avoid unexpected exception ORA-12899*/
5016: for i in 1 .. p_interfaceTbl.count loop
5017: insert into wip_interface_errors(
5018: interface_id,
5019: error_type,
5020: error,
5021: last_update_date,

Line 5058: insert into wip_interface_errors(

5054: last_update_date = sysdate
5055: where rowid = p_rowid;
5056: /*Bug 16529960: error message p_text passed in can be larger than the database's maximum column width.
5057: Adding substr to avoid unexpected exception ORA-12899*/
5058: insert into wip_interface_errors(
5059: interface_id,
5060: error_type,
5061: error,
5062: last_update_date,