DBA Data[Home] [Help]

APPS.PO_INTERFACE_ERRORS_SV1 dependencies on PO_INTERFACE_ERRORS_SV1

Line 1: PACKAGE BODY PO_INTERFACE_ERRORS_SV1 AS

1: PACKAGE BODY PO_INTERFACE_ERRORS_SV1 AS
2: /* $Header: POXPIIEB.pls 115.17 2004/03/05 23:30:53 mbhargav ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_pdoi_write_to_file VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_PDOI_WRITE_TO_FILE'),'N');

Line 137: X_compl_code := po_interface_errors_sv1.insert_po_interface_errors(

133: -- call function po_interface_error_insert to insert a new error record
134: -- in an autonomous transaction. Therefore, all error messages will be
135: -- committed to the db without interfering with the main transaction's
136: -- savepoints
137: X_compl_code := po_interface_errors_sv1.insert_po_interface_errors(
138: X_interface_type,
139: X_Error_type, --
140: X_Batch_id,
141: X_Interface_Header_ID,

Line 325: END PO_INTERFACE_ERRORS_SV1;

321: RAISE;
322: END handle_interface_errors_msg;
323: --
324:
325: END PO_INTERFACE_ERRORS_SV1;