DBA Data[Home] [Help]

APPS.PER_ROL_SHD dependencies on HR_API

Line 238: hr_api.mandatory_arg_error

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'
241: ,p_argument_value => p_role_id
242: );

Line 266: When HR_Api.Object_Locked then

262: --
263: -- We need to trap the ORA LOCK exception
264: --
265: Exception
266: When HR_Api.Object_Locked then
267: --
268: -- The object is locked therefore we need to supply a meaningful
269: -- error message.
270: --