DBA Data[Home] [Help]

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

Line 149: g_debug:=hr_utility.debug_enabled;

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

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

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

Line 161: hr_utility.set_location(l_proc,6);

157: ,p_argument => 'ERROR_ID'
158: ,p_argument_value => p_error_id
159: );
160: if g_debug then
161: hr_utility.set_location(l_proc,6);
162: end if;
163: --hr_api.mandatory_arg_error
164: -- (p_api_name => l_proc
165: -- ,p_argument => 'OBJECT_VERSION_NUMBER'

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

183: -- fnd_message.raise_error;
184: -- End If;
185: --
186: if g_debug then
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: end if;
189: --
190: -- We need to trap the ORA LOCK exception
191: --