DBA Data[Home] [Help]

APPS.HXC_LCK_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

Line 120: g_debug := hr_utility.debug_enabled;

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

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

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

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

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