DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on MTL_LOT_NUMBERS

Line 1369: l_lot_number_to_match mtl_lot_numbers.lot_number%TYPE;

1365:
1366: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1367:
1368: --New variables for FP-J Lot/Serial Support
1369: l_lot_number_to_match mtl_lot_numbers.lot_number%TYPE;
1370: l_lpn_id_to_match NUMBER;
1371: l_parent_txn_id_to_match NUMBER;
1372: l_passed_parent_txn_id NUMBER;
1373: l_wms_po_j_or_higher BOOLEAN;