DBA Data[Home] [Help]

APPS.BEN_FORFEITURE_CONCURRENT dependencies on BEN_PGM_F

Line 131: from ben_pgm_f pgm

127: cursor c_pgm
128: (c_pgm_id number)
129: is
130: select pgm.acty_ref_perd_cd
131: from ben_pgm_f pgm
132: where pgm.pgm_id = c_pgm_id
133: and p_effective_date
134: between pgm.effective_start_date
135: and pgm.effective_end_date;