DBA Data[Home] [Help]

APPS.HR_ORI_SHD dependencies on HR_UTILITY

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

236: --
237: l_proc varchar2(72) := g_package||'lck';
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: hr_api.mandatory_arg_error
243: (p_api_name => l_proc
244: ,p_argument => 'ORG_INFORMATION_ID'

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

267: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
268: fnd_message.raise_error;
269: End If;
270: --
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: --
273: -- We need to trap the ORA LOCK exception
274: --
275: Exception