DBA Data[Home] [Help]

APPS.OTA_PLE_SHD dependencies on HR_API

Line 271: -- hr_api.mandatory_arg_error

267: hr_utility.set_location('Entering:'||l_proc, 5);
268: --
269: -- Add any mandatory argument checking here:
270: -- Example:
271: -- hr_api.mandatory_arg_error
272: -- (p_api_name => l_proc,
273: -- p_argument => 'object_version_number',
274: -- p_argument_value => p_object_version_number);
275: --

Line 297: When HR_Api.Object_Locked then

293: --
294: -- We need to trap the ORA LOCK exception
295: --
296: Exception
297: When HR_Api.Object_Locked then
298: --
299: -- The object is locked therefore we need to supply a meaningful
300: -- error message.
301: --