DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_UTL dependencies on PO_INTERFACE_ERRORS_S

Line 28: -- Same as the PO_INTERFACE_ERRORS_SV1.handle_interface_errors() procedure.

24: -- transaction. As per ECO bug 4927349, all messages for catalog migration will
25: -- be provided by iProcurement (product code ICX).
26: --
27: --Parameters:
28: -- Same as the PO_INTERFACE_ERRORS_SV1.handle_interface_errors() procedure.
29: --End of Comments
30: --------------------------------------------------------------------------------
31: PROCEDURE add_fatal_error
32: (

Line 103: PO_INTERFACE_ERRORS_SV1.handle_interface_errors

99: END IF;
100:
101: --PO_INTERFACE_ERRORS_UTL.add_to_tbl
102: /*
103: PO_INTERFACE_ERRORS_SV1.handle_interface_errors
104: (
105: x_interface_type => 'PO_DOCS_OPEN_INTERFACE',
106: x_error_type => 'FATAL',
107: x_batch_id => PO_R12_CAT_UPG_PVT.g_job.batch_id,

Line 182: PO_INTERFACE_ERRORS_S.nextval,

178:
179: ) VALUES (
180:
181: 'PO_DOCS_OPEN_INTERFACE',
182: PO_INTERFACE_ERRORS_S.nextval,
183: p_column_name,
184: substrb(p_column_value, 1, 4000),
185: p_table_name,
186: l_error_message_text,