DBA Data[Home] [Help]

APPS.BEN_BNG_BUS dependencies on BEN_BNG_SHD

Line 46: l_api_updating := ben_bng_shd.api_updating

42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := ben_bng_shd.api_updating
47: (p_benfts_grp_id => p_benfts_grp_id,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating

Line 52: <> ben_bng_shd.g_old_rec.benfts_grp_id) then

48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_benfts_grp_id,hr_api.g_number)
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');

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 193: Procedure insert_validate(p_rec in ben_bng_shd.g_rec_type) is

189: --
190: -- ----------------------------------------------------------------------------
191: -- |---------------------------< insert_validate >----------------------------|
192: -- ----------------------------------------------------------------------------
193: Procedure insert_validate(p_rec in ben_bng_shd.g_rec_type) is
194: --
195: l_proc varchar2(72) := g_package||'insert_validate';
196: --
197: Begin

Line 220: Procedure update_validate(p_rec in ben_bng_shd.g_rec_type) is

216: --
217: -- ----------------------------------------------------------------------------
218: -- |---------------------------< update_validate >----------------------------|
219: -- ----------------------------------------------------------------------------
220: Procedure update_validate(p_rec in ben_bng_shd.g_rec_type) is
221: --
222: l_proc varchar2(72) := g_package||'update_validate';
223: --
224: Begin

Line 247: Procedure delete_validate(p_rec in ben_bng_shd.g_rec_type) is

243: --
244: -- ----------------------------------------------------------------------------
245: -- |---------------------------< delete_validate >----------------------------|
246: -- ----------------------------------------------------------------------------
247: Procedure delete_validate(p_rec in ben_bng_shd.g_rec_type) is
248: --
249: l_proc varchar2(72) := g_package||'delete_validate';
250: --
251: Begin