DBA Data[Home] [Help]

APPS.PER_APT_SHD dependencies on HR_API

Line 286: -- hr_api.mandatory_arg_error

282: hr_utility.set_location('Entering:'||l_proc, 5);
283:
284: -- Add any mandatory argument checking here:
285: -- Example:
286: -- hr_api.mandatory_arg_error
287: -- (p_api_name => l_proc,
288: -- p_argument => 'object_version_number',
289: -- p_argument_value => p_object_version_number);
290:

Line 312: When HR_Api.Object_Locked then

308:
309: -- We need to trap the ORA LOCK exception
310:
311: Exception
312: When HR_Api.Object_Locked then
313:
314: -- The object is locked therefore we need to supply a meaningful
315: -- error message.
316: