DBA Data[Home] [Help]

APPS.HXC_ULT_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_ult_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: --
69: --

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

85: --
86: --
87: --
88: if g_debug then
89: hr_utility.set_location(' Leaving:'||l_proc, 10);
90: end if;
91: --
92: Exception
93: When hr_api.check_integrity_violated Then

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

151: Begin
152:
153: if g_debug then
154: l_proc := g_package||'pre_update';
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: hr_utility.set_location(' Leaving:'||l_proc, 10);
157: end if;
158: End pre_update;
159: --

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

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

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

198: Begin
199:
200: if g_debug then
201: l_proc := g_package||'post_update';
202: hr_utility.set_location('Entering:'||l_proc, 5);
203: end if;
204: begin
205: --
206: hxc_ult_rku.after_update

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

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

Line 311: g_debug :=hr_utility.debug_enabled;

307: --
308: l_proc varchar2(72) ;
309: --
310: Begin
311: g_debug :=hr_utility.debug_enabled;
312: if g_debug then
313: l_proc := g_package||'upd';
314: hr_utility.set_location('Entering:'||l_proc, 5);
315: end if;

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

310: Begin
311: g_debug :=hr_utility.debug_enabled;
312: if g_debug then
313: l_proc := g_package||'upd';
314: hr_utility.set_location('Entering:'||l_proc, 5);
315: end if;
316: --
317: -- We must lock the row which we need to update.
318: --

Line 364: g_debug :=hr_utility.debug_enabled;

360: l_rec hxc_ult_shd.g_rec_type;
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: -- Call conversion function to turn arguments into the
371: -- l_rec structure.

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

387: );
388: --
389: --
390: if g_debug then
391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: end if;
393: End upd;
394: --
395: -- ----------------------------------------------------------------------------

Line 417: g_debug :=hr_utility.debug_enabled;

413: --
414: l_proc varchar2(72) ;
415: --
416: Begin
417: g_debug :=hr_utility.debug_enabled;
418: if g_debug then
419: l_proc := g_package||'upd_tl';
420: hr_utility.set_location('Entering:'||l_proc,10);
421: end if;

Line 420: hr_utility.set_location('Entering:'||l_proc,10);

416: Begin
417: g_debug :=hr_utility.debug_enabled;
418: if g_debug then
419: l_proc := g_package||'upd_tl';
420: hr_utility.set_location('Entering:'||l_proc,10);
421: end if;
422: --
423: -- Update the translated values for every matching row
424: -- setting SOURCE_LANG to the specified language.

Line 436: hr_utility.set_location(' Leaving:'||l_proc,20);

432: );
433: end loop;
434: --
435: if g_debug then
436: hr_utility.set_location(' Leaving:'||l_proc,20);
437: end if;
438: End upd_tl;
439: --
440: end hxc_ult_upd;