[Home] [Help]
2115: END IF;
2116:
2117: /* INVCONV , sublot_num to be removed as part of new lot model. Punit Kumar*/
2118:
2119: INSERT INTO rcv_lot_transactions
2120: (lot_transaction_type,
2121: shipment_line_id,
2122: transaction_id,
2123: source_transaction_id,
2209: AND rti.interface_transaction_id = mtltview.product_transaction_id;
2210:
2211: IF (g_asn_debug = 'Y') THEN
2212: asn_debug.put_line('Exit insert_lot_transactions ');
2213: asn_debug.put_line('INVCONV , sublot_num has not been inserted in rcv_lot_transactions');
2214: END IF;
2215: EXCEPTION
2216: WHEN NO_DATA_FOUND THEN
2217: IF (g_asn_debug = 'Y') THEN