DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_PGM_F

Line 480: from ben_pgm_f pgm

476:
477: -- FONM
478: cursor c_pgm(cv_effective_date date) is
479: select pgm.acty_ref_perd_cd
480: from ben_pgm_f pgm
481: where pgm.pgm_id = l_epe.pgm_id
482: and cv_effective_date -- FONM nvl(p_lf_evt_ocrd_dt,p_effective_date)
483: between pgm.effective_start_date
484: and pgm.effective_end_date;