DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_COMP_LVL_RT_F

Line 375: (rt_comp_lvl_flag = 'Y' and exists (select '1' from BEN_COMP_LVL_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

371:
372: (rt_hrs_wkd_flag = 'Y' and exists (select '1' from BEN_HRS_WKD_IN_PERD_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
373: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
374:
375: (rt_comp_lvl_flag = 'Y' and exists (select '1' from BEN_COMP_LVL_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
376: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
377:
378: (rt_org_unit_flag = 'Y' and exists (select '1' from BEN_ORG_UNIT_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
379: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or