DBA Data[Home] [Help]

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

Line 197: g_debug :=hr_utility.debug_enabled;

193: --
194: l_proc varchar2(72) ;
195: --
196: Begin
197: g_debug :=hr_utility.debug_enabled;
198: if g_debug then
199: l_proc := g_package||'lck';
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: end if;

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

196: Begin
197: g_debug :=hr_utility.debug_enabled;
198: if g_debug then
199: l_proc := g_package||'lck';
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: end if;
202: --
203: hr_api.mandatory_arg_error
204: (p_api_name => l_proc

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

223: fnd_message.raise_error;
224: End If;
225: --
226: if g_debug then
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: end if;
229: --
230: -- We need to trap the ORA LOCK exception
231: --