DBA Data[Home] [Help]

APPS.BEN_BRI_SHD dependencies on HR_API

Line 201: -- hr_api.mandatory_arg_error

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

Line 227: When HR_Api.Object_Locked then

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