DBA Data[Home] [Help]

APPS.HXC_ERR_UPD dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_err_upd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< update_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

Line 64: hr_utility.set_location('Entering:'||l_proc, 5);

60: --
61: Begin
62: if g_debug then
63: l_proc := g_package||'update_dml';
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: end if;
66: --
67: -- Increment the object version
68: p_rec.object_version_number := p_rec.object_version_number + 1;

Line 95: hr_utility.set_location(' Leaving:'||l_proc, 10);

91: --
92: --
93: --
94: if g_debug then
95: hr_utility.set_location(' Leaving:'||l_proc, 10);
96: end if;
97: --
98: Exception
99: When hr_api.check_integrity_violated Then

Line 160: hr_utility.set_location('Entering:'||l_proc, 5);

156: --
157: Begin
158: if g_debug then
159: l_proc := g_package||'pre_update';
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: hr_utility.set_location(' Leaving:'||l_proc, 10);
163: end if;
164: End pre_update;

Line 162: hr_utility.set_location(' Leaving:'||l_proc, 10);

158: if g_debug then
159: l_proc := g_package||'pre_update';
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: hr_utility.set_location(' Leaving:'||l_proc, 10);
163: end if;
164: End pre_update;
165: --
166: -- ----------------------------------------------------------------------------

Line 207: hr_utility.set_location('Entering:'||l_proc, 5);

203: --
204: Begin
205: if g_debug then
206: l_proc := g_package||'post_update';
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: end if;
209: begin
210: --
211: /* hxc_err_rku.after_update

Line 274: hr_utility.set_location(' Leaving:'||l_proc, 10);

270: --
271: end;
272: --
273: if g_debug then
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: end if;
276: End post_update;
277: --
278: -- ----------------------------------------------------------------------------

Line 385: g_debug:=hr_utility.debug_enabled;

381: --
382: l_proc varchar2(72);
383: --
384: Begin
385: g_debug:=hr_utility.debug_enabled;
386: if g_debug then
387: l_proc := g_package||'upd';
388: hr_utility.set_location('Entering:'||l_proc, 5);
389: end if;

Line 388: hr_utility.set_location('Entering:'||l_proc, 5);

384: Begin
385: g_debug:=hr_utility.debug_enabled;
386: if g_debug then
387: l_proc := g_package||'upd';
388: hr_utility.set_location('Entering:'||l_proc, 5);
389: end if;
390: --
391: -- We must lock the row which we need to update.
392: --

Line 454: g_debug:=hr_utility.debug_enabled;

450: l_rec hxc_err_shd.g_rec_type;
451: l_proc varchar2(72);
452: --
453: Begin
454: g_debug:=hr_utility.debug_enabled;
455: if g_debug then
456: l_proc := g_package||'upd';
457: hr_utility.set_location('Entering:'||l_proc, 5);
458: end if;

Line 457: hr_utility.set_location('Entering:'||l_proc, 5);

453: Begin
454: g_debug:=hr_utility.debug_enabled;
455: if g_debug then
456: l_proc := g_package||'upd';
457: hr_utility.set_location('Entering:'||l_proc, 5);
458: end if;
459: --
460: -- Call conversion function to turn arguments into the
461: -- l_rec structure.

Line 491: hr_utility.set_location(' Leaving:'||l_proc, 10);

487: );
488: --p_object_version_number := l_rec.object_version_number;
489: --
490: if g_debug then
491: hr_utility.set_location(' Leaving:'||l_proc, 10);
492: end if;
493: End upd;
494: --
495: end hxc_err_upd;