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'
211: ,p_argument_value => p_role_id
212: );
232: --
233: -- We need to trap the ORA LOCK exception
234: --
235: Exception
236: When HR_Api.Object_Locked then
237: --
238: -- The object is locked therefore we need to supply a meaningful
239: -- error message.
240: --