DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F_PKG dependencies on HR_SECURITY

Line 448: hr_security_internal.add_to_person_list(

444: hr_utility.set_location( l_proc, 60);
445:
446: -- Start of fix 3634447
447: -- Add the person to the appropriate security lists
448: hr_security_internal.add_to_person_list(
449: p_effective_date => p_effective_start_date,
450: p_assignment_id => p_assignment_id);
451: -- End of fix 3634447
452: hr_security.add_assignment(p_person_id, p_assignment_id); -- Bug 4018555

Line 452: hr_security.add_assignment(p_person_id, p_assignment_id); -- Bug 4018555

448: hr_security_internal.add_to_person_list(
449: p_effective_date => p_effective_start_date,
450: p_assignment_id => p_assignment_id);
451: -- End of fix 3634447
452: hr_security.add_assignment(p_person_id, p_assignment_id); -- Bug 4018555
453: --
454: hr_utility.set_location( l_proc, 70);
455:
456: IF l_legislation_code = 'US' THEN

Line 1572: hr_security_internal.clear_from_person_list(

1568:
1569: /*if l_organization_id = p_business_group_id and
1570: p_organization_id <> p_business_group_id then*/ -- Commented for bug 6167879
1571: --
1572: hr_security_internal.clear_from_person_list(
1573: p_person_id => p_person_id);
1574: --
1575: /*end if;*/ -- Commented for 6167879
1576: --

Line 1579: hr_security_internal.add_to_person_list(

1575: /*end if;*/ -- Commented for 6167879
1576: --
1577: hr_utility.set_location(g_package || l_proc, 70);
1578:
1579: hr_security_internal.add_to_person_list(
1580: p_effective_date => p_effective_start_date,
1581: p_assignment_id => p_assignment_id);
1582: -- End of fix 3815024
1583: --