DBA Data[Home] [Help]

APPS.GHR_CPDF_DYNRPT dependencies on GHR_PROCESS_SF52

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

1392: -- Loop twice for dual action
1393: IF ( l_dual_flg = TRUE and l_index = 1 ) then
1394: --6850492 modified for dual action to assign pay rate determinant
1395: /* l_pay_rate_determinant := l_ghr_pa_requests_rec.pay_rate_determinant;
1396: ghr_process_sf52.assign_new_rg( p_action_num => 1,
1397: p_pa_req => l_sf52_rec1);
1398:
1399: l_ghr_pa_requests_rec := l_sf52_rec1;
1400: if l_sf52_rec1.pay_rate_determinant is null then

Line 1404: ghr_process_sf52.null_2ndNoa_cols(l_sf52_rec1);

1400: if l_sf52_rec1.pay_rate_determinant is null then
1401: l_ghr_pa_requests_rec.pay_rate_determinant := l_pay_rate_determinant;
1402: end if; */
1403: --8275231
1404: ghr_process_sf52.null_2ndNoa_cols(l_sf52_rec1);
1405: l_ghr_pa_requests_rec := l_sf52_rec1;
1406: ELSIF ( l_dual_flg = TRUE and l_index = 2 ) then
1407: -- In case of Dual Actin assign_new_rg is nulling out the PRD.
1408: /*l_pay_rate_determinant := l_ghr_pa_requests_rec.pay_rate_determinant;

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

1405: l_ghr_pa_requests_rec := l_sf52_rec1;
1406: ELSIF ( l_dual_flg = TRUE and l_index = 2 ) then
1407: -- In case of Dual Actin assign_new_rg is nulling out the PRD.
1408: /*l_pay_rate_determinant := l_ghr_pa_requests_rec.pay_rate_determinant;
1409: ghr_process_sf52.assign_new_rg( p_action_num => 2,
1410: p_pa_req => l_sf52_rec2);
1411:
1412: l_ghr_pa_requests_rec := l_sf52_rec2;
1413: if l_sf52_rec2.pay_rate_determinant is null then

Line 1417: ghr_process_sf52.copy_2ndNoa_to_1stNoa(l_sf52_rec2);

1413: if l_sf52_rec2.pay_rate_determinant is null then
1414: l_ghr_pa_requests_rec.pay_rate_determinant := l_pay_rate_determinant;
1415: end if; */
1416: --8275231
1417: ghr_process_sf52.copy_2ndNoa_to_1stNoa(l_sf52_rec2);
1418: ghr_process_sf52.null_2ndNoa_cols(l_sf52_rec2);
1419: for noa_family_rec in c_noa_family(l_sf52_rec2.first_noa_id,l_sf52_rec2.effective_date) loop --Bug# 8275231
1420: l_sf52_rec2.noa_family_code := noa_family_rec.noa_family_code;
1421: end loop;

Line 1418: ghr_process_sf52.null_2ndNoa_cols(l_sf52_rec2);

1414: l_ghr_pa_requests_rec.pay_rate_determinant := l_pay_rate_determinant;
1415: end if; */
1416: --8275231
1417: ghr_process_sf52.copy_2ndNoa_to_1stNoa(l_sf52_rec2);
1418: ghr_process_sf52.null_2ndNoa_cols(l_sf52_rec2);
1419: for noa_family_rec in c_noa_family(l_sf52_rec2.first_noa_id,l_sf52_rec2.effective_date) loop --Bug# 8275231
1420: l_sf52_rec2.noa_family_code := noa_family_rec.noa_family_code;
1421: end loop;
1422: --8275231

Line 1539: /*GHR_PROCESS_SF52.get_family_code(l_ghr_pa_requests_rec.second_noa_id,

1535: l_noa_family_code := l_ghr_pa_requests_rec.noa_family_code;
1536: IF l_noa_family_code = 'CORRECT' THEN
1537: -- Bug#2789704 Added Exception Handling
1538: BEGIN
1539: /*GHR_PROCESS_SF52.get_family_code(l_ghr_pa_requests_rec.second_noa_id,
1540: l_noa_family_code);*/
1541:
1542: --Bug # 7507154 added this call to get the family code based on Effective date
1543: l_noa_family_code := ghr_pa_requests_pkg.get_noa_pm_family