DBA Data[Home] [Help]

APPS.PQH_STR_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_str_shd.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- ----------------------------------------------------------------------------
13: -- |---------------------------< constraint_error >---------------------------|
14: -- ----------------------------------------------------------------------------

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

142: Begin
143:
144: if g_debug then
145: --
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: End if;
149:
150: --

Line 159: hr_utility.set_location(l_proc,6);

155: );
156:
157: if g_debug then
158: --
159: hr_utility.set_location(l_proc,6);
160: --
161: End if;
162:
163: hr_api.mandatory_arg_error

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

184: End If;
185: --
186: if g_debug then
187: --
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: --
190: End if;
191:
192: --