DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_ENRT_BNFT

Line 490: from ben_enrt_bnft enb

486: l_pgm c_pgm%rowtype;
487: --
488: cursor c_enb is
489: select nvl(enb.val,enb.dflt_val) -- used nvl to compute value based on default val
490: from ben_enrt_bnft enb
491: where enb.enrt_bnft_id = p_enrt_bnft_id;
492: --
493: -- FONM
494: cursor c_abr(cv_effective_date date) is