DBA Data[Home] [Help]

APPS.HXC_RTR_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

Line 147: g_debug := hr_utility.debug_enabled;

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

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

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

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

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