DBA Data[Home] [Help]

APPS.GHR_EHRI_DYNRPT dependencies on GHR_PROCESS_SF52

Line 2520: ghr_process_sf52.assign_new_rg( p_action_num => 1,

2516: BEGIN
2517: -- Loop twice for dual action
2518: IF ( l_dual_flg = TRUE and l_index = 1 ) then
2519:
2520: ghr_process_sf52.assign_new_rg( p_action_num => 1,
2521: p_pa_req => l_sf52_rec1);
2522: l_ghr_pa_requests_rec := l_sf52_rec1;
2523: ELSIF ( l_dual_flg = TRUE and l_index = 2 ) then
2524: -- In case of Dual Actin assign_new_rg is nulling out the PRD.

Line 2526: ghr_process_sf52.assign_new_rg( p_action_num => 2,

2522: l_ghr_pa_requests_rec := l_sf52_rec1;
2523: ELSIF ( l_dual_flg = TRUE and l_index = 2 ) then
2524: -- In case of Dual Actin assign_new_rg is nulling out the PRD.
2525: l_pay_rate_determinant := l_ghr_pa_requests_rec.pay_rate_determinant;
2526: ghr_process_sf52.assign_new_rg( p_action_num => 2,
2527: p_pa_req => l_sf52_rec2);
2528:
2529: l_ghr_pa_requests_rec := l_sf52_rec2;
2530: l_ghr_pa_requests_rec.pay_rate_determinant := l_pay_rate_determinant;