DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_SF52_POST_UPDATE

Line 761: ghr_sf52_post_update.post_sf52_cancel(

757: );
758:
759: -- call post_sf52_cancel to handle notifications, marking pa_requests cancelled, etc.
760: hr_utility.set_location( l_proc, 30);
761: ghr_sf52_post_update.post_sf52_cancel(
762: p_pa_request_id => p_sf52_data.pa_request_id,
763: p_effective_date => l_session_var.date_effective,
764: p_object_version_number => p_sf52_data.object_version_number,
765: p_from_position_id => p_sf52_data.from_position_id,

Line 1444: ghr_sf52_post_update.post_sf52_cancel(

1440: --End Bug# 10181661
1441: );
1442:
1443: hr_utility.set_location( l_proc, 50);
1444: ghr_sf52_post_update.post_sf52_cancel(
1445: p_pa_request_id => p_sf52_data.pa_request_id,
1446: p_effective_date => l_session_var.date_effective,
1447: p_object_version_number => p_sf52_data.object_version_number,
1448: p_from_position_id => p_sf52_data.from_position_id,

Line 2586: ghr_sf52_post_update.post_sf52_cancel(

2582: --End Bug# 10181661
2583: );
2584:
2585: -- call post_sf52_cancel to handle notifications, marking pa_requests cancelled, etc.
2586: ghr_sf52_post_update.post_sf52_cancel(
2587: p_pa_request_id => p_sf52_data.pa_request_id,
2588: p_effective_date => l_session_var.date_effective,
2589: p_object_version_number => p_sf52_data.object_version_number,
2590: p_from_position_id => p_sf52_data.from_position_id,

Line 2950: ghr_sf52_post_update.Post_sf52_process(

2946: p_generic_ei_rec => l_agency_ei_data,
2947: p_capped_other_pay => p_capped_other_pay);
2948: hr_utility.set_location('to_position_id right before update sf52: '|| l_sf52_data_result.to_position_id || l_proc, 915);
2949: hr_utility.set_location('After main update :'|| l_proc, 20);
2950: ghr_sf52_post_update.Post_sf52_process(
2951: p_pa_request_id => p_sf52_data.pa_request_id,
2952: p_effective_date => l_session_var.date_effective,
2953: p_object_version_number => l_sf52_data1.object_version_number,
2954: p_from_position_id => l_sf52_data_result.from_position_id,