DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on HR_ASSIGNMENT_API

Line 1284: hr_assignment_api.suspend_emp_asg

1280: --
1281: -- suspend the active home assignments, leaving the others.
1282: --
1283: for l_home_asg_rec in csr_active_home_asgs(l_dpl_rec.from_person_id) loop
1284: hr_assignment_api.suspend_emp_asg
1285: (p_validate => p_validate
1286: ,p_effective_date => l_dpl_rec.start_date
1287: ,p_datetrack_update_mode => 'UPDATE'
1288: ,p_assignment_id => l_home_asg_rec.assignment_id

Line 1544: hr_assignment_api.update_emp_asg

1540: --
1541: --
1542: hr_utility.set_location(l_proc,80);
1543: --
1544: hr_assignment_api.update_emp_asg
1545: (p_validate => p_validate
1546: ,p_effective_date => l_dpl_rec.start_date
1547: ,p_datetrack_update_mode => 'CORRECTION'
1548: ,p_assignment_id => l_host_assignment_id

Line 1729: hr_assignment_api.update_emp_asg_criteria

1725: /**
1726: * pass the people group id as null then internally it is trying to pull
1727: * existing ccid with concatatnated list.
1728: */
1729: hr_assignment_api.update_emp_asg_criteria
1730: (p_validate => p_validate
1731: ,p_effective_date => l_dpl_rec.start_date
1732: ,p_datetrack_update_mode => 'CORRECTION'
1733: ,p_assignment_id => l_host_assignment_id

Line 2354: hr_assignment_api.update_emp_asg

2350: if l_host.effective_start_date < trunc(sysdate) then
2351: --
2352: -- Start date is
2353: --
2354: hr_assignment_api.update_emp_asg
2355: (p_validate => p_validate
2356: ,p_effective_date => trunc(sysdate)
2357: ,p_datetrack_update_mode => 'UPDATE'
2358: ,p_assignment_id => l_host.assignment_id

Line 2374: hr_assignment_api.update_emp_asg

2370: ,p_hourly_salaried_warning => l_hourly_salaried_warning
2371: ,p_gsp_post_process_warning => l_gsp_post_process_warning
2372: );
2373: else
2374: hr_assignment_api.update_emp_asg
2375: (p_validate => p_validate
2376: ,p_effective_date => trunc(sysdate)
2377: ,p_datetrack_update_mode => 'CORRECTION'
2378: ,p_assignment_id => l_host.assignment_id

Line 2658: hr_assignment_api.activate_emp_asg

2654: --
2655: hr_utility.set_location(l_proc,70);
2656: hr_utility.set_location('assignment_id '||l_asg_rec.assignment_id,71);
2657: --
2658: hr_assignment_api.activate_emp_asg
2659: (p_validate => p_validate
2660: ,p_effective_date => l_end_date_in+1
2661: ,p_datetrack_update_mode => 'UPDATE'
2662: ,p_assignment_id => l_asg_rec.assignment_id