DBA Data[Home] [Help]

APPS.HXC_ATC_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_atc_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_atc_ins.g_alias_type_component_id_i := p_alias_type_component_id;
32: --

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

30: --
31: hxc_atc_ins.g_alias_type_component_id_i := p_alias_type_component_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 130: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

204: --
205: Begin
206: if g_debug then
207: l_proc := g_package||'pre_insert';
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: end if;
210: --
211: If (hxc_atc_ins.g_alias_type_component_id_i is not null) Then
212: --

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

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

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

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

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

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

Line 337: g_debug:=hr_utility.debug_enabled;

333: --
334: l_proc varchar2(72);
335: --
336: Begin
337: g_debug:=hr_utility.debug_enabled;
338: if g_debug then
339: l_proc:= g_package||'ins';
340: hr_utility.set_location('Entering:'||l_proc, 5);
341: end if;

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

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

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

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

Line 390: g_debug:=hr_utility.debug_enabled;

386: l_rec hxc_atc_shd.g_rec_type;
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: -- Call conversion function to turn arguments into the
397: -- p_rec structure.

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

419: p_alias_type_component_id := l_rec.alias_type_component_id;
420: p_object_version_number := l_rec.object_version_number;
421: --
422: if g_debug then
423: hr_utility.set_location(' Leaving:'||l_proc, 10);
424: end if;
425: End ins;
426: --
427: end hxc_atc_ins;