DBA Data[Home] [Help]

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

Line 158: g_debug :=hr_utility.debug_enabled;

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

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

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

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

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