DBA Data[Home] [Help]

APPS.PER_JOB_SHD dependencies on HR_API

Line 287: hr_api.mandatory_arg_error

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

Line 313: When HR_Api.Object_Locked then

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