DBA Data[Home] [Help]

APPS.BEN_AVR_BUS dependencies on BEN_VRBL_RT_RL_F

Line 177: from ben_vrbl_rt_rl_f

173: is
174: l_proc varchar2(72) := g_package||' chk_vrbl_rl_rt_profile ';
175: l_dummy char(1);
176: cursor c1 is select null
177: from ben_vrbl_rt_rl_f
178: where acty_base_rt_id = p_acty_base_rt_id
179: and business_group_id = p_business_group_id
180: and p_effective_date between effective_start_date
181: and effective_end_date;