DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_UNITS_PKG dependencies on PER_ORG_STRUCTURE_ELEMENTS_PKG

Line 223: per_org_structure_elements_pkg.get_subordinates(p_view_all_orgs

219: p_exists_in_hierarchy:= exists_in_hierarchy(p_org_structure_version_id
220: ,p_organization_id);
221: if p_exists_in_hierarchy = 'Y' then
222: p_number_of_subordinates :=
223: per_org_structure_elements_pkg.get_subordinates(p_view_all_orgs
224: ,p_organization_id
225: ,p_org_structure_version_id
226: ,p_security_profile_id);
227: else