Oracle EBS-SQL (INV-1):库存货位列表.sql

select inventory_location_id,

         organization_id,

         description,

         subinventory_code,

         segment1 inventory_location_code
from MTL_ITEM_LOCATIONS
order by subinventory_code,

         inventory_location_code

posted on 2014-06-09 15:52  st.sun  阅读(1002)  评论(0编辑  收藏  举报

导航