DBA Data[Home] [Help]

APPS.BEN_EXT_ENRT_SPCL dependencies on BEN_PGM_F

Line 241: from ben_pgm_f pgm

237: pgm.pgm_attribute7,
238: pgm.pgm_attribute8,
239: pgm.pgm_attribute9,
240: pgm.pgm_attribute10
241: from ben_pgm_f pgm
242: where p_pgm_id = pgm.pgm_id
243: and p_effective_date between pgm.effective_start_date
244: and pgm.effective_end_date ;
245: