DBA Data[Home] [Help]

APPS.GHR_CPDF_DYNRPT dependencies on GHR_PROCESS_SF52

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

1306: BEGIN
1307: -- Loop twice for dual action
1308: IF ( l_dual_flg = TRUE and l_index = 1 ) then
1309:
1310: ghr_process_sf52.assign_new_rg( p_action_num => 1,
1311: p_pa_req => l_sf52_rec1);
1312: l_ghr_pa_requests_rec := l_sf52_rec1;
1313: ELSIF ( l_dual_flg = TRUE and l_index = 2 ) then
1314: -- In case of Dual Actin assign_new_rg is nulling out the PRD.

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

1312: l_ghr_pa_requests_rec := l_sf52_rec1;
1313: ELSIF ( l_dual_flg = TRUE and l_index = 2 ) then
1314: -- In case of Dual Actin assign_new_rg is nulling out the PRD.
1315: l_pay_rate_determinant := l_ghr_pa_requests_rec.pay_rate_determinant;
1316: ghr_process_sf52.assign_new_rg( p_action_num => 2,
1317: p_pa_req => l_sf52_rec2);
1318:
1319: l_ghr_pa_requests_rec := l_sf52_rec2;
1320: l_ghr_pa_requests_rec.pay_rate_determinant := l_pay_rate_determinant;

Line 1424: GHR_PROCESS_SF52.get_family_code(l_ghr_pa_requests_rec.second_noa_id,

1420: l_noa_family_code := l_ghr_pa_requests_rec.noa_family_code;
1421: IF l_noa_family_code = 'CORRECT' THEN
1422: -- Bug#2789704 Added Exception Handling
1423: BEGIN
1424: GHR_PROCESS_SF52.get_family_code(l_ghr_pa_requests_rec.second_noa_id,
1425: l_noa_family_code);
1426: EXCEPTION
1427: WHEN OTHERS THEN
1428: l_message_name := 'get_family_code';