DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_UTILITY

Line 6083: IF ghr_utility.is_ghr_ben_fehb = 'TRUE' THEN

6079: FOR l_cur_bg_id IN c_bg_id(p_sf52_data.person_id, p_sf52_data.effective_date)
6080: LOOP
6081: l_bg_id := l_cur_bg_id.bg_id;
6082: END LOOP;
6083: IF ghr_utility.is_ghr_ben_fehb = 'TRUE' THEN
6084: For rec_le in get_fehb_life_events(p_person_id => p_sf52_data.person_id,
6085: p_business_group_id => l_bg_id,
6086: p_effective_date => p_sf52_data.effective_date)
6087: loop

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

6111:
6112:
6113: hr_utility.set_location('p_sf52_data.effective_date'||p_sf52_data.effective_date,1000);
6114: IF l_noa_family_code in ('APP','CONV_APP') THEN
6115: IF ghr_utility.is_ghr_ben_tsp = 'TRUE' THEN
6116: For rec_le in get_tsp_life_events(p_person_id => p_sf52_data.person_id,
6117: p_business_group_id => l_bg_id,
6118: p_effective_date => p_sf52_data.effective_date)
6119: loop