SELECT hou.organization_id Org_Id, hou.name Operating_Unit, jct.*
FROM jai_cmn_taxes_all jct, hr_operating_units hou
WHERE jct.org_id = hou.organization_id
ORDER BY hou.organization_id
FROM jai_cmn_taxes_all jct, hr_operating_units hou
WHERE jct.org_id = hou.organization_id
ORDER BY hou.organization_id
No comments:
Post a Comment