DBA Data[Home] [Help]

APPS.HXC_TKGQ_UPD dependencies on HR_UTILITY

Line 5: g_debug boolean := hr_utility.debug_enabled;

1: Package body hxc_tkgq_upd as
2: /* $Header: hxctkgqrhi.pkb 120.2 2005/09/23 09:33:26 rchennur noship $ */
3: --
4: g_package varchar2(33) := ' hxc_tkgq_upd.'; -- Global package name
5: g_debug boolean := hr_utility.debug_enabled;
6: -- ----------------------------------------------------------------------------
7: -- |------------------------------< update_dml >------------------------------|
8: -- ----------------------------------------------------------------------------
9: --

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

54: Begin
55:
56: if g_debug then
57: l_proc := g_package||'update_dml';
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: end if;
60: --
61: -- Increment the object version
62: p_rec.object_version_number := p_rec.object_version_number + 1;

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

81: --
82: hxc_tkgq_shd.g_api_dml := false; -- Unset the api dml status
83: --
84: if g_debug then
85: hr_utility.set_location(' Leaving:'||l_proc, 10);
86: end if;
87: --
88: Exception
89: When hr_api.check_integrity_violated Then

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

145: Begin
146:
147: if g_debug then
148: l_proc := g_package||'pre_update';
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: end if;
152: End pre_update;
153: --

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

146:
147: if g_debug then
148: l_proc := g_package||'pre_update';
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: end if;
152: End pre_update;
153: --
154: -- ----------------------------------------------------------------------------

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

190: Begin
191:
192: if g_debug then
193: l_proc := g_package||'post_update';
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: end if;
196: begin
197: --
198: hxc_tkgq_rku.after_update

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

230: --
231: end;
232: --
233: if g_debug then
234: hr_utility.set_location(' Leaving:'||l_proc, 10);
235: end if;
236: End post_update;
237: --
238: -- ----------------------------------------------------------------------------

Line 364: g_debug :=hr_utility.debug_enabled;

360: --
361: l_proc varchar2(72) ;
362: --
363: Begin
364: g_debug :=hr_utility.debug_enabled;
365: if g_debug then
366: l_proc := g_package||'upd';
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: end if;

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

363: Begin
364: g_debug :=hr_utility.debug_enabled;
365: if g_debug then
366: l_proc := g_package||'upd';
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: end if;
369: --
370: -- We must lock the row which we need to update.
371: --

Line 451: g_debug :=hr_utility.debug_enabled;

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

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

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

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

476: );
477: p_object_version_number := l_rec.object_version_number;
478: --
479: if g_debug then
480: hr_utility.set_location(' Leaving:'||l_proc, 10);
481: end if;
482: End upd;
483: --
484: end hxc_tkgq_upd;