DBA Data[Home] [Help]

APPS.FLM_UTIL dependencies on MTL_ITEM_LOCATIONS_KFV

Line 47: FROM mtl_item_locations_kfv

43: l_result VARCHAR2(2000);
44: BEGIN
45: SELECT concatenated_segments
46: INTO l_result
47: FROM mtl_item_locations_kfv
48: WHERE inventory_location_id = loc_id
49: AND organization_id = org_id;
50: RETURN l_result;
51: EXCEPTION