DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_PGM_F

Line 446: from ben_pgm_f pgm

442:
443: -- FONM
444: cursor c_pgm(cv_effective_date date) is
445: select pgm.acty_ref_perd_cd
446: from ben_pgm_f pgm
447: where pgm.pgm_id = l_epe.pgm_id
448: and cv_effective_date -- FONM nvl(p_lf_evt_ocrd_dt,p_effective_date)
449: between pgm.effective_start_date
450: and pgm.effective_end_date;