DBA Data[Home] [Help]

APPS.PQP_SHP_SHD dependencies on HR_UTILITY

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

242: --
243: l_proc varchar2(72) := g_package||'lck';
244: --
245: Begin
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --
248: hr_api.mandatory_arg_error
249: (p_api_name => l_proc
250: ,p_argument => 'SERVICE_HISTORY_PERIOD_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