DBA Data[Home] [Help]

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

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

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

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

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

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

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