DBA Data[Home] [Help]

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

Line 222: g_debug:=hr_utility.debug_enabled;

218: --
219: l_proc varchar2(72);
220: --
221: Begin
222: g_debug:=hr_utility.debug_enabled;
223: if g_debug then
224: l_proc := g_package||'lck';
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: end if;

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

221: Begin
222: g_debug:=hr_utility.debug_enabled;
223: if g_debug then
224: l_proc := g_package||'lck';
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: end if;
227: --
228: hr_api.mandatory_arg_error
229: (p_api_name => l_proc

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

248: fnd_message.raise_error;
249: End If;
250: --
251: if g_debug then
252: hr_utility.set_location(' Leaving:'||l_proc, 10);
253: end if;
254: --
255: -- We need to trap the ORA LOCK exception
256: --