DBA Data[Home] [Help]

APPS.PER_CANCEL_HIRE_OR_APL_PKG dependencies on HR_SECURITY_INTERNAL

Line 1995: hr_security_internal.add_to_person_list(

1991: for asg_rec in c_assignments loop
1992: --
1993: hr_utility.set_location('cancel_emp_apl_hire', 551);
1994: --
1995: hr_security_internal.add_to_person_list(
1996: p_effective_date => asg_rec.effective_start_date
1997: ,p_assignment_id => asg_rec.assignment_id);
1998: --
1999: hr_utility.set_location('cancel_emp_apl_hire', 552);

Line 3120: hr_security_internal.add_to_person_list(

3116: for asg_rec in c_assignments loop
3117: --
3118: hr_utility.set_location('cancel_hire_or_apl.do_cancel_hire', 501);
3119: --
3120: hr_security_internal.add_to_person_list(
3121: p_effective_date => asg_rec.effective_start_date
3122: ,p_assignment_id => asg_rec.assignment_id);
3123: --
3124: hr_utility.set_location('cancel_hire_or_apl.do_cancel_hire', 502);

Line 3952: hr_security_internal.add_to_person_list(

3948: per_cancel_hire_or_apl_pkg.update_person_list (p_person_id => p_person_id);
3949: --
3950: for asg_sec_rec in csr_asg_sec loop
3951: --
3952: hr_security_internal.add_to_person_list(
3953: p_effective_date => asg_sec_rec.effective_start_date,
3954: p_assignment_id => asg_sec_rec.assignment_id);
3955: --
3956: end loop;

Line 3965: hr_security_internal.clear_from_person_list(p_person_id);

3961: begin
3962: --
3963: -- Delete all rows from per_person_list
3964: --
3965: hr_security_internal.clear_from_person_list(p_person_id);
3966: --
3967: end update_person_list;
3968: --
3969: /*===========================================================================*

Line 5535: hr_security_internal.add_to_person_list(

5531: --
5532: hr_utility.set_location(l_proc,300);
5533: -- do some security maintenance.
5534: -- reset the security access(per_person_list) for this assignment
5535: hr_security_internal.add_to_person_list(
5536: p_effective_date => asg_sec_rec.effective_start_date
5537: ,p_assignment_id => asg_sec_rec.assignment_id);
5538: --
5539: end loop;