DBA Data[Home] [Help]

APPS.PER_ASG_BUS1 dependencies on HR_ALL_ORGANIZATION_UNITS

Line 6885: from hr_all_organization_units

6881: -- bugfix 2452613: use full table not secure view for validation
6882: --
6883: cursor csr_valid_int_hr_org is
6884: select business_group_id
6885: from hr_all_organization_units
6886: where organization_id = p_organization_id
6887: and internal_external_flag = 'INT';
6888: --
6889: cursor csr_valid_per_org is