DBA Data[Home] [Help]

APPS.BEN_DETERMINE_RATE_CHG dependencies on DUAL

Line 466: from dual

462: --
463: cursor c_entr_val (p_acty_base_rt_id number
464: ,p_effective_date date) is
465: select 'Y'
466: from dual
467: where exists (select null
468: from ben_acty_base_rt_f abr
469: where abr.PARNT_ACTY_BASE_RT_ID = p_acty_base_rt_id
470: and abr.PARNT_CHLD_CD = 'CHLD'