DBA Data[Home] [Help]

APPS.PER_PGV_SHD dependencies on HR_UTILITY

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

267: --
268: l_proc varchar2(72) := g_package||'lck';
269: --
270: Begin
271: hr_utility.set_location('Entering:'||l_proc, 5);
272: --
273: hr_api.mandatory_arg_error
274: (p_api_name => l_proc
275: ,p_argument => 'HIERARCHY_VERSION_ID'

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

292: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
293: fnd_message.raise_error;
294: End If;
295: --
296: hr_utility.set_location(' Leaving:'||l_proc, 10);
297: --
298: -- We need to trap the ORA LOCK exception
299: --
300: Exception