DBA Data[Home] [Help]

APPS.IRC_IPC_SHD dependencies on HR_UTILITY

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

274: --
275: l_proc varchar2(72) := g_package||'lck';
276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: hr_api.mandatory_arg_error
281: (p_api_name => l_proc
282: ,p_argument => 'POSTING_CONTENT_ID'

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

281: (p_api_name => l_proc
282: ,p_argument => 'POSTING_CONTENT_ID'
283: ,p_argument_value => p_posting_content_id
284: );
285: hr_utility.set_location(l_proc,6);
286: hr_api.mandatory_arg_error
287: (p_api_name => l_proc
288: ,p_argument => 'OBJECT_VERSION_NUMBER'
289: ,p_argument_value => p_object_version_number

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

305: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
306: fnd_message.raise_error;
307: End If;
308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 10);
310: --
311: -- We need to trap the ORA LOCK exception
312: --
313: Exception