DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_LOS_RT_F

Line 351: (rt_los_flag = 'Y' and exists (select '1' from BEN_LOS_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

347:
348: (rt_age_flag = 'Y' and exists (select '1' from BEN_AGE_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
349: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
350:
351: (rt_los_flag = 'Y' and exists (select '1' from BEN_LOS_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
352: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
353:
354: (rt_per_typ_flag = 'Y' and exists (select '1' from BEN_PER_TYP_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
355: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or