DBA Data[Home] [Help]

APPS.HXC_EGC_SHD 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_egc_shd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------< return_api_dml_status >-------------------------|
13: -- ----------------------------------------------------------------------------

Line 205: g_debug:=hr_utility.debug_enabled;

201: --
202: l_proc varchar2(72);
203: --
204: Begin
205: g_debug:=hr_utility.debug_enabled;
206: if g_debug then
207: l_proc := g_package||'lck';
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: end if;

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

204: Begin
205: g_debug:=hr_utility.debug_enabled;
206: if g_debug then
207: l_proc := g_package||'lck';
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: end if;
210: --
211: hr_api.mandatory_arg_error
212: (p_api_name => l_proc

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

231: fnd_message.raise_error;
232: End If;
233: --
234: if g_debug then
235: hr_utility.set_location(' Leaving:'||l_proc, 10);
236: end if;
237: --
238: -- We need to trap the ORA LOCK exception
239: --