DBA Data[Home] [Help]

APPS.PER_AST_SHD dependencies on HR_API

Line 234: -- hr_api.mandatory_arg_error

230: hr_utility.set_location('Entering:'||l_proc, 5);
231: --
232: -- Add any mandatory argument checking here:
233: -- Example:
234: -- hr_api.mandatory_arg_error
235: -- (p_api_name => l_proc,
236: -- p_argument => 'object_version_number',
237: -- p_argument_value => p_object_version_number);
238: --

Line 260: When HR_Api.Object_Locked then

256: --
257: -- We need to trap the ORA LOCK exception
258: --
259: Exception
260: When HR_Api.Object_Locked then
261: --
262: -- The object is locked therefore we need to supply a meaningful
263: -- error message.
264: --