DBA Data[Home] [Help]

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

Line 243: g_debug := hr_utility.debug_enabled;

239: --
240: l_proc varchar2(72) ;
241: --
242: Begin
243: g_debug := hr_utility.debug_enabled;
244: if g_debug then
245: l_proc := g_package||'lck';
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: end if;

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

242: Begin
243: g_debug := hr_utility.debug_enabled;
244: if g_debug then
245: l_proc := g_package||'lck';
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: end if;
248: --
249: hr_api.mandatory_arg_error
250: (p_api_name => l_proc

Line 255: hr_utility.set_location(l_proc,6);

251: ,p_argument => 'CORPS_DEFINITION_ID'
252: ,p_argument_value => p_corps_definition_id
253: );
254: if g_debug then
255: hr_utility.set_location(l_proc,6);
256: end if;
257: hr_api.mandatory_arg_error
258: (p_api_name => l_proc
259: ,p_argument => 'OBJECT_VERSION_NUMBER'

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

277: fnd_message.raise_error;
278: End If;
279: --
280: if g_debug then
281: hr_utility.set_location(' Leaving:'||l_proc, 10);
282: end if;
283: --
284: -- We need to trap the ORA LOCK exception
285: --