select inventory_location_id,
organization_id,
description,
subinventory_code,
segment1 inventory_location_code
from MTL_ITEM_LOCATIONS
order by subinventory_code,
inventory_location_code
2023-01-04 07:57:04
select inventory_location_id,
organization_id,
description,
subinventory_code,
segment1 inventory_location_code
from MTL_ITEM_LOCATIONS
order by subinventory_code,
inventory_location_code