[Home] [Help]
266: if l_session_var.date_effective > l_today then
267: -- issue savepoint
268: savepoint single_Action_sf52;
269: -- Check if atleast the min. required items exist in the pa_request
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,
278: -- rollback to savepoint
279: rollback to single_action_sf52;
280: else
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,
419: p_result => l_result);
420: -- issue savepoint
421: savepoint dual_Action_sf52;
422: -- Check if atleast the min. required items exist in the pa_request
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(
471:
472: hr_utility.set_location(l_proc, 30);
473:
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,