DBA Data[Home] [Help]

APPS.PER_PGN_SHD dependencies on HR_UTILITY

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

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

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

300: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
301: fnd_message.raise_error;
302: End If;
303: --
304: hr_utility.set_location(' Leaving:'||l_proc, 10);
305: --
306: -- We need to trap the ORA LOCK exception
307: --
308: Exception