DBA Data[Home] [Help]

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

Line 150: g_debug :=hr_utility.debug_enabled;

146: --
147: l_proc varchar2(72) ;
148: --
149: Begin
150: g_debug :=hr_utility.debug_enabled;
151: if g_debug then
152: l_proc := g_package||'lck';
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: end if;

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

149: Begin
150: g_debug :=hr_utility.debug_enabled;
151: if g_debug then
152: l_proc := g_package||'lck';
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: end if;
155: --
156: hr_api.mandatory_arg_error
157: (p_api_name => l_proc

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

176: fnd_message.raise_error;
177: End If;
178: --
179: if g_debug then
180: hr_utility.set_location(' Leaving:'||l_proc, 10);
181: end if;
182: --
183: -- We need to trap the ORA LOCK exception
184: --