DBA Data[Home] [Help]

APPS.FLM_LOGICAL_KANBAN dependencies on MTL_ITEM_LOCATIONS_KFV

Line 47: from mtl_item_locations_kfv

43:
44: if l_locator_id is not null Then
45: Select concatenated_segments
46: into x_loc_name
47: from mtl_item_locations_kfv
48: where inventory_location_id = l_locator_id
49: and organization_id = l_organization_id;
50: end if;
51: Exception