DBA Data[Home] [Help]

APPS.PER_ASG_BUS1 dependencies on HR_ALL_ORGANIZATION_UNITS

Line 6699: from hr_all_organization_units

6695: -- bugfix 2452613: use full table not secure view for validation
6696: --
6697: cursor csr_valid_int_hr_org is
6698: select business_group_id
6699: from hr_all_organization_units
6700: where organization_id = p_organization_id
6701: and internal_external_flag = 'INT';
6702: --
6703: cursor csr_valid_per_org is