DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_OTHR_PTIP_RT_F

Line 481: (rt_othr_ptip_flag = 'Y' and exists (select '1' from BEN_OTHR_PTIP_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

477:
478: (rt_prtt_anthr_pl_flag = 'Y' and exists (select '1' from BEN_PRTT_ANTHR_PL_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
479: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
480:
481: (rt_othr_ptip_flag = 'Y' and exists (select '1' from BEN_OTHR_PTIP_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
482: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
483:
484: (rt_no_othr_cvg_flag = 'Y' and exists (select '1' from BEN_NO_OTHR_CVG_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
485: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or