DBA Data[Home] [Help]

APPS.HXC_HAC_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_hac_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: l_proc := g_package||'update_dml';
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: end if;
66: --
67: -- Increment the object version
68: p_rec.object_version_number := p_rec.object_version_number + 1;

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

111: --
112: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
113: --
114: if g_debug then
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: end if;
117: --
118: Exception
119: When hr_api.check_integrity_violated Then

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

176: --
177: Begin
178: if g_debug then
179: l_proc := g_package||'pre_update';
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: end if;
184: End pre_update;

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

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

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

224: --
225: Begin
226: if g_debug then
227: l_proc := g_package||'post_update';
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: end if;
230: begin
231: --
232: update hxc_app_comp_notif_usages

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

307: --
308: end;
309: --
310: if g_debug then
311: hr_utility.set_location(' Leaving:'||l_proc, 10);
312: end if;
313: End post_update;
314: --
315: -- ----------------------------------------------------------------------------

Line 435: g_debug:=hr_utility.debug_enabled;

431: --
432: l_proc varchar2(72);
433: --
434: Begin
435: g_debug:=hr_utility.debug_enabled;
436: if g_debug then
437: l_proc := g_package||'upd';
438: hr_utility.set_location('Entering:'||l_proc, 5);
439: end if;

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

434: Begin
435: g_debug:=hr_utility.debug_enabled;
436: if g_debug then
437: l_proc := g_package||'upd';
438: hr_utility.set_location('Entering:'||l_proc, 5);
439: end if;
440: --
441: -- We must lock the row which we need to update.
442: --

Line 503: g_debug:=hr_utility.debug_enabled;

499: l_rec hxc_hac_shd.g_rec_type;
500: l_proc varchar2(72);
501: --
502: Begin
503: g_debug:=hr_utility.debug_enabled;
504: if g_debug then
505: l_proc := g_package||'upd';
506: hr_utility.set_location('Entering:'||l_proc, 5);
507: end if;

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

502: Begin
503: g_debug:=hr_utility.debug_enabled;
504: if g_debug then
505: l_proc := g_package||'upd';
506: hr_utility.set_location('Entering:'||l_proc, 5);
507: end if;
508: --
509: -- Call conversion function to turn arguments into the
510: -- l_rec structure.

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

538: );
539: p_object_version_number := l_rec.object_version_number;
540: --
541: if g_debug then
542: hr_utility.set_location(' Leaving:'||l_proc, 10);
543: end if;
544: End upd;
545: --
546: end hxc_hac_upd;