DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_PL_TYP_OPT_TYP_F

Line 7293: from ben_pl_typ_opt_typ_f pon

7289:
7290: cursor c_pl_typ_opt_typ is
7291: select pon.pl_typ_id
7292: ,pon.opt_id
7293: from ben_pl_typ_opt_typ_f pon
7294: where pon.pl_typ_opt_typ_id = p_pl_typ_opt_typ_id
7295: and p_effective_date between pon.effective_start_date
7296: and pon.effective_end_date;
7297: