DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on PER_ASG_UPD

Line 1409: per_asg_upd.upd

1405: -- 2264191 only process the assignment (in all cases it has to be accepted anyway)
1406: -- if we are processing all assignments
1407: -- or if processing one and the assignment_id matches
1408: --
1409: per_asg_upd.upd
1410: (p_assignment_id => l_accepted_asgs_rec.assignment_id
1411: ,p_effective_start_date => l_effective_start_date
1412: ,p_effective_end_date => l_effective_end_date
1413: ,p_business_group_id => l_business_group_id

Line 2487: per_asg_upd.upd

2483: end if;
2484: --
2485: if asg_rec.assignment_id <> p_primary_assignment_id or p_overwrite_primary ='N' then
2486: --
2487: per_asg_upd.upd
2488: (p_assignment_id => asg_rec.assignment_id,
2489: p_object_version_number => asg_rec.object_version_number,
2490: p_effective_date => l_hire_date,
2491: p_datetrack_mode => l_datetrack_update_mode,

Line 2551: per_asg_upd.upd

2547: -- Bug 4630129 Starts
2548: elsif asg_rec.assignment_id = p_primary_assignment_id and p_overwrite_primary ='Y' then
2549: -- Hire the new secondary Applicant assignment.
2550: hr_utility.set_location(l_proc,261);
2551: per_asg_upd.upd
2552: (p_assignment_id => asg_rec.assignment_id,
2553: p_object_version_number => asg_rec.object_version_number,
2554: p_effective_date => l_hire_date,
2555: p_datetrack_mode => l_datetrack_update_mode,

Line 5086: per_asg_upd.upd

5082: end if;
5083: --
5084: if asg_rec.assignment_id <> p_primary_assignment_id or p_overwrite_primary ='N' then
5085: --
5086: per_asg_upd.upd
5087: (p_assignment_id => asg_rec.assignment_id,
5088: p_object_version_number => asg_rec.object_version_number,
5089: p_effective_date => l_hire_date,
5090: p_datetrack_mode => l_datetrack_update_mode,

Line 5180: per_asg_upd.upd

5176:
5177:
5178: -- Hire the new secondary Applicant assignment.
5179: hr_utility.set_location(l_proc,261);
5180: per_asg_upd.upd
5181: (p_assignment_id => asg_rec.assignment_id,
5182: p_object_version_number => asg_rec.object_version_number,
5183: p_effective_date => l_hire_date,
5184: p_datetrack_mode => l_datetrack_update_mode,