DBA Data[Home] [Help]

APPS.BEN_XCC_SHD dependencies on HR_API

Line 175: -- hr_api.mandatory_arg_error

171: hr_utility.set_location('Entering:'||l_proc, 5);
172: --
173: -- Add any mandatory argument checking here:
174: -- Example:
175: -- hr_api.mandatory_arg_error
176: -- (p_api_name => l_proc,
177: -- p_argument => 'object_version_number',
178: -- p_argument_value => p_object_version_number);
179: --

Line 201: When HR_Api.Object_Locked then

197: --
198: -- We need to trap the ORA LOCK exception
199: --
200: Exception
201: When HR_Api.Object_Locked then
202: --
203: -- The object is locked therefore we need to supply a meaningful
204: -- error message.
205: --