DBA Data[Home] [Help]

APPS.PER_ASG_INS dependencies on HR_SECURITY

Line 675: hr_security.add_assignment

671: -- Add this assignment to the security list when
672: -- restricting on individual assignments.
673: --
674: IF p_rec.assignment_type <> 'B' THEN
675: hr_security.add_assignment
676: (p_person_id => p_rec.person_id
677: ,p_assignment_id => p_rec.assignment_id);
678: END IF;
679:

Line 1122: hr_security.add_assignment(p_rec.person_id, -- Bug 4018555

1118: );
1119: --
1120: -- Cache the assignment record into security cache.
1121: --
1122: hr_security.add_assignment(p_rec.person_id, -- Bug 4018555
1123: p_rec.assignment_id);
1124: --
1125: -- Call the supporting post-insert operation
1126: --