DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_EE_STAT_RT_F

Line 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

356:
357: (rt_fl_tm_pt_tm_flag = 'Y' and exists (select '1' from BEN_FL_TM_PT_TM_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
358: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
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