DBA Data[Home] [Help]

APPS.PO_GML_DB_COMMON dependencies on PO_INTERFACE_ERRORS

Line 256: # This procedure inserts records in po_interface_errors table.

252: # PROCEDURE
253: # insert_po_errors
254: #
255: # DESCRIPTION
256: # This procedure inserts records in po_interface_errors table.
257: # This is an autonomous transaction.
258: #
259: #
260: # MODIFICATION HISTORY

Line 282: INSERT INTO po_interface_errors

278: PRAGMA AUTONOMOUS_TRANSACTION;
279:
280:
281: BEGIN
282: INSERT INTO po_interface_errors
283: ( interface_type
284: , interface_transaction_id
285: , error_message
286: , processing_date