zoukankan      html  css  js  c++  java
  • OU、库存组织与子库存

    select hou.organization_id ou_org_id, --org_id     
           hou.name ou_name, --ou名称     
           ood.organization_id org_org_id, --库存组织id     
           ood.organization_code org_org_code, --库存组织代码      
           msi.secondary_inventory_name, --子库存名称     
           msi.description --子库存描述     
      from hr_organization_information  hoi, --组织分类表     
           hr_operating_units           hou, --ou视图       
           org_organization_definitions ood, --库存组织定义视图     
           mtl_secondary_inventories    msi --子库存信息表     
     where hoi.org_information1 = 'OPERATING_UNIT'
       
    and hoi.organization_id = hou.organization_id
       
    and ood.operating_unit = hoi.organization_id
       
    and ood.organization_id = msi.organization_id


             

                成长

           /      |     \

        学习   总结   分享

    QQ交流群:122230156

  • 相关阅读:
    2020-03-1811:29:37springboot与任务
    2020-03-17 20:18:50springboot整合rabbitmq
    2020.03.17 springboot缓存相关
    前端JS面试
    npm 常用指令
    ES8新特性
    ES7新特性
    ES6新特性
    SpringBoot
    SpringBoot
  • 原文地址:https://www.cnblogs.com/benio/p/1923654.html
Copyright © 2011-2022 走看看