DBA Data[Home] [Help]

APPS.GHR_GENERAL dependencies on BEN_ENRT_RT

Line 815: from ben_enrt_rt

811: and pil.person_id = p_person_id;
812:
813: Cursor c_get_enrt_rt_id is
814: select enrt_rt_id
815: from ben_enrt_rt
816: where elig_per_elctbl_chc_id = l_elig_per_elctbl_chc_id;
817:
818:
819: -- Cursor to check if Employee is currently enrolled in TSP

Line 1170: from ben_enrt_rt

1166: and pil.person_id = p_person_id;
1167:
1168: Cursor c_get_enrt_rt_id is
1169: select enrt_rt_id
1170: from ben_enrt_rt
1171: where elig_per_elctbl_chc_id = l_elig_per_elctbl_chc_id;
1172:
1173:
1174: -- Cursor to check if Employee is currently enrolled in TSP Catchup