DBA Data[Home] [Help]

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

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

57: --
58: Begin
59: if g_debug then
60: l_proc := g_package||'insert_dml';
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: end if;
63: p_rec.object_version_number := 1; -- Initialise the object version
64: --
65: hxc_egc_shd.g_api_dml := true; -- Set the api dml status

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

155: --
156: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
157: --
158: if g_debug then
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: end if;
161: Exception
162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated

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

224: --
225: Begin
226: if g_debug then
227: l_proc:= g_package||'pre_insert';
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: end if;
230: --
231: --
232: -- Select the next sequence number

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

235: Fetch C_Sel1 Into p_rec.entity_group_comp_id;
236: Close C_Sel1;
237: --
238: if g_debug then
239: hr_utility.set_location(' Leaving:'||l_proc, 10);
240: end if;
241: End pre_insert;
242: --
243: -- ----------------------------------------------------------------------------

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

279: --
280: Begin
281: if g_debug then
282: l_proc := g_package||'post_insert';
283: hr_utility.set_location('Entering:'||l_proc, 5);
284: end if;
285: begin
286: --
287: hxc_egc_rki.after_insert

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

370: --
371: end;
372: --
373: if g_debug then
374: hr_utility.set_location(' Leaving:'||l_proc, 10);
375: end if;
376: End post_insert;
377: --
378: -- ----------------------------------------------------------------------------

Line 390: g_debug:=hr_utility.debug_enabled;

386: --
387: l_proc varchar2(72);
388: --
389: Begin
390: g_debug:=hr_utility.debug_enabled;
391: if g_debug then
392: l_proc := g_package||'ins';
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: end if;

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

389: Begin
390: g_debug:=hr_utility.debug_enabled;
391: if g_debug then
392: l_proc := g_package||'ins';
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: end if;
395:
396: -- Bug Fix for 2500562 start
397: -- Call the supporting insert validate operations

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

423: ,p_rec
424: );
425: --
426: if g_debug then
427: hr_utility.set_location('Leaving:'||l_proc, 20);
428: end if;
429: end ins;
430: --
431: -- ----------------------------------------------------------------------------

Line 479: g_debug:=hr_utility.debug_enabled;

475: l_rec hxc_egc_shd.g_rec_type;
476: l_proc varchar2(72);
477: --
478: Begin
479: g_debug:=hr_utility.debug_enabled;
480: if g_debug then
481: l_proc := g_package||'ins';
482: hr_utility.set_location('Entering:'||l_proc, 5);
483: end if;

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

478: Begin
479: g_debug:=hr_utility.debug_enabled;
480: if g_debug then
481: l_proc := g_package||'ins';
482: hr_utility.set_location('Entering:'||l_proc, 5);
483: end if;
484: --
485: -- Call conversion function to turn arguments into the
486: -- p_rec structure.

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

540: p_entity_group_comp_id := l_rec.entity_group_comp_id;
541: p_object_version_number := l_rec.object_version_number;
542: --
543: if g_debug then
544: hr_utility.set_location(' Leaving:'||l_proc, 10);
545: end if;
546: End ins;
547: --
548: end hxc_egc_ins;