DBA Data[Home] [Help]

APPS.HXC_HAV_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_hav_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 165: hr_utility.set_location(' Leaving:'||l_proc, 10);

161: --
162: --
163: --
164: if g_debug then
165: hr_utility.set_location(' Leaving:'||l_proc, 10);
166: end if;
167: Exception
168: When hr_api.check_integrity_violated Then
169: -- A check constraint has been violated

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

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

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

243: Fetch C_Sel1 Into p_rec.alias_value_id;
244: Close C_Sel1;
245: --
246: if g_debug then
247: hr_utility.set_location(' Leaving:'||l_proc, 10);
248: end if;
249: End pre_insert;
250: --
251: -- ----------------------------------------------------------------------------

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

288: --
289: Begin
290: if g_debug then
291: l_proc := g_package||'post_insert';
292: hr_utility.set_location('Entering:'||l_proc, 5);
293: end if;
294: begin
295: --
296: hxc_hav_rki.after_insert

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

382: --
383: end;
384: --
385: if g_debug then
386: hr_utility.set_location(' Leaving:'||l_proc, 10);
387: end if;
388: End post_insert;
389: --
390: -- ----------------------------------------------------------------------------

Line 400: g_debug:=hr_utility.debug_enabled;

396: --
397: l_proc varchar2(72);
398: --
399: Begin
400: g_debug:=hr_utility.debug_enabled;
401: if g_debug then
402: l_proc := g_package||'ins';
403: hr_utility.set_location('Entering:'||l_proc, 5);
404: end if;

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

399: Begin
400: g_debug:=hr_utility.debug_enabled;
401: if g_debug then
402: l_proc := g_package||'ins';
403: hr_utility.set_location('Entering:'||l_proc, 5);
404: end if;
405: --
406: -- Call the supporting insert validate operations
407: --

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_hav_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 553: hr_utility.set_location(' Leaving:'||l_proc, 10);

549: );
550:
551: --
552: if g_debug then
553: hr_utility.set_location(' Leaving:'||l_proc, 10);
554: end if;
555: End ins;
556: --
557: end hxc_hav_ins;