DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_ENRLD_ANTHR_PTIP_RT_F

Line 472: (rt_enrld_ptip_flag = 'Y' and exists (select '1' from BEN_ENRLD_ANTHR_PTIP_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

468:
469: (rt_enrld_plip_flag = 'Y' and exists (select '1' from BEN_ENRLD_ANTHR_PLIP_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
470: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
471:
472: (rt_enrld_ptip_flag = 'Y' and exists (select '1' from BEN_ENRLD_ANTHR_PTIP_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
473: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
474:
475: (rt_enrld_pgm_flag = 'Y' and exists (select '1' from BEN_ENRLD_ANTHR_PGM_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
476: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or