DBA Data[Home] [Help]

APPS.GHR_GENERAL dependencies on BEN_ENRT_RT

Line 829: from ben_enrt_rt

825: and pil.person_id = p_person_id;
826:
827: Cursor c_get_enrt_rt_id is
828: select enrt_rt_id
829: from ben_enrt_rt
830: where elig_per_elctbl_chc_id = l_elig_per_elctbl_chc_id;
831:
832:
833: -- Cursor to check if Employee is currently enrolled in TSP

Line 1196: from ben_enrt_rt

1192: and pil.person_id = p_person_id;
1193:
1194: Cursor c_get_enrt_rt_id is
1195: select enrt_rt_id
1196: from ben_enrt_rt
1197: where elig_per_elctbl_chc_id = l_elig_per_elctbl_chc_id;
1198:
1199:
1200: -- Cursor to check if Employee is currently enrolled in TSP Catchup