DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_PCT_FL_TM_RT_F

Line 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

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
368:
369: (rt_asnt_set_flag = 'Y' and exists (select '1' from BEN_ASNT_SET_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
370: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or