DBA Data[Home] [Help]

APPS.BEN_BNG_BUS dependencies on BEN_BENFTS_GRP

Line 56: ben_bng_shd.constraint_error('BEN_BENFTS_GRP_PK');

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

Line 66: ben_bng_shd.constraint_error('BEN_BENFTS_GRP_PK');

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

Line 109: from ben_benfts_grp

105: is
106: l_proc varchar2(72) := g_package||'chk_name_unique';
107: l_dummy char(1);
108: cursor c1 is select null
109: from ben_benfts_grp
110: Where benfts_grp_id <> nvl(p_benfts_grp_id,-1)
111: and name = p_name
112: and business_group_id = p_business_group_id;
113: --

Line 276: ben_benfts_grp b

272: --
273: cursor csr_leg_code is
274: select a.legislation_code
275: from per_business_groups a,
276: ben_benfts_grp b
277: where b.benfts_grp_id = p_benfts_grp_id
278: and a.business_group_id = b.business_group_id;
279: --
280: -- Declare local variables