DBA Data[Home] [Help]

APPS.HXC_MAP_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

Line 140: g_debug := hr_utility.debug_enabled;

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

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

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

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

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