DBA Data[Home] [Help]

APPS.GHR_PROCESS_SF52 dependencies on GHR_SF52_UPDATE

Line 274: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data,

270: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr
271: (p_pa_request_rec => p_sf52_data
272: );
273: hr_utility.set_location('Bef call main Payment Option ' || l_sf52_data.pa_incentive_payment_option, 20);
274: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data,
275: p_pa_request_ei_rec => l_sf52_ei_data,
276: p_generic_ei_rec => l_agency_ei_data,
277: p_capped_other_pay => l_capped_other_pay);
278: -- rollback to savepoint

Line 285: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data,

281: -- Check if atleast the min. required items exist in the pa_request
282: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr
283: (p_pa_request_rec => p_sf52_data
284: );
285: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data,
286: p_pa_request_ei_rec => l_sf52_ei_data,
287: p_generic_ei_rec => l_agency_ei_data,
288: p_capped_other_pay => l_capped_other_pay);
289: hr_utility.set_location( 'Before Call to Post_sf52_process ' || l_proc , 90);

Line 427: ghr_sf52_update.main(

423: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr
424: (p_pa_request_rec => p_sf52_data
425: );
426:
427: ghr_sf52_update.main(
428: p_pa_request_rec => l_sf52_data,
429: p_pa_request_ei_rec => l_sf52_ei_data,
430: p_generic_ei_rec => l_agency_ei_data,
431: p_capped_other_pay => l_capped_other_pay);

Line 478: ghr_sf52_update.main(

474: -- Check if atleast the min. required items exist in the pa_request
475: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr
476: (p_pa_request_rec => p_sf52_data
477: );
478: ghr_sf52_update.main(
479: p_pa_request_rec => l_sf52_data,
480: p_pa_request_ei_rec => l_sf52_ei_data,
481: p_generic_ei_rec => l_agency_ei_data,
482: p_capped_other_pay => l_capped_other_pay);