DBA Data[Home] [Help]

APPS.HXC_HDP_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_hdp_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: --
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: --
157: hr_utility.set_location(' Leaving:'||l_proc, 10);
158: end if;
159: End pre_update;

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

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

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

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

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

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

Line 324: g_debug:=hr_utility.debug_enabled;

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

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

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

Line 381: g_debug:=hr_utility.debug_enabled;

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

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

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

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

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