DBA Data[Home] [Help]

APPS.BEN_ART_BUS dependencies on BEN_AGE_RT_F

Line 59: ben_art_shd.constraint_error('BEN_AGE_RT_F_PK');

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

Line 69: ben_art_shd.constraint_error('BEN_AGE_RT_F_PK');

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

Line 113: from ben_age_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_age_rt_f
114: where vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
115: and age_rt_id<> nvl(p_age_rt_id,-1)
116: and p_effective_date between effective_start_date
117: and effective_end_date

Line 309: from ben_age_rt_f

305: l_exists varchar2(1);
306: --
307: cursor c_dup is
308: select null
309: from ben_age_rt_f
310: where age_fctr_id = p_age_fctr_id
311: and vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
312: and age_rt_id <> nvl(p_age_rt_id,hr_api.g_number)
313: and business_group_id + 0 = p_business_group_id

Line 709: ben_age_rt_f b

705: --
706: cursor csr_leg_code is
707: select a.legislation_code
708: from per_business_groups a,
709: ben_age_rt_f b
710: where b.age_rt_id = p_age_rt_id
711: and a.business_group_id = b.business_group_id;
712: --
713: -- Declare local variables