DBA Data[Home] [Help]

APPS.GHR_PROCESS_SF52 dependencies on GHR_CORR_CANC_SF52

Line 168: ghr_corr_canc_sf52.cancel_routine(p_sf52_data);

164: l_dual_second_noa_id := Chk_Dual_Cancel_Rec.second_noa_id;
165: l_dual_row_id := Chk_Dual_Cancel_Rec.rowid;
166: end loop;
167: If l_dual_cancel = 'N' then
168: ghr_corr_canc_sf52.cancel_routine(p_sf52_data);
169: elsif l_dual_cancel = 'Y' then
170: Dual_Cancel_sf52(p_sf52_data => p_sf52_data
171: ,p_first_noa_code => l_dual_first_noa_code
172: ,p_second_noa_code => l_dual_second_noa_code

Line 184: ghr_corr_canc_sf52.correction_sf52 ( p_sf52_data => p_sf52_data,

180:
181:
182: elsif p_sf52_data.first_noa_code = '002' then
183: -- Correction
184: ghr_corr_canc_sf52.correction_sf52 ( p_sf52_data => p_sf52_data,
185: p_process_type => p_process_type,
186: p_capped_other_pay => p_capped_other_pay);
187: elsif p_sf52_data.first_noa_code is not null and
188: p_sf52_data.second_noa_code is not null then

Line 7069: ghr_corr_canc_sf52.cancel_routine(p_sf52_data);

7065:
7066:
7067: if p_sf52_data.second_noa_code = p_second_noa_code then
7068: hr_utility.set_location('before first process',1000);
7069: ghr_corr_canc_sf52.cancel_routine(p_sf52_data);
7070: hr_utility.set_location('before sec process'||l_sf52_dual_sec_rec.first_noa_id,1001);
7071: hr_utility.set_location('before sec process'||l_sf52_dual_sec_rec.second_noa_id,1002);
7072: ghr_corr_canc_sf52.cancel_routine(l_sf52_dual_sec_rec);
7073: elsif p_sf52_data.second_noa_code = p_first_noa_code then

Line 7072: ghr_corr_canc_sf52.cancel_routine(l_sf52_dual_sec_rec);

7068: hr_utility.set_location('before first process',1000);
7069: ghr_corr_canc_sf52.cancel_routine(p_sf52_data);
7070: hr_utility.set_location('before sec process'||l_sf52_dual_sec_rec.first_noa_id,1001);
7071: hr_utility.set_location('before sec process'||l_sf52_dual_sec_rec.second_noa_id,1002);
7072: ghr_corr_canc_sf52.cancel_routine(l_sf52_dual_sec_rec);
7073: elsif p_sf52_data.second_noa_code = p_first_noa_code then
7074: ghr_corr_canc_sf52.cancel_routine(l_sf52_dual_sec_rec);
7075: ghr_corr_canc_sf52.cancel_routine(p_sf52_data);
7076: end if;

Line 7074: ghr_corr_canc_sf52.cancel_routine(l_sf52_dual_sec_rec);

7070: hr_utility.set_location('before sec process'||l_sf52_dual_sec_rec.first_noa_id,1001);
7071: hr_utility.set_location('before sec process'||l_sf52_dual_sec_rec.second_noa_id,1002);
7072: ghr_corr_canc_sf52.cancel_routine(l_sf52_dual_sec_rec);
7073: elsif p_sf52_data.second_noa_code = p_first_noa_code then
7074: ghr_corr_canc_sf52.cancel_routine(l_sf52_dual_sec_rec);
7075: ghr_corr_canc_sf52.cancel_routine(p_sf52_data);
7076: end if;
7077:
7078: if c_dual_first%isopen then

Line 7075: ghr_corr_canc_sf52.cancel_routine(p_sf52_data);

7071: hr_utility.set_location('before sec process'||l_sf52_dual_sec_rec.second_noa_id,1002);
7072: ghr_corr_canc_sf52.cancel_routine(l_sf52_dual_sec_rec);
7073: elsif p_sf52_data.second_noa_code = p_first_noa_code then
7074: ghr_corr_canc_sf52.cancel_routine(l_sf52_dual_sec_rec);
7075: ghr_corr_canc_sf52.cancel_routine(p_sf52_data);
7076: end if;
7077:
7078: if c_dual_first%isopen then
7079: close c_dual_first;