DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on MTL_LOT_NUMBERS

Line 1363: l_lot_number_to_match mtl_lot_numbers.lot_number%TYPE;

1359:
1360: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1361:
1362: --New variables for FP-J Lot/Serial Support
1363: l_lot_number_to_match mtl_lot_numbers.lot_number%TYPE;
1364: l_lpn_id_to_match NUMBER;
1365: l_parent_txn_id_to_match NUMBER;
1366: l_passed_parent_txn_id NUMBER;
1367: l_wms_po_j_or_higher BOOLEAN;