DBA Data[Home] [Help]

APPS.BEN_ABR_BUS dependencies on BEN_PL_V

Line 378: ben_pl_v pln

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: --
382: cursor c_plip is