DBA Data[Home] [Help]

APPS.BEN_DETERMINE_RATE_CHG dependencies on DUAL

Line 492: from dual

488: --
489: cursor c_entr_val (p_acty_base_rt_id number
490: ,p_effective_date date) is
491: select 'Y'
492: from dual
493: where exists (select null
494: from ben_acty_base_rt_f abr
495: where abr.PARNT_ACTY_BASE_RT_ID = p_acty_base_rt_id
496: and abr.PARNT_CHLD_CD = 'CHLD'