DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_POE_RT_F

Line 412: (rt_poe_flag = 'Y' and exists (select '1' from BEN_POE_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

408: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
409:
410: (rt_hlth_cvg_flag = 'Y') or
411:
412: (rt_poe_flag = 'Y' and exists (select '1' from BEN_POE_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
413: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
414:
415: (rt_ttl_cvg_vol_flag = 'Y' and exists (select '1' from BEN_TTL_CVG_VOL_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
416: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or