DBA Data[Home] [Help]

APPS.HXC_HPH_INS 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_hph_ins.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< insert_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

59: --
60: Begin
61: if g_debug then
62: l_proc := g_package||'insert_dml';
63: hr_utility.set_location('Entering:'||l_proc, 5);
64: end if;
65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: --

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

175: --
176: --
177: --
178: if g_debug then
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: end if;
181: Exception
182: When hr_api.check_integrity_violated Then
183: -- A check constraint has been violated

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

263: --
264: Begin
265: if g_debug then
266: l_proc := g_package||'pre_insert';
267: hr_utility.set_location('Entering:'||l_proc, 5);
268: end if;
269: --
270: --
271: -- Select the next sequence number

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

291: p_rec.top_level_parent_id := null;
292: p_rec.code := null;
293: end if;
294: if g_debug then
295: hr_utility.set_location(' Leaving:'||l_proc, 10);
296: end if;
297: End pre_insert;
298: --
299: -- ----------------------------------------------------------------------------

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

337: --
338: Begin
339: if g_debug then
340: l_proc := g_package||'post_insert';
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: end if;
343: begin
344: --
345: hxc_hph_rki.after_insert

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

444: --
445: end;
446: --
447: if g_debug then
448: hr_utility.set_location(' Leaving:'||l_proc, 10);
449: end if;
450: End post_insert;
451: --
452: -- ----------------------------------------------------------------------------

Line 463: g_debug:=hr_utility.debug_enabled;

459: --
460: l_proc varchar2(72);
461: --
462: Begin
463: g_debug:=hr_utility.debug_enabled;
464: if g_debug then
465: l_proc := g_package||'ins';
466: hr_utility.set_location('Entering:'||l_proc, 5);
467: end if;

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

462: Begin
463: g_debug:=hr_utility.debug_enabled;
464: if g_debug then
465: l_proc := g_package||'ins';
466: hr_utility.set_location('Entering:'||l_proc, 5);
467: end if;
468: --
469: -- Call the supporting insert validate operations
470: --

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

488: ,p_rec
489: );
490: --
491: if g_debug then
492: hr_utility.set_location('Leaving:'||l_proc, 20);
493: end if;
494: end ins;
495: --
496: -- ----------------------------------------------------------------------------

Line 552: g_debug:=hr_utility.debug_enabled;

548: l_rec hxc_hph_shd.g_rec_type;
549: l_proc varchar2(72);
550: --
551: Begin
552: g_debug:=hr_utility.debug_enabled;
553: if g_debug then
554: l_proc := g_package||'ins';
555: hr_utility.set_location('Entering:'||l_proc, 5);
556: end if;

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

551: Begin
552: g_debug:=hr_utility.debug_enabled;
553: if g_debug then
554: l_proc := g_package||'ins';
555: hr_utility.set_location('Entering:'||l_proc, 5);
556: end if;
557: --
558: -- Call conversion function to turn arguments into the
559: -- p_rec structure.

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

621: p_pref_hierarchy_id := l_rec.pref_hierarchy_id;
622: p_object_version_number := l_rec.object_version_number;
623: --
624: if g_debug then
625: hr_utility.set_location(' Leaving:'||l_proc, 10);
626: end if;
627: End ins;
628: --
629: end hxc_hph_ins;