DBA Data[Home] [Help]

APPS.HXC_ULQ_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_ulq_upd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< update_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

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

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

116: --
117: --
118: --
119: if g_debug then
120: hr_utility.set_location(' Leaving:'||l_proc, 10);
121: end if;
122: --
123: Exception
124: When hr_api.check_integrity_violated Then

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

182: Begin
183:
184: if g_debug then
185: l_proc := g_package||'pre_update';
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: end if;
189: End pre_update;
190: --

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

183:
184: if g_debug then
185: l_proc := g_package||'pre_update';
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: end if;
189: End pre_update;
190: --
191: -- ----------------------------------------------------------------------------

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

229: Begin
230:
231: if g_debug then
232: l_proc := g_package||'post_update';
233: hr_utility.set_location('Entering:'||l_proc, 5);
234: end if;
235: begin
236: --
237: hxc_ulq_rku.after_update

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

381: --
382: end;
383: --
384: if g_debug then
385: hr_utility.set_location(' Leaving:'||l_proc, 10);
386: end if;
387: End post_update;
388: --
389: -- ----------------------------------------------------------------------------

Line 584: g_debug :=hr_utility.debug_enabled;

580: --
581: l_proc varchar2(72) ;
582: --
583: Begin
584: g_debug :=hr_utility.debug_enabled;
585: if g_debug then
586: l_proc := g_package||'upd';
587: hr_utility.set_location('Entering:'||l_proc, 5);
588: end if;

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

583: Begin
584: g_debug :=hr_utility.debug_enabled;
585: if g_debug then
586: l_proc := g_package||'upd';
587: hr_utility.set_location('Entering:'||l_proc, 5);
588: end if;
589: --
590: -- We must lock the row which we need to update.
591: --

Line 668: g_debug :=hr_utility.debug_enabled;

664: l_rec hxc_ulq_shd.g_rec_type;
665: l_proc varchar2(72) ;
666: --
667: Begin
668: g_debug :=hr_utility.debug_enabled;
669: if g_debug then
670: l_proc := g_package||'upd';
671: hr_utility.set_location('Entering:'||l_proc, 5);
672: end if;

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

667: Begin
668: g_debug :=hr_utility.debug_enabled;
669: if g_debug then
670: l_proc := g_package||'upd';
671: hr_utility.set_location('Entering:'||l_proc, 5);
672: end if;
673: --
674: -- Call conversion function to turn arguments into the
675: -- l_rec structure.

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

722: );
723: p_object_version_number := l_rec.object_version_number;
724: --
725: if g_debug then
726: hr_utility.set_location(' Leaving:'||l_proc, 10);
727: end if;
728: End upd;
729: --
730: end hxc_ulq_upd;