DBA Data[Home] [Help]

APPS.HXC_HAN_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_han_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 28: hr_utility.set_location('Entering:'||l_proc, 10);

24: l_proc varchar2(72) := g_package||'set_base_key_value';
25: --
26: Begin
27: if g_debug then
28: hr_utility.set_location('Entering:'||l_proc, 10);
29: end if;
30: --
31: hxc_han_ins.g_comp_notification_id_i := p_comp_notification_id;
32: hxc_han_ins.g_object_version_number_i := p_object_version_number;

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

31: hxc_han_ins.g_comp_notification_id_i := p_comp_notification_id;
32: hxc_han_ins.g_object_version_number_i := p_object_version_number;
33: --
34: if g_debug then
35: hr_utility.set_location(' Leaving:'||l_proc, 20);
36: end if;
37: End set_base_key_value;
38: --
39: --

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

87: l_proc varchar2(72) := g_package||'insert_dml';
88: --
89: Begin
90: if g_debug then
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 129: hr_utility.set_location(' Leaving:'||l_proc, 10);

125: --
126: --
127: --
128: if g_debug then
129: hr_utility.set_location(' Leaving:'||l_proc, 10);
130: end if;
131: Exception
132: When hr_api.check_integrity_violated Then
133: -- A check constraint has been violated

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

204: l_exists varchar2(1);
205: --
206: Begin
207: if g_debug then
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: end if;
210: --
211: If (hxc_han_ins.g_comp_notification_id_i is not null or
212: hxc_han_ins.g_object_version_number_i is not null) Then

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

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

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

290: l_proc varchar2(72) := g_package||'post_insert';
291: --
292: Begin
293: if g_debug then
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: end if;
296: begin
297: --
298: hxc_han_rki.after_insert

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

320: --
321: end;
322: --
323: if g_debug then
324: hr_utility.set_location(' Leaving:'||l_proc, 10);
325: end if;
326: End post_insert;
327: --
328: -- ----------------------------------------------------------------------------

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

335: l_proc varchar2(72) := g_package||'ins';
336: --
337: Begin
338: if g_debug then
339: hr_utility.set_location('Entering:'||l_proc, 5);
340: end if;
341: --
342: -- Call the supporting insert validate operations
343: --

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

365: -- Call to raise any errors on multi-message list
366: hr_multi_message.end_validation_set;
367: --
368: if g_debug then
369: hr_utility.set_location('Leaving:'||l_proc, 20);
370: end if;
371: end ins;
372: --
373: -- ----------------------------------------------------------------------------

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

386: l_proc varchar2(72) := g_package||'ins';
387: --
388: Begin
389: if g_debug then
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: end if;
392: --
393: -- Call conversion function to turn arguments into the
394: -- p_rec structure.

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

417: p_object_version_number := l_rec.object_version_number;
418:
419: --
420: if g_debug then
421: hr_utility.set_location(' Leaving:'||l_proc, 10);
422: end if;
423: End ins;
424: --
425: end hxc_han_ins;