DBA Data[Home] [Help]

APPS.PER_PEOPLE_V14_PKG dependencies on HR_SECURITY_INTERNAL

Line 818: hr_security_internal.populate_new_person

814: -- add the person to the security lists
815: --
816: IF (X_current_emp_or_apl_flag='Y') THEN
817: hr_utility.set_location(l_proc,70);
818: hr_security_internal.populate_new_person
819: (p_person_id => X_Person_Id
820: ,p_business_group_id => X_Business_group_Id);
821: END IF;
822: hr_utility.set_location(l_proc,80);