DBA Data[Home] [Help]

APPS.HXC_HAD_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_had_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 94: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

202: --
203: Begin
204: if g_debug then
205: l_proc := g_package||'post_update';
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: end if;
208: begin
209: --
210: hxc_had_rku.after_update

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

250: --
251: end;
252: --
253: if g_debug then
254: hr_utility.set_location(' Leaving:'||l_proc, 10);
255: end if;
256: End post_update;
257: --
258: -- ----------------------------------------------------------------------------

Line 353: g_debug:=hr_utility.debug_enabled;

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

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

352: Begin
353: g_debug:=hr_utility.debug_enabled;
354: if g_debug then
355: l_proc := g_package||'upd';
356: hr_utility.set_location('Entering:'||l_proc, 5);
357: end if;
358: --
359: -- We must lock the row which we need to update.
360: --

Line 412: g_debug:=hr_utility.debug_enabled;

408: l_rec hxc_had_shd.g_rec_type;
409: l_proc varchar2(72);
410: --
411: Begin
412: g_debug:=hr_utility.debug_enabled;
413: if g_debug then
414: l_proc := g_package||'upd';
415: hr_utility.set_location('Entering:'||l_proc, 5);
416: end if;

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

411: Begin
412: g_debug:=hr_utility.debug_enabled;
413: if g_debug then
414: l_proc := g_package||'upd';
415: hr_utility.set_location('Entering:'||l_proc, 5);
416: end if;
417: --
418: -- Call conversion function to turn arguments into the
419: -- l_rec structure.

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

448: ,p_prompt => p_prompt
449: );
450:
451: if g_debug then
452: hr_utility.set_location(' Leaving:'||l_proc, 10);
453: end if;
454: End upd;
455: --
456: end hxc_had_upd;