DBA Data[Home] [Help]

APPS.HXC_DTL_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_dtl_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: --
68: --

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: 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 201: hr_utility.set_location('Entering:'||l_proc, 5);

197: --
198: Begin
199: if g_debug then
200: l_proc := g_package||'post_update';
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: end if;
203: begin
204: --
205: hxc_dtl_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 322: g_debug:=hr_utility.debug_enabled;

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

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

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

Line 377: g_debug:=hr_utility.debug_enabled;

373: l_rec hxc_dtl_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 406: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

Line 434: g_debug:=hr_utility.debug_enabled;

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

Line 437: hr_utility.set_location('Entering:'||l_proc,10);

433: Begin
434: g_debug:=hr_utility.debug_enabled;
435: if g_debug then
436: l_proc := g_package||'upd_tl';
437: hr_utility.set_location('Entering:'||l_proc,10);
438: end if;
439: --
440: -- Update the translated values for every matching row
441: -- setting SOURCE_LANG to the specified language.

Line 455: hr_utility.set_location(' Leaving:'||l_proc,20);

451: );
452: end loop;
453: --
454: if g_debug then
455: hr_utility.set_location(' Leaving:'||l_proc,20);
456: end if;
457: End upd_tl;
458: --
459: end hxc_dtl_upd;