DBA Data[Home] [Help]

APPS.BEN_MAINTAIN_DESIGNEE_ELIG dependencies on BEN_OIPL_F

Line 151: oipl_id ben_oipl_f.oipl_id%type,

147: (
148: person_id /*per_people_f */per_all_people_f.person_id%type,
149: pgm_id ben_pgm_f.pgm_id%type,
150: pl_id ben_pl_f.pl_id%type,
151: oipl_id ben_oipl_f.oipl_id%type,
152: dpnt_cvg_strt_dt date,
153: dpnt_cvg_thru_dt date,
154: contact_type hr_lookups.lookup_code%type,
155: actn_cd hr_lookups.lookup_code%type);

Line 1277: select opt_id from ben_oipl_f oipl

1273: and pen.prtt_enrt_rslt_stat_cd is null
1274: ;
1275: --
1276: cursor c_opt(l_oipl_id number) is
1277: select opt_id from ben_oipl_f oipl
1278: where oipl.oipl_id = l_oipl_id
1279: and p_effective_date between
1280: oipl.effective_start_date and oipl.effective_end_date;
1281: