DBA Data[Home] [Help]

APPS.PQH_STS_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) := ' pqh_sts_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 26: g_debug := hr_utility.debug_enabled;

22: l_proc varchar2(72) := g_package||'set_base_key_value';
23: --
24: Begin
25:
26: g_debug := hr_utility.debug_enabled;
27:
28: if g_debug then
29: --
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: --
30: hr_utility.set_location('Entering:'||l_proc, 10);
31: --
32: end if;
33: --
34: pqh_sts_ins.g_statutory_situation_id_i := p_statutory_situation_id;

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

34: pqh_sts_ins.g_statutory_situation_id_i := p_statutory_situation_id;
35: --
36: if g_debug then
37: --
38: hr_utility.set_location(' Leaving:'||l_proc, 20);
39: --
40: end if;
41:
42: End set_base_key_value;

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

93: --
94: Begin
95: if g_debug then
96: --
97: hr_utility.set_location('Entering:'||l_proc, 5);
98: --
99: End if;
100:
101: p_rec.object_version_number := 1; -- Initialise the object version

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

178: --
179: --
180: if g_debug then
181: --
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: --
184: End if;
185:
186: Exception

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

258: --
259: Begin
260: if g_debug then
261: --
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: --
264: End if;
265: --
266: If (pqh_sts_ins.g_statutory_situation_id_i is not null) Then

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

298: End If;
299: --
300: if g_debug then
301: --
302: hr_utility.set_location(' Leaving:'||l_proc, 10);
303: --
304: End if;
305: End pre_insert;
306: --

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

345: --
346: Begin
347: if g_debug then
348: --
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: end if;
352: begin
353: --

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

432: end;
433: --
434: if g_debug then
435: --
436: hr_utility.set_location(' Leaving:'||l_proc, 10);
437: --
438: End if;
439: End post_insert;
440: --

Line 453: g_debug := hr_utility.debug_enabled;

449: l_proc varchar2(72) := g_package||'ins';
450: --
451: Begin
452:
453: g_debug := hr_utility.debug_enabled;
454:
455: if g_debug then
456: --
457: hr_utility.set_location('Entering:'||l_proc, 5);

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

453: g_debug := hr_utility.debug_enabled;
454:
455: if g_debug then
456: --
457: hr_utility.set_location('Entering:'||l_proc, 5);
458: --
459: End if;
460: --
461: -- Call the supporting insert validate operations

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

487: hr_multi_message.end_validation_set;
488: --
489: if g_debug then
490: --
491: hr_utility.set_location('Leaving:'||l_proc, 20);
492: --
493: End if;
494: end ins;
495: --

Line 541: g_debug := hr_utility.debug_enabled;

537: l_proc varchar2(72) := g_package||'ins';
538: --
539: Begin
540:
541: g_debug := hr_utility.debug_enabled;
542:
543: if g_debug then
544: --
545: hr_utility.set_location('Entering:'||l_proc, 5);

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

541: g_debug := hr_utility.debug_enabled;
542:
543: if g_debug then
544: --
545: hr_utility.set_location('Entering:'||l_proc, 5);
546: --
547: End if;
548: --
549: -- Call conversion function to turn arguments into the

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

601: p_object_version_number := l_rec.object_version_number;
602: --
603: if g_debug then
604: --
605: hr_utility.set_location(' Leaving:'||l_proc, 10);
606: --
607: End if;
608: End ins;
609: --