DBA Data[Home] [Help]

APPS.BEN_BUR_BUS dependencies on BEN_BUR_SHD

Line 48: l_api_updating := ben_bur_shd.api_updating

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

Line 55: <> ben_bur_shd.g_old_rec.brgng_unit_rt_id) then

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

Line 59: ben_bur_shd.constraint_error('BEN_BRGNG_UNIT_RTS_F_PK');

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

Line 69: ben_bur_shd.constraint_error('BEN_BRGNG_UNIT_RTS_F_PK');

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

Line 117: l_api_updating := ben_bur_shd.api_updating

113: Begin
114: --
115: hr_utility.set_location('Entering:'||l_proc, 5);
116: --
117: l_api_updating := ben_bur_shd.api_updating
118: (p_brgng_unit_rt_id => p_brgng_unit_rt_id,
119: p_effective_date => p_effective_date,
120: p_object_version_number => p_object_version_number);
121: --

Line 124: <> nvl(ben_bur_shd.g_old_rec.brgng_unit_cd,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_brgng_unit_cd
124: <> nvl(ben_bur_shd.g_old_rec.brgng_unit_cd,hr_api.g_varchar2)
125: or not l_api_updating)
126: and p_brgng_unit_cd is not null then
127: --
128: -- check if value of lookup falls within lookup type.

Line 208: l_api_updating := ben_bur_shd.api_updating

204: BEGIN
205: --
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --
208: l_api_updating := ben_bur_shd.api_updating
209: (p_brgng_unit_rt_id => p_brgng_unit_rt_id,
210: p_effective_date => p_effective_date,
211: p_object_version_number => p_object_version_number);
212: --

Line 214: and nvl(p_brgng_unit_cd,hr_api.g_varchar2) <> nvl(ben_bur_shd.g_old_rec.brgng_unit_cd,hr_api.g_varchar2)

210: p_effective_date => p_effective_date,
211: p_object_version_number => p_object_version_number);
212: --
213: if (l_api_updating
214: and nvl(p_brgng_unit_cd,hr_api.g_varchar2) <> nvl(ben_bur_shd.g_old_rec.brgng_unit_cd,hr_api.g_varchar2)
215: or not l_api_updating) then
216:
217: open c_dup;
218: fetch c_dup into l_exists;

Line 275: l_api_updating := ben_bur_shd.api_updating

271: Begin
272: --
273: hr_utility.set_location('Entering:'||l_proc, 5);
274: --
275: l_api_updating := ben_bur_shd.api_updating
276: (p_brgng_unit_rt_id => p_brgng_unit_rt_id,
277: p_effective_date => p_effective_date,
278: p_object_version_number => p_object_version_number);
279: --

Line 282: <> nvl(ben_bur_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

278: p_object_version_number => p_object_version_number);
279: --
280: if (l_api_updating
281: and p_excld_flag
282: <> nvl(ben_bur_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
283: or not l_api_updating) then
284: --
285: -- check if value of lookup falls within lookup type.
286: --

Line 572: (p_rec in ben_bur_shd.g_rec_type,

568: -- ----------------------------------------------------------------------------
569: -- |---------------------------< insert_validate >----------------------------|
570: -- ----------------------------------------------------------------------------
571: Procedure insert_validate
572: (p_rec in ben_bur_shd.g_rec_type,
573: p_effective_date in date,
574: p_datetrack_mode in varchar2,
575: p_validation_start_date in date,
576: p_validation_end_date in date) is

Line 633: (p_rec in ben_bur_shd.g_rec_type,

629: -- ----------------------------------------------------------------------------
630: -- |---------------------------< update_validate >----------------------------|
631: -- ----------------------------------------------------------------------------
632: Procedure update_validate
633: (p_rec in ben_bur_shd.g_rec_type,
634: p_effective_date in date,
635: p_datetrack_mode in varchar2,
636: p_validation_start_date in date,
637: p_validation_end_date in date) is

Line 707: (p_rec in ben_bur_shd.g_rec_type,

703: -- ----------------------------------------------------------------------------
704: -- |---------------------------< delete_validate >----------------------------|
705: -- ----------------------------------------------------------------------------
706: Procedure delete_validate
707: (p_rec in ben_bur_shd.g_rec_type,
708: p_effective_date in date,
709: p_datetrack_mode in varchar2,
710: p_validation_start_date in date,
711: p_validation_end_date in date) is