DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_OBJECT_SV dependencies on RCV_ASN_TRX_INSERT

Line 308: rcv_asn_trx_insert.handle_rcv_asn_transactions(x_cascaded_table, x_header_record);

304: -- delete the first original transactions_interface row and
305: -- insert the pl/sql table into the transactions_interface
306:
307: IF NVL(x_header_record.header_record.test_flag, 'N') <> 'Y' THEN
308: rcv_asn_trx_insert.handle_rcv_asn_transactions(x_cascaded_table, x_header_record);
309: END IF;
310:
311: IF NOT x_any_line_error_flag THEN -- all lines were fine
312: IF (g_asn_debug = 'Y') THEN