DBA Data[Home] [Help]

APPS.BEN_PTP_UPD dependencies on BEN_PL_TYP_OPT_TYP_F

Line 414: from ben_pl_typ_opt_typ_f

410: dt_2 date;
411: --
412: cursor c1 is
413: select pl_typ_opt_typ_id, object_version_number
414: from ben_pl_typ_opt_typ_f
415: where p_effective_Date between effective_start_date and effective_end_date
416: and pl_typ_id = p_rec.pl_typ_id;
417: --
418: Begin