DBA Data[Home] [Help]

APPS.HXC_HAS_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_has_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 94: hr_utility.set_location(' Leaving:'||l_proc, 10);

90: --
91: hxc_has_shd.g_api_dml := false; -- Unset the api dml status
92: --
93: if g_debug then
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: end if;
96: --
97: Exception
98: When hr_api.check_integrity_violated Then

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

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

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

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

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

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

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

254: --
255: end;
256: --
257: if g_debug then
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: end if;
260: End post_update;
261: --
262: -- ----------------------------------------------------------------------------

Line 357: g_debug:=hr_utility.debug_enabled;

353: --
354: l_proc varchar2(72);
355: --
356: Begin
357: g_debug:=hr_utility.debug_enabled;
358: if g_debug then
359: l_proc := g_package||'upd';
360: hr_utility.set_location('Entering:'||l_proc, 5);
361: end if;

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

356: Begin
357: g_debug:=hr_utility.debug_enabled;
358: if g_debug then
359: l_proc := g_package||'upd';
360: hr_utility.set_location('Entering:'||l_proc, 5);
361: end if;
362: --
363: -- We must lock the row which we need to update.
364: --

Line 415: g_debug:=hr_utility.debug_enabled;

411: l_rec hxc_has_shd.g_rec_type;
412: l_proc varchar2(72);
413: --
414: Begin
415: g_debug:=hr_utility.debug_enabled;
416: if g_debug then
417: l_proc := g_package||'upd';
418: hr_utility.set_location('Entering:'||l_proc, 5);
419: end if;

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

414: Begin
415: g_debug:=hr_utility.debug_enabled;
416: if g_debug then
417: l_proc := g_package||'upd';
418: hr_utility.set_location('Entering:'||l_proc, 5);
419: end if;
420: --
421: -- Call conversion function to turn arguments into the
422: -- l_rec structure.

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

443: );
444: p_object_version_number := l_rec.object_version_number;
445: --
446: if g_debug then
447: hr_utility.set_location(' Leaving:'||l_proc, 10);
448: end if;
449: End upd;
450: --
451: end hxc_has_upd;