DBA Data[Home] [Help]

APPS.WMS_WORKFLOW_WRAPPERS dependencies on MTL_LOT_NUMBERS

Line 759: FROM mtl_lot_numbers

755: AND l_lot_number IS NOT NULL) THEN
756: IF p_lot_status IS NULL THEN
757: SELECT status_id
758: INTO l_lot_status
759: FROM mtl_lot_numbers
760: WHERE lot_number = l_lot_number
761: AND inventory_item_id = l_inventory_item_id
762: AND organization_id = p_source_organization_id;
763: ELSE