DBA Data[Home] [Help]

APPS.PER_CEL_SHD dependencies on HR_API

Line 419: -- hr_api.mandatory_arg_error

415: --
416:
417: -- Add any mandatory argument checking here:
418: -- Example:
419: -- hr_api.mandatory_arg_error
420: -- (p_api_name => l_proc,
421: -- p_argument => 'object_version_number',
422: -- p_argument_value => p_object_version_number);
423: --

Line 447: When HR_Api.Object_Locked then

443: -- We need to trap the ORA LOCK exception
444:
445: --
446: Exception
447: When HR_Api.Object_Locked then
448: --
449: -- The object is locked therefore we need to supply a meaningful
450: -- error message.
451: --