DBA Data[Home] [Help]

APPS.GHR_PROCESS_SF52 dependencies on GHR_SF52_VALIDN_PKG

Line 344: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr

340: if l_session_var.date_effective > l_today then
341: -- issue savepoint
342: savepoint single_Action_sf52;
343: -- Check if atleast the min. required items exist in the pa_request
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,

Line 356: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr

352: -- rollback to savepoint
353: rollback to single_action_sf52;
354: else
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,

Line 506: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr

502: p_result => l_result);
503: -- issue savepoint
504: savepoint dual_Action_sf52;
505: -- Check if atleast the min. required items exist in the pa_request
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(

Line 567: ghr_sf52_validn_pkg.prelim_req_chk_for_update_hr

563:
564: hr_utility.set_location(l_proc, 30);
565:
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,