• 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

  • 相关阅读:
    第四章的知识点:
    第一章的知识点:
    13
    12
    11
    10
    9
    zy
    金嘉琪 作业
    1022作业
  • 原文地址:https://www.cnblogs.com/st-sun/p/3778036.html
Copyright © 2020-2023  润新知