DBA Data[Home] [Help]

APPS.GHR_PROCESS_SF52 dependencies on GHR_SF52_POST_UPDATE

Line 366: ghr_sf52_post_update.Post_sf52_process(

362: p_capped_other_pay => l_capped_other_pay);
363: hr_utility.set_location( 'Before Call to Post_sf52_process ' || l_proc , 90);
364:
365:
366: ghr_sf52_post_update.Post_sf52_process(
367: p_pa_request_id => l_sf52_data.pa_request_id,
368: p_effective_date => l_session_var.date_effective,
369: p_object_version_number => l_sf52_data.object_version_number,
370: p_from_position_id => l_sf52_data.from_position_id,

Line 581: ghr_sf52_post_update.Post_sf52_process(

577: if l_session_var.date_effective > l_today then
578: rollback to dual_action_sf52;
579: else
580: hr_utility.set_location( l_proc , 60);
581: ghr_sf52_post_update.Post_sf52_process(
582: p_pa_request_id => p_sf52_data.pa_request_id,
583: p_effective_date => l_session_var.date_effective,
584: p_object_version_number => p_sf52_data.object_version_number,
585: p_from_position_id => p_sf52_data.from_position_id,

Line 2828: ghr_sf52_post_update.get_notification_details

2824: p_sf52_data => l_sf52_rec,
2825: p_process_type => 'FUTURE');
2826:
2827: -- Start of Bug 3602261
2828: ghr_sf52_post_update.get_notification_details
2829: (p_pa_request_id => l_sf52_rec.pa_request_id,
2830: p_effective_date => l_sf52_rec.effective_date,
2831: p_from_position_id => l_sf52_rec.from_position_id,
2832: p_to_position_id => l_sf52_rec.to_position_id,

Line 7090: ghr_sf52_post_update.get_notification_details

7086: ghr_history_api.reinit_g_session_var;
7087:
7088: hr_utility.set_location('l_sf52_dual_sec_rec.from_position_id'||l_sf52_dual_sec_rec.from_position_id,10);
7089: hr_utility.set_location('l_sf52_dual_sec_rec.to_position_id'||l_sf52_dual_sec_rec.to_position_id,11);
7090: ghr_sf52_post_update.get_notification_details
7091: (p_pa_request_id => l_sf52_dual_sec_rec.pa_request_id,
7092: p_effective_date => l_sf52_dual_sec_rec.effective_date,
7093: -- p_object_version_number => p_imm_pa_request_rec.object_version_number,
7094: p_from_position_id => l_sf52_dual_sec_rec.from_position_id,