DBA Data[Home] [Help]

APPS.PER_MEA_SHD dependencies on HR_UTILITY

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

287: --
288: l_proc varchar2(72) := g_package||'lck';
289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: --
293: hr_api.mandatory_arg_error
294: (p_api_name => l_proc
295: ,p_argument => 'MEDICAL_ASSESSMENT_ID'

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

312: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
313: fnd_message.raise_error;
314: End If;
315: --
316: hr_utility.set_location(' Leaving:'||l_proc, 10);
317: --
318: -- We need to trap the ORA LOCK exception
319: --
320: Exception