DBA Data[Home] [Help]

APPS.HXC_TKGQ_SHD dependencies on HR_UTILITY

Line 5: g_debug boolean := hr_utility.debug_enabled;

1: Package body hxc_tkgq_shd as
2: /* $Header: hxctkgqrhi.pkb 120.2 2005/09/23 09:33:26 rchennur noship $ */
3: --
4: g_package varchar2(33) := ' hxc_tkgq_shd.';
5: g_debug boolean := hr_utility.debug_enabled;
6: -- ----------------------------------------------------------------------------
7: -- |------------------------< return_api_dml_status >-------------------------|
8: -- ----------------------------------------------------------------------------
9: Function return_api_dml_status Return Boolean Is

Line 184: g_debug :=hr_utility.debug_enabled;

180: --
181: l_proc varchar2(72) ;
182: --
183: Begin
184: g_debug :=hr_utility.debug_enabled;
185: if g_debug then
186: l_proc := g_package||'lck';
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: end if;

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

183: Begin
184: g_debug :=hr_utility.debug_enabled;
185: if g_debug then
186: l_proc := g_package||'lck';
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: end if;
189: --
190: hr_api.mandatory_arg_error
191: (p_api_name => l_proc

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

210: fnd_message.raise_error;
211: End If;
212: --
213: if g_debug then
214: hr_utility.set_location(' Leaving:'||l_proc, 10);
215: end if;
216: --
217: -- We need to trap the ORA LOCK exception
218: --