DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_SF52_UPDATE

Line 2936: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data_result,

2932: if (l_session_var.date_Effective > l_today) then
2933: -- issue savepoint
2934: savepoint single_Action_sf52;
2935:
2936: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data_result,
2937: p_pa_request_ei_rec => l_sf52_ei_data,
2938: p_generic_ei_rec => l_agency_ei_data,
2939: p_capped_other_pay => p_capped_other_pay);
2940: -- rollback to savepoint

Line 2944: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data_result,

2940: -- rollback to savepoint
2941: rollback to single_action_sf52;
2942: else
2943: --RP
2944: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data_result,
2945: p_pa_request_ei_rec => l_sf52_ei_data,
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);