DBA Data[Home] [Help]

APPS.FLM_KANBAN_PUB dependencies on MTL_ITEM_LOCATIONS_KFV

Line 4303: from mtl_item_locations_kfv

4299: if l_locator_id is not null Then
4300:
4301: Select concatenated_segments
4302: into x_loc_name
4303: from mtl_item_locations_kfv
4304: where inventory_location_id = l_locator_id
4305: and organization_id = l_organization_id;
4306:
4307: end if;

Line 4323: from mtl_item_locations_kfv

4319: if p_locator_id is not null Then
4320:
4321: Select concatenated_segments
4322: into x_loc_name
4323: from mtl_item_locations_kfv
4324: where inventory_location_id = p_locator_id
4325: and organization_id = p_organization_id;
4326:
4327: end if;