DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on MTL_ITEM_LOCATIONS_KFV

Line 1767: from mtl_item_locations_kfv

1763:
1764: begin
1765: select concatenated_segments
1766: into x_locator_code
1767: from mtl_item_locations_kfv
1768: where inventory_location_id = p_locator_id;
1769: exception
1770: when others then
1771: null;