HR.HR_ORGANIZATION_INFORMATION,HR_ORGANIZATION_UNITS_V

hr_operating_units视图中有个表叫HR.HR_ORGANIZATION_INFORMATION

路径:库存管理->设置->组织

其中org_information1是指组织分类:

如:HR_ORG  =  HR 组织

OPERATING_UNIT  =  业务实体

其中org_information_context字段:

如:CLASS指组织分类。

Operating Unit Information指“其他”按钮弹出的Operating Unit Information

--根据行找头,简单可以直接用organization_id

--头

select * from  HR_ORGANIZATION_UNITS_V t
where t.organization_id = 625

原文地址:https://www.cnblogs.com/benio/p/2487529.html