DBA Data[Home] [Help]

APPS.HR_INT_SHD dependencies on HR_UTILITY

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

197: --
198: l_proc varchar2(72) := g_package||'lck';
199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: hr_api.mandatory_arg_error
204: (p_api_name => l_proc
205: ,p_argument => 'INTEGRATION_ID'

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

204: (p_api_name => l_proc
205: ,p_argument => 'INTEGRATION_ID'
206: ,p_argument_value => p_integration_id
207: );
208: hr_utility.set_location(l_proc,6);
209: hr_api.mandatory_arg_error
210: (p_api_name => l_proc
211: ,p_argument => 'OBJECT_VERSION_NUMBER'
212: ,p_argument_value => p_object_version_number

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

228: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
229: fnd_message.raise_error;
230: End If;
231: --
232: hr_utility.set_location(' Leaving:'||l_proc, 10);
233: --
234: -- We need to trap the ORA LOCK exception
235: --
236: Exception