DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_PPL_GRP_RT_F

Line 404: (rt_ppl_grp_flag = 'Y' and exists (select '1' from BEN_PPL_GRP_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

400:
401: (rt_svc_area_flag = 'Y' and exists (select '1' from BEN_SVC_AREA_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
402: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
403:
404: (rt_ppl_grp_flag = 'Y' and exists (select '1' from BEN_PPL_GRP_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
405: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
406:
407: (rt_dsbld_flag = 'Y' and exists (select '1' from BEN_DSBLD_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