DBA Data[Home] [Help]

APPS.PER_CANCEL_HIRE_OR_APL_PKG dependencies on HR_SECURITY_INTERNAL

Line 2120: hr_security_internal.add_to_person_list(

2116: for asg_rec in c_assignments loop
2117: --
2118: hr_utility.set_location('cancel_hire_or_apl.do_cancel_hire', 501);
2119: --
2120: hr_security_internal.add_to_person_list(
2121: p_effective_date => asg_rec.effective_start_date
2122: ,p_assignment_id => asg_rec.assignment_id);
2123: --
2124: hr_utility.set_location('cancel_hire_or_apl.do_cancel_hire', 502);

Line 2786: hr_security_internal.add_to_person_list(

2782: per_cancel_hire_or_apl_pkg.update_person_list (p_person_id => p_person_id);
2783: --
2784: for asg_sec_rec in csr_asg_sec loop
2785: --
2786: hr_security_internal.add_to_person_list(
2787: p_effective_date => asg_sec_rec.effective_start_date,
2788: p_assignment_id => asg_sec_rec.assignment_id);
2789: --
2790: end loop;

Line 2799: hr_security_internal.clear_from_person_list(p_person_id);

2795: begin
2796: --
2797: -- Delete all rows from per_person_list
2798: --
2799: hr_security_internal.clear_from_person_list(p_person_id);
2800: --
2801: end update_person_list;
2802: --
2803: /*===========================================================================*

Line 4102: hr_security_internal.add_to_person_list(

4098: --
4099: hr_utility.set_location(l_proc,300);
4100: -- do some security maintenance.
4101: -- reset the security access(per_person_list) for this assignment
4102: hr_security_internal.add_to_person_list(
4103: p_effective_date => asg_sec_rec.effective_start_date
4104: ,p_assignment_id => asg_sec_rec.assignment_id);
4105: --
4106: end loop;