DBA Data[Home] [Help]

APPS.HR_TMP_SHD dependencies on HR_UTILITY

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

213: --
214: l_proc varchar2(72) := g_package||'lck';
215: --
216: Begin
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: --
219: hr_api.mandatory_arg_error
220: (p_api_name => l_proc
221: ,p_argument => 'FORM_TEMPLATE_ID'

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

244: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
245: fnd_message.raise_error;
246: End If;
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 10);
249: --
250: -- We need to trap the ORA LOCK exception
251: --
252: Exception