DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on HR_ASSIGNMENT_API

Line 1289: hr_assignment_api.suspend_emp_asg

1285: --
1286: -- suspend the active home assignments, leaving the others.
1287: --
1288: for l_home_asg_rec in csr_active_home_asgs(l_dpl_rec.from_person_id) loop
1289: hr_assignment_api.suspend_emp_asg
1290: (p_validate => p_validate
1291: ,p_effective_date => l_dpl_rec.start_date
1292: ,p_datetrack_update_mode => 'UPDATE'
1293: ,p_assignment_id => l_home_asg_rec.assignment_id

Line 1569: hr_assignment_api.update_emp_asg

1565: --
1566: --
1567: hr_utility.set_location(l_proc,80);
1568: --
1569: hr_assignment_api.update_emp_asg
1570: (p_validate => p_validate
1571: ,p_effective_date => l_dpl_rec.start_date
1572: ,p_datetrack_update_mode => 'CORRECTION'
1573: ,p_assignment_id => l_host_assignment_id

Line 1754: hr_assignment_api.update_emp_asg_criteria

1750: /**
1751: * pass the people group id as null then internally it is trying to pull
1752: * existing ccid with concatatnated list.
1753: */
1754: hr_assignment_api.update_emp_asg_criteria
1755: (p_validate => p_validate
1756: ,p_effective_date => l_dpl_rec.start_date
1757: ,p_datetrack_update_mode => 'CORRECTION'
1758: ,p_assignment_id => l_host_assignment_id

Line 2379: hr_assignment_api.update_emp_asg

2375: if l_host.effective_start_date < trunc(sysdate) then
2376: --
2377: -- Start date is
2378: --
2379: hr_assignment_api.update_emp_asg
2380: (p_validate => p_validate
2381: ,p_effective_date => trunc(sysdate)
2382: ,p_datetrack_update_mode => 'UPDATE'
2383: ,p_assignment_id => l_host.assignment_id

Line 2399: hr_assignment_api.update_emp_asg

2395: ,p_hourly_salaried_warning => l_hourly_salaried_warning
2396: ,p_gsp_post_process_warning => l_gsp_post_process_warning
2397: );
2398: else
2399: hr_assignment_api.update_emp_asg
2400: (p_validate => p_validate
2401: ,p_effective_date => trunc(sysdate)
2402: ,p_datetrack_update_mode => 'CORRECTION'
2403: ,p_assignment_id => l_host.assignment_id

Line 2683: hr_assignment_api.activate_emp_asg

2679: --
2680: hr_utility.set_location(l_proc,70);
2681: hr_utility.set_location('assignment_id '||l_asg_rec.assignment_id,71);
2682: --
2683: hr_assignment_api.activate_emp_asg
2684: (p_validate => p_validate
2685: ,p_effective_date => l_end_date_in+1
2686: ,p_datetrack_update_mode => 'UPDATE'
2687: ,p_assignment_id => l_asg_rec.assignment_id