DBA Data[Home] [Help]

APPS.PQH_STR_UPD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

63: Begin
64:
65: if g_debug then
66: --
67: hr_utility.set_location('Entering:'||l_proc, 5);
68: --
69: End if;
70:
71: --

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

93: --
94: --
95: if g_debug then
96: --
97: hr_utility.set_location(' Leaving:'||l_proc, 10);
98: --
99: End if;
100:
101: --

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

160: --
161: Begin
162: if g_debug then
163: --
164: hr_utility.set_location('Entering:'||l_proc, 5);
165: --
166: End if;
167:
168: --

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

167:
168: --
169: if g_debug then
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 10);
172: --
173: End if;
174:
175:

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

217: Begin
218:
219: if g_debug then
220: --
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: End if;
224:
225: begin

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

277: end;
278: --
279: if g_debug then
280: --
281: hr_utility.set_location(' Leaving:'||l_proc, 10);
282: --
283: End if;
284:
285: End post_update;

Line 388: g_debug := hr_utility.debug_enabled;

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

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

388: g_debug := hr_utility.debug_enabled;
389:
390: if g_debug then
391: --
392: hr_utility.set_location('Entering:'||l_proc, 5);
393: --
394: End if;
395:
396: --

Line 460: g_debug := hr_utility.debug_enabled;

456: l_proc varchar2(72) := g_package||'upd';
457: --
458: Begin
459:
460: g_debug := hr_utility.debug_enabled;
461:
462: if g_debug then
463: --
464: hr_utility.set_location('Entering:'||l_proc, 5);

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

460: g_debug := hr_utility.debug_enabled;
461:
462: if g_debug then
463: --
464: hr_utility.set_location('Entering:'||l_proc, 5);
465: --
466: End if;
467:
468: --

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

494: p_object_version_number := l_rec.object_version_number;
495: --
496: if g_debug then
497: --
498: hr_utility.set_location(' Leaving:'||l_proc, 10);
499: --
500: End if;
501:
502: End upd;