DBA Data[Home] [Help]

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

Line 118: g_debug :=hr_utility.debug_enabled;

114: --
115: l_proc varchar2(72) ;
116: --
117: Begin
118: g_debug :=hr_utility.debug_enabled;
119: if g_debug then
120: l_proc := g_package||'lck';
121: hr_utility.set_location('Entering:'||l_proc, 5);
122: end if;

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

117: Begin
118: g_debug :=hr_utility.debug_enabled;
119: if g_debug then
120: l_proc := g_package||'lck';
121: hr_utility.set_location('Entering:'||l_proc, 5);
122: end if;
123: --
124: hr_api.mandatory_arg_error
125: (p_api_name => l_proc

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

142: Close C_Sel1;
143: --
144: --
145: if g_debug then
146: hr_utility.set_location(' Leaving:'||l_proc, 10);
147: end if;
148: --
149: -- We need to trap the ORA LOCK exception
150: --