DBA Data[Home] [Help]

APPS.HXC_MPC_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

Line 146: g_debug := hr_utility.debug_enabled;

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

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

146: g_debug := hr_utility.debug_enabled;
147:
148: if g_debug then
149: l_proc := g_package||'lck';
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: end if;
152: --
153: hr_api.mandatory_arg_error
154: (p_api_name => l_proc

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

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