DBA Data[Home] [Help]

APPS.HXC_ERR_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_err_ins.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- The following global variables are only to be used by
12: -- the set_base_key_value and pre_insert procedures.
13: --

Line 25: g_debug:=hr_utility.debug_enabled;

21: --
22: l_proc varchar2(72);
23: --
24: Begin
25: g_debug:=hr_utility.debug_enabled;
26: if g_debug then
27: l_proc := g_package||'set_base_key_value';
28: hr_utility.set_location('Entering:'||l_proc, 10);
29: end if;

Line 28: hr_utility.set_location('Entering:'||l_proc, 10);

24: Begin
25: g_debug:=hr_utility.debug_enabled;
26: if g_debug then
27: l_proc := g_package||'set_base_key_value';
28: hr_utility.set_location('Entering:'||l_proc, 10);
29: end if;
30: --
31: hxc_err_ins.g_error_id_i := p_error_id;
32: --

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

30: --
31: hxc_err_ins.g_error_id_i := p_error_id;
32: --
33: if g_debug then
34: hr_utility.set_location(' Leaving:'||l_proc, 20);
35: end if;
36: End set_base_key_value;
37: --
38: --

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

87: --
88: Begin
89: if g_debug then
90: l_proc := g_package||'insert_dml';
91: hr_utility.set_location('Entering:'||l_proc, 5);
92: end if;
93: --p_rec.object_version_number := 1; -- Initialise the object version
94: --
95: --

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

131: --
132: --
133: --
134: if g_debug then
135: hr_utility.set_location(' Leaving:'||l_proc, 10);
136: end if;
137: Exception
138: When hr_api.check_integrity_violated Then
139: -- A check constraint has been violated

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

209: --
210: Begin
211: if g_debug then
212: l_proc := g_package||'pre_insert';
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: end if;
215: --
216: If (hxc_err_ins.g_error_id_i is not null) Then
217: --

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

247: Close C_Sel1;
248: End If;
249: --
250: if g_debug then
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: end if;
253: End pre_insert;
254: --
255: -- ----------------------------------------------------------------------------

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

292: --
293: Begin
294: if g_debug then
295: l_proc := g_package||'post_insert';
296: hr_utility.set_location('Entering:'||l_proc, 5);
297: end if;
298: begin
299: --
300: /*hxc_err_rki.after_insert

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

337: --
338: end;
339: --
340: if g_debug then
341: hr_utility.set_location(' Leaving:'||l_proc, 10);
342: end if;
343: End post_insert;
344: --
345: -- ----------------------------------------------------------------------------

Line 355: g_debug:=hr_utility.debug_enabled;

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

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

354: Begin
355: g_debug:=hr_utility.debug_enabled;
356: if g_debug then
357: l_proc := g_package||'ins';
358: hr_utility.set_location('Entering:'||l_proc, 5);
359: end if;
360: --
361: -- Call the supporting insert validate operations
362: --

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

384: -- Call to raise any errors on multi-message list
385: hr_multi_message.end_validation_set;
386: --
387: if g_debug then
388: hr_utility.set_location('Leaving:'||l_proc, 20);
389: end if;
390: end ins;
391: --
392: -- ----------------------------------------------------------------------------

Line 417: g_debug:=hr_utility.debug_enabled;

413: l_rec hxc_err_shd.g_rec_type;
414: l_proc varchar2(72);
415: --
416: Begin
417: g_debug:=hr_utility.debug_enabled;
418: if g_debug then
419: l_proc := g_package||'ins';
420: hr_utility.set_location('Entering:'||l_proc, 5);
421: end if;

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

416: Begin
417: g_debug:=hr_utility.debug_enabled;
418: if g_debug then
419: l_proc := g_package||'ins';
420: hr_utility.set_location('Entering:'||l_proc, 5);
421: end if;
422: --
423: -- Call conversion function to turn arguments into the
424: -- p_rec structure.

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

454: p_error_id := l_rec.error_id;
455: --p_object_version_number := l_rec.object_version_number;
456: --
457: if g_debug then
458: hr_utility.set_location(' Leaving:'||l_proc, 10);
459: end if;
460: End ins;
461: --
462: end hxc_err_ins;