DBA Data[Home] [Help]

APPS.RCV_PROCESSOR_PVT dependencies on RCV_LOT_TRANSACTIONS

Line 2106: INSERT INTO rcv_lot_transactions

2102: END IF;
2103:
2104: /* INVCONV , sublot_num to be removed as part of new lot model. Punit Kumar*/
2105:
2106: INSERT INTO rcv_lot_transactions
2107: (lot_transaction_type,
2108: shipment_line_id,
2109: transaction_id,
2110: source_transaction_id,

Line 2200: asn_debug.put_line('INVCONV , sublot_num has not been inserted in rcv_lot_transactions');

2196: AND rti.interface_transaction_id = mtltview.product_transaction_id;
2197:
2198: IF (g_asn_debug = 'Y') THEN
2199: asn_debug.put_line('Exit insert_lot_transactions ');
2200: asn_debug.put_line('INVCONV , sublot_num has not been inserted in rcv_lot_transactions');
2201: END IF;
2202: EXCEPTION
2203: WHEN NO_DATA_FOUND THEN
2204: IF (g_asn_debug = 'Y') THEN