DBA Data[Home] [Help]

APPS.BEN_BRG_BUS dependencies on BEN_BRG_SHD

Line 48: l_api_updating := ben_brg_shd.api_updating

44: Begin
45: --
46: hr_utility.set_location('Entering:'||l_proc, 5);
47: --
48: l_api_updating := ben_brg_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_benfts_grp_rt_id => p_benfts_grp_rt_id,
51: p_object_version_number => p_object_version_number);
52: --

Line 55: <> ben_brg_shd.g_old_rec.benfts_grp_rt_id) then

51: p_object_version_number => p_object_version_number);
52: --
53: if (l_api_updating
54: and nvl(p_benfts_grp_rt_id,hr_api.g_number)
55: <> ben_brg_shd.g_old_rec.benfts_grp_rt_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_brg_shd.constraint_error('BEN_BENFTS_GRP_RT_F_PK');

Line 59: ben_brg_shd.constraint_error('BEN_BENFTS_GRP_RT_F_PK');

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

Line 69: ben_brg_shd.constraint_error('BEN_BENFTS_GRP_RT_F_PK');

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

Line 176: l_api_updating := ben_brg_shd.api_updating

172: Begin
173: --
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: l_api_updating := ben_brg_shd.api_updating
177: (p_benfts_grp_rt_id => p_benfts_grp_rt_id,
178: p_effective_date => p_effective_date,
179: p_object_version_number => p_object_version_number);
180: --

Line 183: <> nvl(ben_brg_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

179: p_object_version_number => p_object_version_number);
180: --
181: if (l_api_updating
182: and p_excld_flag
183: <> nvl(ben_brg_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
184: or not l_api_updating) then
185: --
186: -- check if value of lookup falls within lookup type.
187: --

Line 321: l_api_updating := ben_brg_shd.api_updating

317: BEGIN
318: --
319: hr_utility.set_location('Entering:'||l_proc, 5);
320: --
321: l_api_updating := ben_brg_shd.api_updating
322: (p_benfts_grp_rt_id => p_benfts_grp_rt_id,
323: p_effective_date => p_effective_date,
324: p_object_version_number => p_object_version_number);
325: --

Line 327: and p_benfts_grp_id <> nvl(ben_brg_shd.g_old_rec.benfts_grp_id,hr_api.g_number)

323: p_effective_date => p_effective_date,
324: p_object_version_number => p_object_version_number);
325: --
326: if (l_api_updating
327: and p_benfts_grp_id <> nvl(ben_brg_shd.g_old_rec.benfts_grp_id,hr_api.g_number)
328: or not l_api_updating) then
329:
330: open c_dup;
331: fetch c_dup into l_exists;

Line 558: (p_rec in ben_brg_shd.g_rec_type,

554: -- ----------------------------------------------------------------------------
555: -- |---------------------------< insert_validate >----------------------------|
556: -- ----------------------------------------------------------------------------
557: Procedure insert_validate
558: (p_rec in ben_brg_shd.g_rec_type,
559: p_effective_date in date,
560: p_datetrack_mode in varchar2,
561: p_validation_start_date in date,
562: p_validation_end_date in date) is

Line 613: (p_rec in ben_brg_shd.g_rec_type,

609: -- ----------------------------------------------------------------------------
610: -- |---------------------------< update_validate >----------------------------|
611: -- ----------------------------------------------------------------------------
612: Procedure update_validate
613: (p_rec in ben_brg_shd.g_rec_type,
614: p_effective_date in date,
615: p_datetrack_mode in varchar2,
616: p_validation_start_date in date,
617: p_validation_end_date in date) is

Line 677: (p_rec in ben_brg_shd.g_rec_type,

673: -- ----------------------------------------------------------------------------
674: -- |---------------------------< delete_validate >----------------------------|
675: -- ----------------------------------------------------------------------------
676: Procedure delete_validate
677: (p_rec in ben_brg_shd.g_rec_type,
678: p_effective_date in date,
679: p_datetrack_mode in varchar2,
680: p_validation_start_date in date,
681: p_validation_end_date in date) is