DBA Data[Home] [Help]

APPS.PER_ASG_INS dependencies on HR_SECURITY

Line 816: hr_security.add_assignment

812: -- Add this assignment to the security list when
813: -- restricting on individual assignments.
814: --
815: IF p_rec.assignment_type <> 'B' THEN
816: hr_security.add_assignment
817: (p_person_id => p_rec.person_id
818: ,p_assignment_id => p_rec.assignment_id);
819: END IF;
820:

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

1259: );
1260: --
1261: -- Cache the assignment record into security cache.
1262: --
1263: hr_security.add_assignment(p_rec.person_id, -- Bug 4018555
1264: p_rec.assignment_id);
1265: --
1266: -- Call the supporting post-insert operation
1267: --