DBA Data[Home] [Help]

APPS.BEN_ABR_BUS dependencies on BEN_PL_TYP_V

Line 377: from ben_pl_typ_v plt,

373: and p_effective_date between abr.effective_start_date and abr.effective_end_date;
374: --
375: cursor c_pl_typ(p_pl_id number) is
376: select opt_dsply_fmt_cd
377: from ben_pl_typ_v plt,
378: ben_pl_v pln
379: where pln.pl_id = p_pl_id
380: and plt.pl_typ_id = pln.pl_typ_id;
381: --