DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on PER_ASG_UPD

Line 1267: per_asg_upd.upd

1263: -- 2264191 only process the assignment (in all cases it has to be accepted anyway)
1264: -- if we are processing all assignments
1265: -- or if processing one and the assignment_id matches
1266: --
1267: per_asg_upd.upd
1268: (p_assignment_id => l_accepted_asgs_rec.assignment_id
1269: ,p_effective_start_date => l_effective_start_date
1270: ,p_effective_end_date => l_effective_end_date
1271: ,p_business_group_id => l_business_group_id

Line 2163: per_asg_upd.upd

2159: end if;
2160: --
2161: if asg_rec.assignment_id <> p_primary_assignment_id or p_overwrite_primary ='N' then
2162: --
2163: per_asg_upd.upd
2164: (p_assignment_id => asg_rec.assignment_id,
2165: p_object_version_number => asg_rec.object_version_number,
2166: p_effective_date => l_hire_date,
2167: p_datetrack_mode => l_datetrack_update_mode,

Line 2227: per_asg_upd.upd

2223: -- Bug 4630129 Starts
2224: elsif asg_rec.assignment_id = p_primary_assignment_id and p_overwrite_primary ='Y' then
2225: -- Hire the new secondary Applicant assignment.
2226: hr_utility.set_location(l_proc,261);
2227: per_asg_upd.upd
2228: (p_assignment_id => asg_rec.assignment_id,
2229: p_object_version_number => asg_rec.object_version_number,
2230: p_effective_date => l_hire_date,
2231: p_datetrack_mode => l_datetrack_update_mode,