DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_LGL_ENTY_RT_F

Line 336: (rt_lgl_enty_flag = 'Y' and exists (select '1' from BEN_LGL_ENTY_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

332:
333: (rt_lbr_mmbr_flag = 'Y' and exists (select '1' from BEN_LBR_MMBR_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
334: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
335:
336: (rt_lgl_enty_flag = 'Y' and exists (select '1' from BEN_LGL_ENTY_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
337: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
338:
339: (rt_benfts_grp_flag = 'Y' and exists (select '1' from BEN_BENFTS_GRP_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
340: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or