DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_GRADE_RT_F

Line 363: (rt_grd_flag = 'Y' and exists (select '1' from BEN_GRADE_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

359:
360: (rt_ee_stat_flag = 'Y' and exists (select '1' from BEN_EE_STAT_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
361: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
362:
363: (rt_grd_flag = 'Y' and exists (select '1' from BEN_GRADE_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
364: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
365:
366: (rt_pct_fl_tm_flag = 'Y' and exists (select '1' from BEN_PCT_FL_TM_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
367: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or