DBA Data[Home] [Help]

APPS.HXC_RTC_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

Line 154: g_debug := hr_utility.debug_enabled;

150: --
151: l_proc varchar2(72);
152: --
153: Begin
154: g_debug := hr_utility.debug_enabled;
155:
156: if g_debug then
157: l_proc := g_package||'lck';
158: hr_utility.set_location('Entering:'||l_proc, 5);

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

154: g_debug := hr_utility.debug_enabled;
155:
156: if g_debug then
157: l_proc := g_package||'lck';
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: end if;
160: --
161: hr_api.mandatory_arg_error
162: (p_api_name => l_proc

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

181: fnd_message.raise_error;
182: End If;
183: --
184: if g_debug then
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: end if;
187: --
188: -- We need to trap the ORA LOCK exception
189: --