DBA Data[Home] [Help]

APPS.HZ_ACCOUNT_MERGE_PUB dependencies on HR_OPERATING_UNITS

Line 1843: from hr_operating_units hr

1839: l_ou_name := 'All';
1840: ELSE
1841:
1842: select hr.name into l_ou_name
1843: from hr_operating_units hr
1844: where hr.organization_id = l_account_merge_request_obj.org_id;
1845:
1846: END IF;
1847: