DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_UTILITY

Line 6437: IF ghr_utility.is_ghr_ben_fehb = 'TRUE' or ghr_utility.is_ghr_ben_fegli = 'TRUE' THEN

6433: LOOP
6434: l_bg_id := l_cur_bg_id.bg_id;
6435: END LOOP;
6436: -- Bug 4122470 added FEGLI
6437: IF ghr_utility.is_ghr_ben_fehb = 'TRUE' or ghr_utility.is_ghr_ben_fegli = 'TRUE' THEN
6438: For rec_le in get_fehb_life_events(p_person_id => p_sf52_data.person_id,
6439: p_business_group_id => l_bg_id,
6440: p_effective_date => p_sf52_data.effective_date)
6441: loop

Line 6469: IF ghr_utility.is_ghr_ben_tsp = 'TRUE' THEN

6465:
6466:
6467: hr_utility.set_location('p_sf52_data.effective_date'||p_sf52_data.effective_date,1000);
6468: IF l_noa_family_code in ('APP','CONV_APP') THEN
6469: IF ghr_utility.is_ghr_ben_tsp = 'TRUE' THEN
6470: For rec_le in get_tsp_life_events(p_person_id => p_sf52_data.person_id,
6471: p_business_group_id => l_bg_id,
6472: p_effective_date => p_sf52_data.effective_date)
6473: loop