DBA Data[Home] [Help]

APPS.HXC_TKS_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_tks_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 84: hr_utility.set_location(' Leaving:'||l_proc, 10);

80: --
81: --
82: --
83: if g_debug then
84: hr_utility.set_location(' Leaving:'||l_proc, 10);
85: end if;
86: --
87: Exception
88: When hr_api.check_integrity_violated Then

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

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

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

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

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

193: Begin
194:
195: if g_debug then
196: l_proc := g_package||'post_update';
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: end if;
199: begin
200: --
201: /* hxc_tks_rku.after_update

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

218: --
219: end;
220: --
221: if g_debug then
222: hr_utility.set_location(' Leaving:'||l_proc, 10);
223: end if;
224: End post_update;
225: --
226: -- ----------------------------------------------------------------------------

Line 297: g_debug :=hr_utility.debug_enabled;

293: --
294: l_proc varchar2(72) ;
295: --
296: Begin
297: g_debug :=hr_utility.debug_enabled;
298: if g_debug then
299: l_proc := g_package||'upd';
300: hr_utility.set_location('Entering:'||l_proc, 5);
301: end if;

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

296: Begin
297: g_debug :=hr_utility.debug_enabled;
298: if g_debug then
299: l_proc := g_package||'upd';
300: hr_utility.set_location('Entering:'||l_proc, 5);
301: end if;
302: --
303: -- We must lock the row which we need to update.
304: --

Line 353: g_debug :=hr_utility.debug_enabled;

349: l_rec hxc_tks_shd.g_rec_type;
350: l_proc varchar2(72) ;
351: --
352: Begin
353: g_debug :=hr_utility.debug_enabled;
354: if g_debug then
355: l_proc := g_package||'upd';
356: hr_utility.set_location('Entering:'||l_proc, 5);
357: end if;

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

352: Begin
353: g_debug :=hr_utility.debug_enabled;
354: if g_debug then
355: l_proc := g_package||'upd';
356: hr_utility.set_location('Entering:'||l_proc, 5);
357: end if;
358: --
359: -- Call conversion function to turn arguments into the
360: -- l_rec structure.

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

374: );
375: --
376: --
377: if g_debug then
378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: end if;
380: End upd;
381: --
382: end hxc_tks_upd;