DBA Data[Home] [Help]

APPS.PQH_STR_BUS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

46: begin
47: --
48: if g_debug then
49: --
50: hr_utility.set_location('Entering:'|| l_proc, 10);
51: --
52: End if;
53:
54: --

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

91: end if;
92: --
93: if g_debug then
94: --
95: hr_utility.set_location(' Leaving:'|| l_proc, 20);
96: --
97: End if;
98:
99: --

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

127: Begin
128: --
129: if g_debug then
130: --
131: hr_utility.set_location('Entering:'|| l_proc, 10);
132: --
133: End if;
134: --
135: -- Ensure that all the mandatory parameter are not null

Line 154: hr_utility.set_location(l_proc, 20);

150: l_legislation_code := pqh_str_bus.g_legislation_code;
151:
152: if g_debug then
153: --
154: hr_utility.set_location(l_proc, 20);
155: --
156: End if;
157:
158: else

Line 176: hr_utility.set_location(l_proc,30);

172: fnd_message.raise_error;
173: end if;
174: if g_debug then
175: --
176: hr_utility.set_location(l_proc,30);
177: --
178: End if;
179: --
180: -- Set the global variables so the values are

Line 189: hr_utility.set_location(' Leaving:'|| l_proc, 40);

185: pqh_str_bus.g_legislation_code := l_legislation_code;
186: end if;
187: if g_debug then
188: --
189: hr_utility.set_location(' Leaving:'|| l_proc, 40);
190: --
191: End if;
192: return l_legislation_code;
193: end return_legislation_code;

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

265: Begin
266:
267: if g_debug then
268: --
269: hr_utility.set_location('Entering:'||l_proc, 5);
270: --
271: End if;
272: --
273:

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

487: Begin
488:
489: if g_debug then
490: --
491: hr_utility.set_location('Entering:'||l_proc, 5);
492: --
493: End if;
494:
495: --

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

519: hr_multi_message.end_validation_set;
520: --
521: if g_debug then
522: --
523: hr_utility.set_location(' Leaving:'||l_proc, 10);
524: --
525: End if;
526:
527: End insert_validate;

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

539: Begin
540:
541: if g_debug then
542: --
543: hr_utility.set_location('Entering:'||l_proc, 5);
544: --
545: End if;
546:
547: --

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

577: --
578: --
579: if g_debug then
580: --
581: hr_utility.set_location(' Leaving:'||l_proc, 10);
582: --
583: End if;
584:
585: End update_validate;

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

595: --
596: Begin
597: if g_debug then
598: --
599: hr_utility.set_location('Entering:'||l_proc, 5);
600: --
601: End if;
602:
603: --

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

604: -- Call all supporting business operations
605: --
606: if g_debug then
607: --
608: hr_utility.set_location(' Leaving:'||l_proc, 10);
609: --
610: End if;
611:
612: End delete_validate;