DBA Data[Home] [Help]

APPS.BEN_DBR_BUS dependencies on BEN_DSBLD_RT_F

Line 59: ben_dbr_shd.constraint_error('BEN_DSBLD_RT_F_PK');

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

Line 69: ben_dbr_shd.constraint_error('BEN_DSBLD_RT_F_PK');

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

Line 113: from ben_dsbld_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_dsbld_rt_f
114: where vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
115: and dsbld_rt_id <> nvl(p_dsbld_rt_id,-1)
116: and p_effective_date between effective_start_date
117: and effective_end_date

Line 251: from ben_dsbld_rt_f

247: --
248: -- begin bug # 2452735
249: cursor c3 is
250: select null
251: from ben_dsbld_rt_f
252: where dsbld_cd = p_dsbld_cd
253: and vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
254: and dsbld_rt_id <> nvl(p_dsbld_rt_id,hr_api.g_number)
255: and business_group_id + 0 = p_business_group_id

Line 661: ben_dsbld_rt_f b

657: --
658: cursor csr_leg_code is
659: select a.legislation_code
660: from per_business_groups a,
661: ben_dsbld_rt_f b
662: where b.dsbld_rt_id = p_dsbld_rt_id
663: and a.business_group_id = b.business_group_id;
664: --
665: -- Declare local variables