DBA Data[Home] [Help]

APPS.HR_ORU_SHD dependencies on HR_UTILITY

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

258: --
259: l_proc varchar2(72) := g_package||'lck';
260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: --
264: hr_api.mandatory_arg_error
265: (p_api_name => l_proc
266: ,p_argument => 'ORGANIZATION_ID'

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

287: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
288: fnd_message.raise_error;
289: End If;
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);
292: --
293: -- We need to trap the ORA LOCK exception
294: --
295: Exception