DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_API dependencies on HR_SECURITY_INTERNAL

Line 704: hr_security_internal.populate_new_person(p_business_group_id,l_person_id);

700: end if;
701: --
702: -- insert the person in to the security list
703: --
704: hr_security_internal.populate_new_person(p_business_group_id,l_person_id);
705: --
706: -- PTU : Following Code has been added
707:
708: hr_per_type_usage_internal.maintain_person_type_usage

Line 3352: hr_security_internal.populate_new_person(l_business_group_id,p_person_id);

3348: --
3349: -- add to current security list
3350: -- when in validation only mode raise the Validate_Enabled exception
3351: --
3352: hr_security_internal.populate_new_person(l_business_group_id,p_person_id);
3353: -- PTU : Following Code has been added
3354: -- Bug 3611984 starts here
3355: begin
3356: open c_ptu_start_date;

Line 3915: hr_security_internal.add_to_person_list(l_effective_date,l_assignment_id);

3911: if g_debug then
3912: hr_utility.set_location(l_proc, 35);
3913: end if;
3914: --
3915: hr_security_internal.add_to_person_list(l_effective_date,l_assignment_id);
3916: --
3917: if g_debug then
3918: hr_utility.set_location(l_proc, 40);
3919: end if;

Line 4527: hr_security_internal.populate_new_person(l_per_details_rec.business_group_id,p_person_id);

4523: end if;
4524: --
4525: -- add to current security list
4526: --
4527: hr_security_internal.populate_new_person(l_per_details_rec.business_group_id,p_person_id);
4528: --
4529: if g_debug then
4530: hr_utility.set_location(l_proc,135);
4531: end if;