DBA Data[Home] [Help]

APPS.WMS_WORKFLOW_WRAPPERS dependencies on MTL_ITEM_LOCATIONS_KFV

Line 856: from mtl_item_locations_kfv

852: -- get source locator name
853: IF (l_source_locator IS NOT NULL) THEN
854: select concatenated_segments
855: INTO l_source_locator_n
856: from mtl_item_locations_kfv
857: where inventory_location_id = l_source_locator
858: and organization_id = p_source_organization_id;
859: END IF;
860: l_error:=19;