DBA Data[Home] [Help]

APPS.BEN_LSR_BUS dependencies on BEN_LOS_RT_F

Line 113: from ben_los_rt_f

109: is
110: l_proc varchar2(72) := g_package||' chk_duplicate_ordr_num ';
111: l_dummy char(1);
112: cursor c1 is select null
113: from ben_los_rt_f
114: where vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
115: and los_rt_id <> nvl(p_los_rt_id,-1)
116: and p_effective_date between effective_start_date
117: and effective_end_date

Line 307: from ben_los_rt_f

303: l_exists varchar2(1);
304: --
305: cursor c_dup is
306: select null
307: from ben_los_rt_f
308: where los_fctr_id = p_los_fctr_id
309: and vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
310: and los_rt_id <> nvl(p_los_rt_id,hr_api.g_number)
311: and business_group_id + 0 = p_business_group_id

Line 710: ben_los_rt_f b

706: --
707: cursor csr_leg_code is
708: select a.legislation_code
709: from per_business_groups a,
710: ben_los_rt_f b
711: where b.los_rt_id = p_los_rt_id
712: and a.business_group_id = b.business_group_id;
713: --
714: -- Declare local variables