DBA Data[Home] [Help]

APPS.PER_DPF_SHD dependencies on HR_API

Line 297: -- hr_api.mandatory_arg_error

293: hr_utility.set_location('Entering:'||l_proc, 5);
294: --
295: -- Add any mandatory argument checking here:
296: -- Example:
297: -- hr_api.mandatory_arg_error
298: -- (p_api_name => l_proc,
299: -- p_argument => 'object_version_number',
300: -- p_argument_value => p_object_version_number);
301: --

Line 323: When HR_Api.Object_Locked then

319: --
320: -- We need to trap the ORA LOCK exception
321: --
322: Exception
323: When HR_Api.Object_Locked then
324: --
325: -- The object is locked therefore we need to supply a meaningful
326: -- error message.
327: --