DBA Data[Home] [Help]

APPS.PQH_ATL_SHD dependencies on HR_API

Line 131: -- hr_api.mandatory_arg_error

127: hr_utility.set_location('Entering:'||l_proc, 5);
128: --
129: -- Add any mandatory argument checking here:
130: -- Example:
131: -- hr_api.mandatory_arg_error
132: -- (p_api_name => l_proc,
133: -- p_argument => 'object_version_number',
134: -- p_argument_value => p_object_version_number);
135: --

Line 154: When HR_Api.Object_Locked then

150: --
151: -- We need to trap the ORA LOCK exception
152: --
153: Exception
154: When HR_Api.Object_Locked then
155: --
156: -- The object is locked therefore we need to supply a meaningful
157: -- error message.
158: --