DBA Data[Home] [Help]

APPS.BEN_BEC_SHD dependencies on HR_API

Line 199: -- hr_api.mandatory_arg_error

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

Line 225: When HR_Api.Object_Locked then

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