DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_SF52_UPDATE

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

2635: if (l_session_var.date_Effective > l_today) then
2636: -- issue savepoint
2637: savepoint single_Action_sf52;
2638:
2639: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data_result,
2640: p_pa_request_ei_rec => l_sf52_ei_data,
2641: p_generic_ei_rec => l_agency_ei_data,
2642: p_capped_other_pay => p_capped_other_pay);
2643: -- rollback to savepoint

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

2643: -- rollback to savepoint
2644: rollback to single_action_sf52;
2645: else
2646: --RP
2647: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data_result,
2648: p_pa_request_ei_rec => l_sf52_ei_data,
2649: p_generic_ei_rec => l_agency_ei_data,
2650: p_capped_other_pay => p_capped_other_pay);
2651: hr_utility.set_location('to_position_id right before update sf52: '|| l_sf52_data_result.to_position_id || l_proc, 915);