DBA Data[Home] [Help]

APPS.BEN_EPE_SHD dependencies on HR_API

Line 443: -- hr_api.mandatory_arg_error

439: hr_utility.set_location('Entering:'||l_proc, 5);
440: --
441: -- Add any mandatory argument checking here:
442: -- Example:
443: -- hr_api.mandatory_arg_error
444: -- (p_api_name => l_proc,
445: -- p_argument => 'object_version_number',
446: -- p_argument_value => p_object_version_number);
447: --

Line 469: When HR_Api.Object_Locked then

465: --
466: -- We need to trap the ORA LOCK exception
467: --
468: Exception
469: When HR_Api.Object_Locked then
470: --
471: -- The object is locked therefore we need to supply a meaningful
472: -- error message.
473: --