DBA Data[Home] [Help]

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

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

434: l_proc varchar2(72) := g_package||'lck';
435: --
436: Begin
437: if g_debug then
438: hr_utility.set_location('Entering:'||l_proc, 5);
439: end if;
440: --
441: hr_api.mandatory_arg_error
442: (p_api_name => l_proc

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

443: ,p_argument => 'GROUP_PER_IN_LER_ID'
444: ,p_argument_value => p_group_per_in_ler_id
445: );
446: if g_debug then
447: hr_utility.set_location(l_proc,6);
448: end if;
449: hr_api.mandatory_arg_error
450: (p_api_name => l_proc
451: ,p_argument => 'OBJECT_VERSION_NUMBER'

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

469: fnd_message.raise_error;
470: End If;
471: --
472: if g_debug then
473: hr_utility.set_location(' Leaving:'||l_proc, 10);
474: end if;
475: --
476: -- We need to trap the ORA LOCK exception
477: --