DBA Data[Home] [Help]

APPS.BEN_ERC_BUS dependencies on BEN_ENRT_RT_CTFN

Line 56: ben_erc_shd.constraint_error('BEN_enrt_rt_ctfn_PK');

52: <> ben_erc_shd.g_old_rec.enrt_rt_ctfn_id) then
53: --
54: -- raise error as PK has changed
55: --
56: ben_erc_shd.constraint_error('BEN_enrt_rt_ctfn_PK');
57: --
58: elsif not l_api_updating then
59: --
60: -- check if PK is null

Line 66: ben_erc_shd.constraint_error('BEN_enrt_rt_ctfn_PK');

62: if p_enrt_rt_ctfn_id is not null then
63: --
64: -- raise error as PK is not null
65: --
66: ben_erc_shd.constraint_error('BEN_enrt_rt_ctfn_PK');
67: --
68: end if;
69: --
70: end if;

Line 311: ben_enrt_rt_ctfn b

307: --
308: cursor csr_leg_code is
309: select a.legislation_code
310: from per_business_groups a,
311: ben_enrt_rt_ctfn b
312: where b.enrt_rt_ctfn_id = p_enrt_rt_ctfn_id
313: and a.business_group_id = b.business_group_id;
314: --
315: -- Declare local variables