DBA Data[Home] [Help]

APPS.BEN_MANAGE_OVERRIDE dependencies on BEN_PGM_F

Line 138: from ben_pgm_f pgm

134: -- Cursor to check whether the program is a flex program.
135: --
136: cursor c_flx_pgm(c_pgm_id number ) is
137: select 'x'
138: from ben_pgm_f pgm
139: where
140: pgm.pgm_id = c_pgm_id
141: and pgm.pgm_typ_cd in ('COBRAFLX','FLEX', 'FPC' )
142: and p_effective_date between