DBA Data[Home] [Help]

APPS.PQH_RLS_SHD dependencies on HR_UTILITY

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

202: --
203: l_proc varchar2(72) := g_package||'lck';
204: --
205: Begin
206: hr_utility.set_location('Entering:'||l_proc,5);
207: --
208: hr_api.mandatory_arg_error
209: (p_api_name => l_proc
210: ,p_argument => 'ROLE_ID'

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

227: fnd_message.set_name('PAY','HR_7155_OBJECT_INVALID');
228: fnd_message.raise_error;
229: End If;
230: --
231: hr_utility.set_location(' Leaving:'||l_proc,10);
232: --
233: -- We need to trap the ORA LOCK exception
234: --
235: Exception