DBA Data[Home] [Help]

APPS.BEN_PROC_COMMON_ENRT_RSLT dependencies on BEN_PL_F

Line 456: from ben_pl_f pln

452: --
453: cursor c_pl (p_pl_id number) is
454: select name,
455: SUBJ_TO_IMPTD_INCM_TYP_CD
456: from ben_pl_f pln
457: where pln.pl_id = p_pl_id
458: and p_effective_date between pln.effective_start_date
459: and pln.effective_end_date;
460: --