DBA Data[Home] [Help]

APPS.BEN_CRP_SHD dependencies on HR_API

Line 228: -- hr_api.mandatory_arg_error

224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: -- Add any mandatory argument checking here:
227: -- Example:
228: -- hr_api.mandatory_arg_error
229: -- (p_api_name => l_proc,
230: -- p_argument => 'object_version_number',
231: -- p_argument_value => p_object_version_number);
232: --

Line 254: When HR_Api.Object_Locked then

250: --
251: -- We need to trap the ORA LOCK exception
252: --
253: Exception
254: When HR_Api.Object_Locked then
255: --
256: -- The object is locked therefore we need to supply a meaningful
257: -- error message.
258: --