DBA Data[Home] [Help]

APPS.PQH_STS_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) := ' pqh_sts_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: --
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: --
66: End if;
67: --
68: -- Increment the object version

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

112: --
113: --
114: if g_debug then
115: --
116: hr_utility.set_location(' Leaving:'||l_proc, 10);
117: --
118: End if;
119: --
120: Exception

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

178: --
179: Begin
180: if g_debug then
181: --
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: --
186: End if;

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

180: if g_debug then
181: --
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: --
186: End if;
187: End pre_update;
188: --

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

227: --
228: Begin
229: if g_debug then
230: --
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: --
233: end if;
234: begin
235: --

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

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

Line 581: g_debug := hr_utility.debug_enabled;

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

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

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

Line 675: g_debug := hr_utility.debug_enabled;

671: l_proc varchar2(72) := g_package||'upd';
672: --
673: Begin
674:
675: g_debug := hr_utility.debug_enabled;
676:
677: if g_debug then
678: --
679: hr_utility.set_location('Entering:'||l_proc, 5);

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

675: g_debug := hr_utility.debug_enabled;
676:
677: if g_debug then
678: --
679: hr_utility.set_location('Entering:'||l_proc, 5);
680: --
681: End if;
682: --
683: -- Call conversion function to turn arguments into the

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

731: p_object_version_number := l_rec.object_version_number;
732: --
733: if g_debug then
734: --
735: hr_utility.set_location(' Leaving:'||l_proc, 10);
736: --
737: End if;
738: --
739: End upd;