DBA Data[Home] [Help]

APPS.INV_RCV_TXN_MATCH dependencies on MTL_LOT_NUMBERS

Line 1772: l_lot_number_to_match mtl_lot_numbers.lot_number%TYPE;

1768:
1769: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1770:
1771: --New variables for FP-J Lot/Serial Support
1772: l_lot_number_to_match mtl_lot_numbers.lot_number%TYPE;
1773: l_lpn_id_to_match NUMBER;
1774: l_parent_txn_id_to_match NUMBER;
1775: l_passed_parent_txn_id NUMBER;
1776: l_wms_po_j_or_higher BOOLEAN;