DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_QUA_IN_GR_RT_F

Line 490: (rt_qua_in_gr_flag = 'Y' and exists (select '1' from BEN_QUA_IN_GR_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

486:
487: (rt_dpnt_othr_ptip_flag = 'Y' and exists (select '1' from BEN_DPNT_OTHR_PTIP_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
488: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
489:
490: (rt_qua_in_gr_flag = 'Y' and exists (select '1' from BEN_QUA_IN_GR_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
491: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
492:
493: (rt_perf_rtng_flag = 'Y' and exists (select '1' from BEN_PERF_RTNG_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
494: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE))