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
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