DBA Data[Home] [Help]

APPS.POR_RCV_TRANSACTION_SV dependencies on PO_INTERFACE_ERRORS

Line 996: ** Insert into PO_INTERFACE_ERRORS table

992:
993: ===========================================================================*/
994:
995: /*
996: ** Insert into PO_INTERFACE_ERRORS table
997: */
998:
999:
1000: PROCEDURE insert_interface_errors ( rcv_trx IN OUT NOCOPY rcv_transactions_interface%ROWTYPE,

Line 1010: INSERT INTO po_interface_errors (interface_type,

1006: begin
1007:
1008: X_progress := '050';
1009:
1010: INSERT INTO po_interface_errors (interface_type,
1011: interface_transaction_id,
1012: column_name,
1013: error_message_name,
1014: batch_id,