DBA Data[Home] [Help]

APPS.PER_CTR_SHD dependencies on HR_API

Line 296: -- hr_api.mandatory_arg_error

292: hr_utility.set_location('Entering:'||l_proc, 5);
293: --
294: -- Add any mandatory argument checking here:
295: -- Example:
296: -- hr_api.mandatory_arg_error
297: -- (p_api_name => l_proc,
298: -- p_argument => 'object_version_number',
299: -- p_argument_value => p_object_version_number);
300: --

Line 322: When HR_Api.Object_Locked then

318: --
319: -- We need to trap the ORA LOCK exception
320: --
321: Exception
322: When HR_Api.Object_Locked then
323: --
324: -- The object is locked therefore we need to supply a meaningful
325: -- error message.
326: --