DBA Data[Home] [Help]

APPS.PAY_JP_ITWB_DML_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 9251: hr_all_organization_units hou

9247: cursor csr_itax_org
9248: is
9249: select hoi.organization_id
9250: from hr_organization_information hoi,
9251: hr_all_organization_units hou
9252: where hoi.organization_id = p_itax_organization_id
9253: and hoi.org_information_context = 'JP_TAX_SWOT_INFO'
9254: and hou.organization_id = hoi.organization_id;
9255: --