DBA Data[Home] [Help]

APPS.BEN_CLR_BUS dependencies on BEN_COMP_LVL_RT_F

Line 59: ben_clr_shd.constraint_error('BEN_COMP_LVL_RT_F_PK');

55: <> ben_clr_shd.g_old_rec.comp_lvl_rt_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_clr_shd.constraint_error('BEN_COMP_LVL_RT_F_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_clr_shd.constraint_error('BEN_COMP_LVL_RT_F_PK');

65: if p_comp_lvl_rt_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_clr_shd.constraint_error('BEN_COMP_LVL_RT_F_PK');
70: --
71: end if;
72: --
73: end if;

Line 113: from ben_comp_lvl_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_comp_lvl_rt_f
114: where vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
115: and comp_lvl_rt_id <> nvl(p_comp_lvl_rt_id,-1)
116: and p_effective_date between effective_start_date
117: and effective_end_date

Line 308: from ben_comp_lvl_rt_f

304: l_exists varchar2(1);
305: --
306: cursor c_dup is
307: select null
308: from ben_comp_lvl_rt_f
309: where comp_lvl_fctr_id = p_comp_lvl_fctr_id
310: and vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
311: and comp_lvl_rt_id <> nvl(p_comp_lvl_rt_id,hr_api.g_number)
312: and business_group_id + 0 = p_business_group_id

Line 708: ben_comp_lvl_rt_f b

704: --
705: cursor csr_leg_code is
706: select a.legislation_code
707: from per_business_groups a,
708: ben_comp_lvl_rt_f b
709: where b.comp_lvl_rt_id = p_comp_lvl_rt_id
710: and a.business_group_id = b.business_group_id;
711: --
712: -- Declare local variables