DBA Data[Home] [Help]

APPS.HXC_APS_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_aps_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 87: hr_utility.set_location(' Leaving:'||l_proc, 10);

83: --
84: hxc_aps_shd.g_api_dml := false; -- Unset the api dml status
85: --
86: if g_debug then
87: hr_utility.set_location(' Leaving:'||l_proc, 10);
88: end if;
89: --
90: Exception
91: When hr_api.check_integrity_violated Then

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

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

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

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

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

195: --
196: Begin
197: if g_debug then
198: l_proc := g_package||'post_update';
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: end if;
201: begin
202: --
203: hxc_aps_rku.after_update

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

223: --
224: end;
225: --
226: if g_debug then
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: end if;
229: End post_update;
230: --
231: -- ----------------------------------------------------------------------------

Line 302: g_debug:=hr_utility.debug_enabled;

298: --
299: l_proc varchar2(72);
300: --
301: Begin
302: g_debug:=hr_utility.debug_enabled;
303: if g_debug then
304: l_proc := g_package||'upd';
305: hr_utility.set_location('Entering:'||l_proc, 5);
306: end if;

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

301: Begin
302: g_debug:=hr_utility.debug_enabled;
303: if g_debug then
304: l_proc := g_package||'upd';
305: hr_utility.set_location('Entering:'||l_proc, 5);
306: end if;
307: --
308: -- We must lock the row which we need to update.
309: --

Line 354: g_debug:=hr_utility.debug_enabled;

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

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

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

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

376: );
377: p_object_version_number := l_rec.object_version_number;
378: --
379: if g_debug then
380: hr_utility.set_location(' Leaving:'||l_proc, 10);
381: end if;
382: End upd;
383: --
384: end hxc_aps_upd;