DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_QUAL_TITL_RT_F

Line 448: (rt_qual_titl_flag = 'Y' and exists (select '1' from BEN_QUAL_TITL_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id

444:
445: (rt_job_flag = 'Y' and exists (select '1' from BEN_JOB_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
446: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
447:
448: (rt_qual_titl_flag = 'Y' and exists (select '1' from BEN_QUAL_TITL_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
449: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or
450:
451: (rt_dpnt_cvrd_pl_flag = 'Y' and exists (select '1' from BEN_DPNT_CVRD_OTHR_PL_RT_F where VRBL_RT_PRFL_ID = p_vrbl_rt_prfl_id
452: and p_effective_date between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE)) or