DBA Data[Home] [Help]

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

Line 145: g_debug:=hr_utility.debug_enabled;

141: --
142: l_proc varchar2(72);
143: --
144: Begin
145: g_debug:=hr_utility.debug_enabled;
146: if g_debug then
147: l_proc := g_package||'lck';
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: end if;

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

144: Begin
145: g_debug:=hr_utility.debug_enabled;
146: if g_debug then
147: l_proc := g_package||'lck';
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: end if;
150: --
151: hr_api.mandatory_arg_error
152: (p_api_name => l_proc

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

171: fnd_message.raise_error;
172: End If;
173: --
174: if g_debug then
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: end if;
177: --
178: -- We need to trap the ORA LOCK exception
179: --