DBA Data[Home] [Help]

APPS.BEN_ABC_BUS dependencies on BEN_ACTY_BASE_RT_CTFN_F

Line 59: ben_abc_shd.constraint_error('BEN_acty_base_rt_ctfn_F_PK');

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

Line 69: ben_abc_shd.constraint_error('BEN_acty_base_rt_ctfn_F_PK');

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

Line 162: -- p_acty_base_rt_ctfn_id is primary key for ben_acty_base_rt_ctfn_f

158: -- None.
159: --
160: -- In Parameters
161: -- p_enrt_ctfn_typ_cd is dependent certification type code
162: -- p_acty_base_rt_ctfn_id is primary key for ben_acty_base_rt_ctfn_f
163: -- p_acty_base_rt_id
164: -- p_business_group_id
165: -- p_validation_start_date
166: -- p_validation_end_date

Line 190: from ben_acty_base_rt_ctfn_f

186: l_proc varchar2(72) := g_package||'chk_enrt_ctfn_typ_cd_unique';
187: l_dummy char(1);
188: --
189: cursor c1 is select null
190: from ben_acty_base_rt_ctfn_f
191: Where acty_base_rt_ctfn_id <> nvl(p_acty_base_rt_ctfn_id,-1)
192: and nvl(enrt_ctfn_typ_cd,0) = nvl(p_enrt_ctfn_typ_cd,0)
193: and acty_base_rt_id = p_acty_base_rt_id
194: and business_group_id = p_business_group_id

Line 719: ben_acty_base_rt_ctfn_f b

715: --
716: cursor csr_leg_code is
717: select a.legislation_code
718: from per_business_groups a,
719: ben_acty_base_rt_ctfn_f b
720: where b.acty_base_rt_ctfn_id = p_acty_base_rt_ctfn_id
721: and a.business_group_id = b.business_group_id;
722: --
723: -- Declare local variables