DBA Data[Home] [Help]

APPS.GHR_PROCESS_SF52 dependencies on GHR_SF52_UPDATE

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

344: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr
345: (p_pa_request_rec => p_sf52_data
346: );
347: hr_utility.set_location('Bef call main Payment Option ' || l_sf52_data.pa_incentive_payment_option, 20);
348: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data,
349: p_pa_request_ei_rec => l_sf52_ei_data,
350: p_generic_ei_rec => l_agency_ei_data,
351: p_capped_other_pay => l_capped_other_pay);
352: -- rollback to savepoint

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

355: -- Check if atleast the min. required items exist in the pa_request
356: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr
357: (p_pa_request_rec => p_sf52_data
358: );
359: ghr_sf52_update.main( p_pa_request_rec => l_sf52_data,
360: p_pa_request_ei_rec => l_sf52_ei_data,
361: p_generic_ei_rec => l_agency_ei_data,
362: p_capped_other_pay => l_capped_other_pay);
363: hr_utility.set_location( 'Before Call to Post_sf52_process ' || l_proc , 90);

Line 510: ghr_sf52_update.main(

506: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr
507: (p_pa_request_rec => p_sf52_data
508: );
509:
510: ghr_sf52_update.main(
511: p_pa_request_rec => l_sf52_data,
512: p_pa_request_ei_rec => l_sf52_ei_data,
513: p_generic_ei_rec => l_agency_ei_data,
514: p_capped_other_pay => l_capped_other_pay);

Line 570: ghr_sf52_update.main(

566: -- Check if atleast the min. required items exist in the pa_request
567: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr
568: (p_pa_request_rec => p_sf52_data
569: );
570: ghr_sf52_update.main(
571: p_pa_request_rec => l_sf52_data,
572: p_pa_request_ei_rec => l_sf52_ei_data,
573: p_generic_ei_rec => l_agency_ei_data,
574: p_capped_other_pay => l_capped_other_pay);