DBA Data[Home] [Help]

APPS.HXC_LCK_INS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_lck_ins.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- The following global variables are only to be used by
13: -- the set_base_key_value and pre_insert procedures.
14: --

Line 26: g_debug := hr_utility.debug_enabled;

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

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

26: g_debug := hr_utility.debug_enabled;
27:
28: if g_debug then
29: l_proc := g_package||'set_base_key_value';
30: hr_utility.set_location('Entering:'||l_proc, 10);
31: end if;
32: --
33: hxc_lck_ins.g_locker_type_id_i := p_locker_type_id;
34: --

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

32: --
33: hxc_lck_ins.g_locker_type_id_i := p_locker_type_id;
34: --
35: if g_debug then
36: hr_utility.set_location(' Leaving:'||l_proc, 20);
37: end if;
38: End set_base_key_value;
39: --
40: --

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

91:
92:
93: if g_debug then
94: l_proc := g_package||'insert_dml';
95: hr_utility.set_location('Entering:'||l_proc, 5);
96: end if;
97: --
98: --
99: --

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

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

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

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

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

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

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

288:
289:
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_lck_rki.after_insert

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

312: --
313: end;
314: --
315: if g_debug then
316: hr_utility.set_location(' Leaving:'||l_proc, 10);
317: end if;
318: End post_insert;
319: --
320: -- ----------------------------------------------------------------------------

Line 330: g_debug := hr_utility.debug_enabled;

326: --
327: l_proc varchar2(72);
328: --
329: Begin
330: g_debug := hr_utility.debug_enabled;
331:
332: if g_debug then
333: l_proc := g_package||'ins';
334: hr_utility.set_location('Entering:'||l_proc, 5);

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

330: g_debug := hr_utility.debug_enabled;
331:
332: if g_debug then
333: l_proc := g_package||'ins';
334: hr_utility.set_location('Entering:'||l_proc, 5);
335: end if;
336: --
337: -- Call the supporting insert validate operations
338: --

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

360: -- Call to raise any errors on multi-message list
361: hr_multi_message.end_validation_set;
362: --
363: if g_debug then
364: hr_utility.set_location('Leaving:'||l_proc, 20);
365: end if;
366: end ins;
367: --
368: -- ----------------------------------------------------------------------------

Line 381: g_debug := hr_utility.debug_enabled;

377: l_rec hxc_lck_shd.g_rec_type;
378: l_proc varchar2(72);
379: --
380: Begin
381: g_debug := hr_utility.debug_enabled;
382:
383: if g_debug then
384: l_proc := g_package||'ins';
385: hr_utility.set_location('Entering:'||l_proc, 5);

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

381: g_debug := hr_utility.debug_enabled;
382:
383: if g_debug then
384: l_proc := g_package||'ins';
385: hr_utility.set_location('Entering:'||l_proc, 5);
386: end if;
387: --
388: -- Call conversion function to turn arguments into the
389: -- p_rec structure.

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

408: p_locker_type_id := l_rec.locker_type_id;
409: --
410: --
411: if g_debug then
412: hr_utility.set_location(' Leaving:'||l_proc, 10);
413: end if;
414: End ins;
415: --
416: end hxc_lck_ins;