DBA Data[Home] [Help]

APPS.PER_ROL_SHD dependencies on HR_UTILITY

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

232: --
233: l_proc varchar2(72) := g_package||'lck';
234: --
235: Begin
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: --
238: hr_api.mandatory_arg_error
239: (p_api_name => l_proc
240: ,p_argument => 'ROLE_ID'

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

257: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
258: fnd_message.raise_error;
259: End If;
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: --
263: -- We need to trap the ORA LOCK exception
264: --
265: Exception