DBA Data[Home] [Help]

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

Line 173: g_debug:=hr_utility.debug_enabled;

169: --
170: l_proc varchar2(72);
171: --
172: Begin
173: g_debug:=hr_utility.debug_enabled;
174: if g_debug then
175: l_proc := g_package||'lck';
176: hr_utility.set_location('Entering:'||l_proc, 5);
177: end if;

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

172: Begin
173: g_debug:=hr_utility.debug_enabled;
174: if g_debug then
175: l_proc := g_package||'lck';
176: hr_utility.set_location('Entering:'||l_proc, 5);
177: end if;
178: --
179: hr_api.mandatory_arg_error
180: (p_api_name => l_proc

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

199: fnd_message.raise_error;
200: End If;
201: --
202: if g_debug then
203: hr_utility.set_location(' Leaving:'||l_proc, 10);
204: end if;
205: --
206: -- We need to trap the ORA LOCK exception
207: --