DBA Data[Home] [Help]

APPS.PER_PEOPLE_V14_PKG dependencies on HR_SECURITY_INTERNAL

Line 774: hr_security_internal.populate_new_person

770: -- add the person to the security lists
771: --
772: IF (X_current_emp_or_apl_flag='Y') THEN
773: hr_utility.set_location(l_proc,70);
774: hr_security_internal.populate_new_person
775: (p_person_id => X_Person_Id
776: ,p_business_group_id => X_Business_group_Id);
777: END IF;
778: hr_utility.set_location(l_proc,80);