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 3040: hr_security_internal.populate_new_person(l_business_group_id,p_person_id);

3036: --
3037: -- add to current security list
3038: -- when in validation only mode raise the Validate_Enabled exception
3039: --
3040: hr_security_internal.populate_new_person(l_business_group_id,p_person_id);
3041: -- PTU : Following Code has been added
3042: -- Bug 3611984 starts here
3043: begin
3044: open c_ptu_start_date;

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

3599: if g_debug then
3600: hr_utility.set_location(l_proc, 35);
3601: end if;
3602: --
3603: hr_security_internal.add_to_person_list(l_effective_date,l_assignment_id);
3604: --
3605: if g_debug then
3606: hr_utility.set_location(l_proc, 40);
3607: end if;

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

4188: end if;
4189: --
4190: -- add to current security list
4191: --
4192: hr_security_internal.populate_new_person(l_per_details_rec.business_group_id,p_person_id);
4193: --
4194: if g_debug then
4195: hr_utility.set_location(l_proc,135);
4196: end if;