DBA Data[Home] [Help]

APPS.WMS_WORKFLOW_WRAPPERS dependencies on MTL_ITEM_LOCATIONS_KFV

Line 858: from mtl_item_locations_kfv

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