DBA Data[Home] [Help]

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

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

133: l_proc varchar2(72) := g_package||'lck';
134: --
135: Begin
136: if g_debug then
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: end if;
139: --
140: hr_api.mandatory_arg_error
141: (p_api_name => l_proc

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

143: ,p_argument_value => p_comp_notification_id
144: );
145:
146: if g_debug then
147: hr_utility.set_location(l_proc,6);
148: end if;
149: hr_api.mandatory_arg_error
150: (p_api_name => l_proc
151: ,p_argument => 'OBJECT_VERSION_NUMBER'

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

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