DBA Data[Home] [Help]

APPS.HXC_TBB_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

Line 178: g_debug := hr_utility.debug_enabled;

174: l_proc varchar2(72);
175:
176: begin
177:
178: g_debug := hr_utility.debug_enabled;
179:
180: if g_debug then
181: l_proc := g_package||'lck';
182: hr_utility.set_location('Entering:'||l_proc, 5);

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

178: g_debug := hr_utility.debug_enabled;
179:
180: if g_debug then
181: l_proc := g_package||'lck';
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: end if;
184:
185: hr_api.mandatory_arg_error
186: (p_api_name => l_proc

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

208: fnd_message.raise_error;
209: end if;
210:
211: if g_debug then
212: hr_utility.set_location(' Leaving:'||l_proc, 10);
213: end if;
214:
215: exception
216: when hr_api.object_locked then