DBA Data[Home] [Help]

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

Line 151: g_debug:=hr_utility.debug_enabled;

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

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

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

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

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