DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on HR_SECURITY_INTERNAL

Line 4299: hr_security_internal.clear_from_person_list(p_person_id);

4295: fetch check_past_pds into l_dummy;
4296: if check_past_pds%FOUND then
4297: close check_past_pds;
4298: hr_utility.set_location('hr_person.ins_per_list',10);
4299: hr_security_internal.clear_from_person_list(p_person_id);
4300: else
4301: close check_past_pds;
4302: open check_pds;
4303: fetch check_pds into l_dummy;

Line 4307: hr_security_internal.clear_from_person_list(p_person_id);

4303: fetch check_pds into l_dummy;
4304: if check_pds%notfound then
4305: close check_pds;
4306: hr_utility.set_location('hr_person.ins_per_list',15);
4307: hr_security_internal.clear_from_person_list(p_person_id);
4308: else
4309: close check_pds;
4310: end if;
4311: end if;

Line 4316: hr_security_internal.add_to_person_list

4312: --
4313: hr_utility.set_location('hr_person.ins_per_list',20);
4314: --
4315: for asg_rec in ass_cur loop
4316: hr_security_internal.add_to_person_list
4317: (p_assignment_id => asg_rec.assignment_id
4318: ,p_effective_date => asg_rec.effective_start_date);
4319: end loop;
4320: --