DBA Data[Home] [Help]

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

Line 214: g_debug:=hr_utility.debug_enabled;

210: --
211: l_proc varchar2(72);
212: --
213: Begin
214: g_debug:=hr_utility.debug_enabled;
215: if g_debug then
216: l_proc := g_package||'lck';
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: end if;

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

213: Begin
214: g_debug:=hr_utility.debug_enabled;
215: if g_debug then
216: l_proc := g_package||'lck';
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: end if;
219: --
220: hr_api.mandatory_arg_error
221: (p_api_name => l_proc

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

240: fnd_message.raise_error;
241: End If;
242: --
243: if g_debug then
244: hr_utility.set_location(' Leaving:'||l_proc, 10);
245: end if;
246: --
247: -- We need to trap the ORA LOCK exception
248: --