DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_BENFTS_GRP_RT_F

Line 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

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
341:
342: (rt_wk_loc_flag = 'Y' and exists (select '1' from BEN_WK_LOC_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
343: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or