DBA Data[Home] [Help]

APPS.PER_PAT_SHD dependencies on HR_API

Line 240: hr_api.mandatory_arg_error

236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: hr_api.mandatory_arg_error
241: (p_api_name => l_proc
242: ,p_argument => 'ALLOCATED_TASK_ID'
243: ,p_argument_value => p_allocated_task_id
244: );

Line 246: hr_api.mandatory_arg_error

242: ,p_argument => 'ALLOCATED_TASK_ID'
243: ,p_argument_value => p_allocated_task_id
244: );
245: hr_utility.set_location(l_proc,6);
246: hr_api.mandatory_arg_error
247: (p_api_name => l_proc
248: ,p_argument => 'OBJECT_VERSION_NUMBER'
249: ,p_argument_value => p_object_version_number
250: );

Line 274: When HR_Api.Object_Locked then

270: --
271: -- We need to trap the ORA LOCK exception
272: --
273: Exception
274: When HR_Api.Object_Locked then
275: --
276: -- The object is locked therefore we need to supply a meaningful
277: -- error message.
278: --