DBA Data[Home] [Help]

APPS.HXC_DRU_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_dru_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 90: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

151: --
152: Begin
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: Begin
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: --
199: Begin
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_dru_rku.after_update

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

235: --
236: end;
237: --
238: if g_debug then
239: hr_utility.set_location(' Leaving:'||l_proc, 10);
240: end if;
241: End post_update;
242: --
243: -- ----------------------------------------------------------------------------

Line 323: g_debug:=hr_utility.debug_enabled;

319: --
320: l_proc varchar2(72);
321: --
322: Begin
323: g_debug:=hr_utility.debug_enabled;
324: if g_debug then
325: l_proc := g_package||'upd';
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: end if;

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

322: Begin
323: g_debug:=hr_utility.debug_enabled;
324: if g_debug then
325: l_proc := g_package||'upd';
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: end if;
328: --
329: -- We must lock the row which we need to update.
330: --

Line 380: g_debug:=hr_utility.debug_enabled;

376: l_rec hxc_dru_shd.g_rec_type;
377: l_proc varchar2(72);
378: --
379: Begin
380: g_debug:=hr_utility.debug_enabled;
381: if g_debug then
382: l_proc := g_package||'upd';
383: hr_utility.set_location('Entering:'||l_proc, 5);
384: end if;

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

379: Begin
380: g_debug:=hr_utility.debug_enabled;
381: if g_debug then
382: l_proc := g_package||'upd';
383: hr_utility.set_location('Entering:'||l_proc, 5);
384: end if;
385: --
386: -- Call conversion function to turn arguments into the
387: -- l_rec structure.

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

405: );
406: p_object_version_number := l_rec.object_version_number;
407: --
408: if g_debug then
409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: end if;
411: End upd;
412: --
413: end hxc_dru_upd;