DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_ENRLD_ANTHR_OIPL_RT_F

Line 463: (rt_enrld_oipl_flag = 'Y' and exists (select '1' from BEN_ENRLD_ANTHR_OIPL_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

459:
460: (rt_dpnt_cvrd_pgm_flag = 'Y' and exists (select '1' from BEN_DPNT_CVRD_OTHR_PGM_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
461: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
462:
463: (rt_enrld_oipl_flag = 'Y' and exists (select '1' from BEN_ENRLD_ANTHR_OIPL_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
464: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
465:
466: (rt_enrld_pl_flag = 'Y' and exists (select '1' from BEN_ENRLD_ANTHR_PL_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
467: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or