364: --
365: l_proc varchar2(72) := g_package||'lck';
366: --
367: Begin
368: hr_utility.set_location('Entering:'||l_proc, 5);
369: --
370: hr_api.mandatory_arg_error
371: (p_api_name => l_proc
372: ,p_argument => 'ABSENCE_ATTENDANCE_ID'
389: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
390: fnd_message.raise_error;
391: End If;
392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: --
395: -- We need to trap the ORA LOCK exception
396: --
397: Exception