DBA Data[Home] [Help]

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

Line 143: g_debug :=hr_utility.debug_enabled;

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

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

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

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

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