SELECT *
FROM bis_operating_units_v bouv,
fnd_responsibility_vl frv,
hr_all_organization_units hou
where bouv.id = hou.organization_id
and bouv.responsibility_id = frv.RESPONSIBILITY_ID
时间: 2024-10-14 01:56:31
SELECT *
FROM bis_operating_units_v bouv,
fnd_responsibility_vl frv,
hr_all_organization_units hou
where bouv.id = hou.organization_id
and bouv.responsibility_id = frv.RESPONSIBILITY_ID