DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_PL_TYP_OPT_TYP_F

Line 7294: from ben_pl_typ_opt_typ_f pon

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