DBA Data[Home] [Help]

APPS.BEN_PROC_COMMON_ENRT_RSLT dependencies on BEN_PL_F

Line 441: from ben_pl_f pln

437: --
438: cursor c_pl (p_pl_id number) is
439: select name,
440: SUBJ_TO_IMPTD_INCM_TYP_CD
441: from ben_pl_f pln
442: where pln.pl_id = p_pl_id
443: and p_effective_date between pln.effective_start_date
444: and pln.effective_end_date;
445: --