DBA Data[Home] [Help]

APPS.INV_RCV_TXN_MATCH dependencies on MTL_LOT_NUMBERS

Line 1969: l_lot_number_to_match mtl_lot_numbers.lot_number%TYPE;

1965:
1966: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1967:
1968: --New variables for FP-J Lot/Serial Support
1969: l_lot_number_to_match mtl_lot_numbers.lot_number%TYPE;
1970: l_lpn_id_to_match NUMBER;
1971: l_parent_txn_id_to_match NUMBER;
1972: l_passed_parent_txn_id NUMBER;
1973: l_wms_po_j_or_higher BOOLEAN;