DBA Data[Home] [Help]

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

Line 163: g_debug:=hr_utility.debug_enabled;

159: --
160: l_proc varchar2(72);
161: --
162: Begin
163: g_debug:=hr_utility.debug_enabled;
164: if g_debug then
165: l_proc := g_package||'lck';
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: end if;

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

162: Begin
163: g_debug:=hr_utility.debug_enabled;
164: if g_debug then
165: l_proc := g_package||'lck';
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: end if;
168: --
169: hr_api.mandatory_arg_error
170: (p_api_name => l_proc

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

189: fnd_message.raise_error;
190: End If;
191: --
192: if g_debug then
193: hr_utility.set_location(' Leaving:'||l_proc, 10);
194: end if;
195: --
196: -- We need to trap the ORA LOCK exception
197: --