DBA Data[Home] [Help]

APPS.BEN_VRR_BUS dependencies on BEN_ACTY_VRBL_RT_F

Line 180: from ben_acty_vrbl_rt_f

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