DBA Data[Home] [Help]

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

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

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

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

156: --
157: --
158: --
159: if g_debug then
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: end if;
162: Exception
163: When hr_api.check_integrity_violated Then
164: -- A check constraint has been violated

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

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

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

239: Fetch C_Sel1 Into p_rec.layout_comp_qualifier_id;
240: Close C_Sel1;
241: --
242: if g_debug then
243: hr_utility.set_location(' Leaving:'||l_proc, 10);
244: end if;
245: End pre_insert;
246: --
247: -- ----------------------------------------------------------------------------

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

285: Begin
286:
287: if g_debug then
288: l_proc := g_package||'post_insert';
289: hr_utility.set_location('Entering:'||l_proc, 5);
290: end if;
291: begin
292: --
293: hxc_ulq_rki.after_insert

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

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

Line 391: g_debug :=hr_utility.debug_enabled;

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

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

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

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

414: (p_rec
415: );
416: --
417: if g_debug then
418: hr_utility.set_location('Leaving:'||l_proc, 20);
419: end if;
420: end ins;
421: --
422: -- ----------------------------------------------------------------------------

Line 467: g_debug :=hr_utility.debug_enabled;

463: l_rec hxc_ulq_shd.g_rec_type;
464: l_proc varchar2(72) ;
465: --
466: Begin
467: g_debug :=hr_utility.debug_enabled;
468: if g_debug then
469: l_proc := g_package||'ins';
470: hr_utility.set_location('Entering:'||l_proc, 5);
471: end if;

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

466: Begin
467: g_debug :=hr_utility.debug_enabled;
468: if g_debug then
469: l_proc := g_package||'ins';
470: hr_utility.set_location('Entering:'||l_proc, 5);
471: end if;
472: --
473: -- Call conversion function to turn arguments into the
474: -- p_rec structure.

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

525: p_layout_comp_qualifier_id := l_rec.layout_comp_qualifier_id;
526: p_object_version_number := l_rec.object_version_number;
527: --
528: if g_debug then
529: hr_utility.set_location(' Leaving:'||l_proc, 10);
530: end if;
531: End ins;
532: --
533: end hxc_ulq_ins;