DBA Data[Home] [Help]

APPS.BEN_RTP_CACHE dependencies on BEN_VRBL_RT_PRFL_F

Line 90: from ben_vrbl_rt_prfl_f vrp,

86: vrp.rt_perf_rtng_flag,
87: vrp.asmt_to_use_cd,
88: bvr.ordr_num,
89: vrp.rt_elig_prfl_flag
90: from ben_vrbl_rt_prfl_f vrp,
91: ben_bnft_vrbl_rt_f bvr
92: where vrp.vrbl_rt_prfl_stat_cd = 'A'
93: and c_effective_date
94: between vrp.effective_start_date

Line 170: ben_vrbl_rt_prfl_f vrp

166: vrp.asmt_to_use_cd,
167: avr.ordr_num,
168: vrp.rt_elig_prfl_flag
169: from ben_acty_vrbl_rt_f avr,
170: ben_vrbl_rt_prfl_f vrp
171: where vrp.vrbl_rt_prfl_stat_cd = 'A'
172: and c_effective_date
173: between vrp.effective_start_date
174: and vrp.effective_end_date

Line 251: ben_vrbl_rt_prfl_f vrp

247: vrp.asmt_to_use_cd,
248: apr.ordr_num,
249: vrp.rt_elig_prfl_flag
250: from ben_actl_prem_vrbl_rt_f apr,
251: ben_vrbl_rt_prfl_f vrp
252: where vrp.vrbl_rt_prfl_stat_cd = 'A'
253: and c_effective_date
254: between vrp.effective_start_date
255: and vrp.effective_end_date