DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on MTL_LOT_NUMBERS

Line 11103: FROM mtl_lot_numbers

11099: IF (l_lpn_cont_rec.lot_control=TRUE) THEN
11100: BEGIN
11101: SELECT grade_code
11102: INTO l_grade_code
11103: FROM mtl_lot_numbers
11104: WHERE lot_number = l_lpn_cont_rec.lot_number
11105: AND inventory_item_id = l_lpn_cont_rec.inventory_item_id
11106: AND organization_id = p_org_id;
11107: IF (l_debug = 1) THEN