DBA Data[Home] [Help]

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

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: if g_debug then
149: l_proc := g_package||'lck';
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: end if;

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

146: Begin
147: g_debug:=hr_utility.debug_enabled;
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: --