DBA Data[Home] [Help]

APPS.PER_EVT_SHD dependencies on HR_API

Line 235: hr_api.mandatory_arg_error

231: --
232: Begin
233: hr_utility.set_location('Entering:'||l_proc, 10);
234: --
235: hr_api.mandatory_arg_error
236: (p_api_name => l_proc
237: ,p_argument => 'EVENT_ID'
238: ,p_argument_value => p_event_id
239: );

Line 241: hr_api.mandatory_arg_error

237: ,p_argument => 'EVENT_ID'
238: ,p_argument_value => p_event_id
239: );
240: hr_utility.set_location(l_proc,20);
241: hr_api.mandatory_arg_error
242: (p_api_name => l_proc
243: ,p_argument => 'OBJECT_VERSION_NUMBER'
244: ,p_argument_value => p_object_version_number
245: );

Line 269: When HR_Api.Object_Locked then

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