DBA Data[Home] [Help]

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

Line 177: g_debug :=hr_utility.debug_enabled;

173: --
174: l_proc varchar2(72) ;
175: --
176: Begin
177: g_debug :=hr_utility.debug_enabled;
178: if g_debug then
179: l_proc := g_package||'lck';
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: end if;

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

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

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

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