DBA Data[Home] [Help]

APPS.PER_INC_SHD dependencies on HR_UTILITY

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

351: --
352: l_proc varchar2(72) := g_package||'lck';
353: --
354: Begin
355: hr_utility.set_location('Entering:'||l_proc, 5);
356: --
357: hr_api.mandatory_arg_error
358: (p_api_name => l_proc
359: ,p_argument => 'INCIDENT_ID'

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

376: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
377: fnd_message.raise_error;
378: End If;
379: --
380: hr_utility.set_location(' Leaving:'||l_proc, 10);
381: --
382: -- We need to trap the ORA LOCK exception
383: --
384: Exception