DBA Data[Home] [Help]

APPS.GHR_EHRI_DYNRPT dependencies on GHR_PROCESS_SF52

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

2706: -- Loop twice for dual action
2707: IF ( l_dual_flg = TRUE and l_index = 1 ) then
2708: --6850492 modified for dual action to assign pay rate determinant
2709: /* l_pay_rate_determinant := l_ghr_pa_requests_rec.pay_rate_determinant;
2710: ghr_process_sf52.assign_new_rg( p_action_num => 1,
2711: p_pa_req => l_sf52_rec1);
2712:
2713: l_ghr_pa_requests_rec := l_sf52_rec1;
2714: if l_sf52_rec1.pay_rate_determinant is null then

Line 2718: ghr_process_sf52.null_2ndNoa_cols(l_sf52_rec1);

2714: if l_sf52_rec1.pay_rate_determinant is null then
2715: l_ghr_pa_requests_rec.pay_rate_determinant := l_pay_rate_determinant;
2716: end if; */
2717: --8275231
2718: ghr_process_sf52.null_2ndNoa_cols(l_sf52_rec1);
2719: l_ghr_pa_requests_rec := l_sf52_rec1;
2720: ELSIF ( l_dual_flg = TRUE and l_index = 2 ) then
2721: -- In case of Dual Actin assign_new_rg is nulling out the PRD.
2722: /*l_pay_rate_determinant := l_ghr_pa_requests_rec.pay_rate_determinant;

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

2719: l_ghr_pa_requests_rec := l_sf52_rec1;
2720: ELSIF ( l_dual_flg = TRUE and l_index = 2 ) then
2721: -- In case of Dual Actin assign_new_rg is nulling out the PRD.
2722: /*l_pay_rate_determinant := l_ghr_pa_requests_rec.pay_rate_determinant;
2723: ghr_process_sf52.assign_new_rg( p_action_num => 2,
2724: p_pa_req => l_sf52_rec2);
2725:
2726: l_ghr_pa_requests_rec := l_sf52_rec2;
2727: if l_sf52_rec2.pay_rate_determinant is null then

Line 2731: ghr_process_sf52.copy_2ndNoa_to_1stNoa(l_sf52_rec2);

2727: if l_sf52_rec2.pay_rate_determinant is null then
2728: l_ghr_pa_requests_rec.pay_rate_determinant := l_pay_rate_determinant;
2729: end if; */
2730: --8275231
2731: ghr_process_sf52.copy_2ndNoa_to_1stNoa(l_sf52_rec2);
2732: ghr_process_sf52.null_2ndNoa_cols(l_sf52_rec2);
2733: for noa_family_rec in c_noa_family(l_sf52_rec2.first_noa_id,l_sf52_rec2.effective_date) loop --Bug# 8275231
2734: l_sf52_rec2.noa_family_code := noa_family_rec.noa_family_code;
2735: end loop;

Line 2732: ghr_process_sf52.null_2ndNoa_cols(l_sf52_rec2);

2728: l_ghr_pa_requests_rec.pay_rate_determinant := l_pay_rate_determinant;
2729: end if; */
2730: --8275231
2731: ghr_process_sf52.copy_2ndNoa_to_1stNoa(l_sf52_rec2);
2732: ghr_process_sf52.null_2ndNoa_cols(l_sf52_rec2);
2733: for noa_family_rec in c_noa_family(l_sf52_rec2.first_noa_id,l_sf52_rec2.effective_date) loop --Bug# 8275231
2734: l_sf52_rec2.noa_family_code := noa_family_rec.noa_family_code;
2735: end loop;
2736: --8275231