DBA Data[Home] [Help]

APPS.BEN_XRS_SHD dependencies on HR_API

Line 197: -- hr_api.mandatory_arg_error

193: hr_utility.set_location('Entering:'||l_proc, 5);
194: --
195: -- Add any mandatory argument checking here:
196: -- Example:
197: -- hr_api.mandatory_arg_error
198: -- (p_api_name => l_proc,
199: -- p_argument => 'object_version_number',
200: -- p_argument_value => p_object_version_number);
201: --

Line 223: When HR_Api.Object_Locked then

219: --
220: -- We need to trap the ORA LOCK exception
221: --
222: Exception
223: When HR_Api.Object_Locked then
224: --
225: -- The object is locked therefore we need to supply a meaningful
226: -- error message.
227: --