DBA Data[Home] [Help]

APPS.HR_HIERARCHY_ELEMENT_API dependencies on PER_ORG_STRUCTURE_ELEMENTS_PKG

Line 115: per_org_structure_elements_pkg.check_org_active

111: close c_date_from;
112: end if;
113: --Bug fix 2879820 ends here
114: --
115: per_org_structure_elements_pkg.check_org_active
116: (p_org_id_parent => p_Organization_Id_Parent
117: ,p_date_from => l_date_from --Bug 2879820
118: ,p_end_of_time => hr_api.g_eot --Bug 2879820
119: ,p_warning_raised => l_warning_raised

Line 179: per_org_structure_elements_pkg.maintain_org_lists(p_Business_Group_Id

175: close c_org_flag;
176: end if;
177:
178: if l_view_all_orgs = 'N' then
179: per_org_structure_elements_pkg.maintain_org_lists(p_Business_Group_Id
180: ,l_security_profile_id
181: ,p_Organization_Id_Parent
182: );
183: end if;