DBA Data[Home] [Help]

APPS.BEN_MANAGE_OVERRIDE dependencies on BEN_ENRT_BNFT

Line 102: from ben_enrt_bnft enb

98: cursor c_enb(p_enrt_bnft_id number ) is
99: select val,
100: bnft_typ_cd,
101: nnmntry_uom
102: from ben_enrt_bnft enb
103: where enb.enrt_bnft_id = p_enrt_bnft_id ;
104: --
105: l_enb c_enb%rowtype;
106: --

Line 569: from ben_enrt_bnft enb

565: where epe.elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id ;
566: --
567: cursor c_enb is
568: select object_version_number
569: from ben_enrt_bnft enb
570: where enb.enrt_bnft_id = p_enrt_bnft_id ;
571: --
572: l_per_in_ler_id number;
573: --