DBA Data[Home] [Help]

APPS.BEN_EIV_BUS dependencies on BEN_ACTY_BASE_RT_F

Line 184: from ben_acty_base_rt_f

180: l_proc varchar2(72) := g_package||'chk_rl_exists';
181: l_input_va_calc_rl number(15);
182:
183: cursor c1 is select input_va_calc_rl
184: from ben_acty_base_rt_f
185: Where acty_base_rt_id = p_acty_base_rt_id
186: and p_effective_date between
187: effective_start_date and effective_end_date;
188: --