DBA Data[Home] [Help]

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

Line 139: g_debug:=hr_utility.debug_enabled;

135: --
136: l_proc varchar2(72);
137: --
138: Begin
139: g_debug:=hr_utility.debug_enabled;
140: if g_debug then
141: l_proc:= g_package||'lck';
142: hr_utility.set_location('Entering:'||l_proc, 5);
143: end if;

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

138: Begin
139: g_debug:=hr_utility.debug_enabled;
140: if g_debug then
141: l_proc:= g_package||'lck';
142: hr_utility.set_location('Entering:'||l_proc, 5);
143: end if;
144: --
145: hr_api.mandatory_arg_error
146: (p_api_name => l_proc

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

165: fnd_message.raise_error;
166: End If;
167: --
168: if g_debug then
169: hr_utility.set_location(' Leaving:'||l_proc, 10);
170: end if;
171: --
172: -- We need to trap the ORA LOCK exception
173: --