DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on BEN_OIPL_F

Line 8894: l_oipl_rec ben_oipl_f%rowtype;

8890: l_found_profile varchar2(1) := 'N';
8891: l_pl_rec ben_pl_f%rowtype;
8892: l_pl3_rec ben_pl_f%rowtype;
8893: l_ptip2_rec ben_ptip_f%rowtype;
8894: l_oipl_rec ben_oipl_f%rowtype;
8895: l_plip_rec ben_plip_f%rowtype;
8896: l_ptip_rec ben_ptip_f%rowtype;
8897: --
8898: l_inst_set ben_elig_rl_cache.g_elig_rl_inst_tbl;

Line 9071: from ben_oipl_f oipl,

9067: between pln.effective_start_date and pln.effective_end_date ;
9068: --
9069: cursor c_oipl_pl_typ(c_effective_date date) is
9070: select pln.pl_typ_id
9071: from ben_oipl_f oipl,
9072: ben_pl_f pln
9073: where oipl_id = p_oipl_id
9074: and c_effective_date
9075: between oipl.effective_start_date and oipl.effective_end_date