EBS OU 庫存組織與子庫存

2022-01-31 23:52:30 字數 872 閱讀 9635

可以通過以下的

sql區別三者的不同:

selecthou.organization_id ou_org_id,--org_id

hou.nameou_name,--ou

名稱ood.organization_id org_org_id,--

庫存組織

id

ood.organization_code org_org_code,--

庫存組織**

msi.secondary_inventory_name,--

子庫存名稱

msi.description --

子庫存描述

fromhr_organization_information hoi,--

組織分類表

hr_operating_units hou,--ou

檢視org_organization_definitions ood,--

庫存組織定義檢視

mtl_secondary_inventories msi --

子庫存資訊表

wherehoi.org_information1 ='operating_unit'

andhoi.organization_id =hou.organization_id

andood.operating_unit =hoi.organization_id

andood.organization_id =msi.organization_id

EBS OU 庫存組織與子庫存

可以通過以下的 sql區別三者的不同 selecthou.organization id ou org id,org id hou.nameou name,ou 名稱 ood.organization id org org id,庫存組織 id ood.organization code org o...

OU 庫存組織與子庫存

這三者應該是ebs中經常會造成混亂的吧,可以通過一句sql來理清其之間的關係 select hou.organization id ou org id,hou.name ou name,ood.organization id org org id,ood.organization code org ...

查詢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 庫存組織 庫存組織 o...