DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_ENRT_BNFT

Line 456: from ben_enrt_bnft enb

452: l_pgm c_pgm%rowtype;
453: --
454: cursor c_enb is
455: select nvl(enb.val,enb.dflt_val) -- used nvl to compute value based on default val
456: from ben_enrt_bnft enb
457: where enb.enrt_bnft_id = p_enrt_bnft_id;
458: --
459: -- FONM
460: cursor c_abr(cv_effective_date date) is