DBA Data[Home] [Help]

APPS.HXC_ULD_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_uld_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: -- Increment the object version
69: p_rec.object_version_number := p_rec.object_version_number + 1;

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

87: --
88: --
89: --
90: if g_debug then
91: hr_utility.set_location(' Leaving:'||l_proc, 10);
92: end if;
93: --
94: Exception
95: When hr_api.check_integrity_violated Then

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

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

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

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

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

200: Begin
201:
202: if g_debug then
203: l_proc := g_package||'post_update';
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: end if;
206: begin
207: --
208: hxc_uld_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 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 377: g_debug :=hr_utility.debug_enabled;

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

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

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

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

401: );
402: p_object_version_number := l_rec.object_version_number;
403: --
404: if g_debug then
405: hr_utility.set_location(' Leaving:'||l_proc, 10);
406: end if;
407: End upd;
408: --
409: end hxc_uld_upd;