DBA Data[Home] [Help]

APPS.PQH_ASG_WRAPPER dependencies on HR_ASSIGNMENT_API

Line 1684: hr_assignment_api.update_emp_asg (

1680: BEGIN
1681: --
1682: hr_utility.set_location(l_proc,15);
1683: --
1684: hr_assignment_api.update_emp_asg (
1685: P_VALIDATE => P_VALIDATE ,
1686: P_EFFECTIVE_DATE => L_EFFECTIVE_DATE ,
1687: P_DATETRACK_UPDATE_MODE => P_DATETRACK_UPDATE_MODE ,
1688: P_ASSIGNMENT_ID => P_ASSIGNMENT_ID ,

Line 1871: hr_assignment_api.update_emp_asg_criteria (

1867: BEGIN
1868: --
1869: hr_utility.set_location(l_proc, 40);
1870: --
1871: hr_assignment_api.update_emp_asg_criteria (
1872: P_VALIDATE => P_VALIDATE ,
1873: P_EFFECTIVE_DATE => L_EFFECTIVE_DATE ,
1874: P_DATETRACK_UPDATE_MODE => P_DATETRACK_UPDATE_MODE ,
1875: P_CALLED_FROM_MASS_UPDATE => TRUE ,

Line 2018: hr_assignment_api.suspend_emp_asg

2014: IF l_assignment_status = 'SUSP_ASSIGN' THEN
2015: --
2016: hr_utility.set_location(l_proc, 90);
2017: --
2018: hr_assignment_api.suspend_emp_asg
2019: (p_validate => p_validate
2020: ,p_effective_date => l_effective_date
2021: ,p_datetrack_update_mode => 'CORRECTION' --p_datetrack_update_mode
2022: ,p_assignment_id => p_assignment_id

Line 2035: hr_assignment_api.actual_termination_emp_asg

2031: ELSIF l_assignment_status = 'TERM_ASSIGN' THEN
2032: --
2033: hr_utility.set_location(l_proc, 110);
2034: --
2035: hr_assignment_api.actual_termination_emp_asg
2036: (p_validate => p_validate
2037: ,p_assignment_id => p_assignment_id
2038: ,p_object_version_number => p_object_version_number
2039: ,p_actual_termination_date => l_effective_date

Line 2088: hr_assignment_api.activate_emp_asg

2084: ELSE
2085: --
2086: hr_utility.set_location(l_proc, 130);
2087: --
2088: hr_assignment_api.activate_emp_asg
2089: (p_validate => p_validate
2090: ,p_effective_date => l_effective_date
2091: ,p_datetrack_update_mode => 'CORRECTION' --p_datetrack_update_mode
2092: ,p_assignment_id => p_assignment_id

Line 2359: hr_assignment_api.update_apl_asg

2355: BEGIN
2356: --
2357: hr_utility.set_location(l_proc,20);
2358: --
2359: hr_assignment_api.update_apl_asg
2360: (p_validate => p_validate
2361: ,p_effective_date => l_effective_date
2362: ,p_datetrack_update_mode => p_datetrack_update_mode
2363: ,p_assignment_id => p_assignment_id

Line 2566: hr_assignment_api.accept_apl_asg

2562: IF l_assignment_status = 'ACCEPTED' THEN
2563: --
2564: hr_utility.set_location(l_proc, 60);
2565: --
2566: hr_assignment_api.accept_apl_asg
2567: (p_validate => p_validate
2568: ,p_effective_date => l_effective_date
2569: ,p_datetrack_update_mode => 'CORRECTION'
2570: ,p_assignment_id => p_assignment_id

Line 2584: hr_assignment_api.activate_apl_asg

2580: ELSIF l_assignment_status = 'ACTIVE_APL' THEN
2581: --
2582: hr_utility.set_location(l_proc, 110);
2583: --
2584: hr_assignment_api.activate_apl_asg
2585: (p_validate => p_validate
2586: ,p_effective_date => l_effective_date
2587: ,p_datetrack_update_mode => 'CORRECTION'
2588: ,p_assignment_id => p_assignment_id

Line 2601: hr_assignment_api.offer_apl_asg

2597: ELSIF l_assignment_status = 'OFFER' THEN
2598: --
2599: hr_utility.set_location(l_proc,130);
2600: --
2601: hr_assignment_api.offer_apl_asg
2602: (p_validate => p_validate
2603: ,p_effective_date => l_effective_date
2604: ,p_datetrack_update_mode => 'CORRECTION'
2605: ,p_assignment_id => p_assignment_id

Line 2855: hr_assignment_api.update_cwk_asg

2851: l_effective_date := TRUNC(p_effective_date);
2852: --
2853: BEGIN
2854: --
2855: hr_assignment_api.update_cwk_asg
2856: (p_validate => p_validate
2857: ,p_effective_date => p_effective_date
2858: ,p_datetrack_update_mode => p_datetrack_update_mode
2859: ,p_assignment_id => p_assignment_id

Line 2998: hr_assignment_api.update_cwk_asg_criteria

2994: END;
2995: --
2996: BEGIN
2997: --
2998: hr_assignment_api.update_cwk_asg_criteria
2999: (p_validate => p_validate
3000: ,p_effective_date => p_effective_date
3001: ,p_datetrack_update_mode => p_datetrack_update_mode
3002: ,p_assignment_id => p_assignment_id

Line 3114: hr_assignment_api.suspend_cwk_asg

3110: IF l_assignment_status = 'SUSP_CWK_ASG' THEN
3111: --
3112: hr_utility.set_location(l_proc, 80);
3113: --
3114: hr_assignment_api.suspend_cwk_asg
3115: (p_validate => p_validate
3116: ,p_effective_date => l_effective_date
3117: ,p_datetrack_update_mode => 'CORRECTION' --p_datetrack_update_mode
3118: ,p_assignment_id => p_assignment_id

Line 3131: hr_assignment_api.activate_cwk_asg

3127: ELSE
3128: --
3129: hr_utility.set_location(l_proc, 100);
3130: --
3131: hr_assignment_api.activate_cwk_asg
3132: (p_validate => p_validate
3133: ,p_effective_date => l_effective_date
3134: ,p_datetrack_update_mode => 'CORRECTION' --p_datetrack_update_mode
3135: ,p_assignment_id => p_assignment_id