DBA Data[Home] [Help]

APPS.WMS_WORKFLOW_WRAPPERS dependencies on MTL_LOT_NUMBERS

Line 761: FROM mtl_lot_numbers

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