DBA Data[Home] [Help]

APPS.WSH_UTIL_VALIDATE dependencies on MTL_ITEM_LOCATIONS_KFV

Line 5583: from mtl_item_locations_kfv

5579: g_locator_code_tab(l_index).input_param2 := p_organization_id;
5580: BEGIN
5581: select inventory_location_id
5582: into x_locator_id
5583: from mtl_item_locations_kfv
5584: where concatenated_segments = p_locator_code
5585: and organization_id = p_organization_id
5586: and rownum = 1;
5587: