DBA Data[Home] [Help]

APPS.HXC_TCC_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_tcc_shd.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- ----------------------------------------------------------------------------
13: -- |------------------------< return_api_dml_status >-------------------------|
14: -- ----------------------------------------------------------------------------

Line 155: g_debug := hr_utility.debug_enabled;

151: --
152: l_proc varchar2(72);
153: --
154: Begin
155: g_debug := hr_utility.debug_enabled;
156:
157: if g_debug then
158: l_proc := g_package||'lck';
159: hr_utility.set_location('Entering:'||l_proc, 5);

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

155: g_debug := hr_utility.debug_enabled;
156:
157: if g_debug then
158: l_proc := g_package||'lck';
159: hr_utility.set_location('Entering:'||l_proc, 5);
160: end if;
161: --
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc

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

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