DBA Data[Home] [Help]

APPS.BEN_BFT_SHD dependencies on HR_API

Line 353: -- hr_api.mandatory_arg_error

349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: -- Add any mandatory argument checking here:
352: -- Example:
353: -- hr_api.mandatory_arg_error
354: -- (p_api_name => l_proc,
355: -- p_argument => 'object_version_number',
356: -- p_argument_value => p_object_version_number);
357: --

Line 379: When HR_Api.Object_Locked then

375: --
376: -- We need to trap the ORA LOCK exception
377: --
378: Exception
379: When HR_Api.Object_Locked then
380: --
381: -- The object is locked therefore we need to supply a meaningful
382: -- error message.
383: --