DBA Data[Home] [Help]

APPS.PQH_CEF_SHD dependencies on HR_API

Line 152: -- hr_api.mandatory_arg_error

148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: -- Add any mandatory argument checking here:
151: -- Example:
152: -- hr_api.mandatory_arg_error
153: -- (p_api_name => l_proc,
154: -- p_argument => 'object_version_number',
155: -- p_argument_value => p_object_version_number);
156: --

Line 178: When HR_Api.Object_Locked then

174: --
175: -- We need to trap the ORA LOCK exception
176: --
177: Exception
178: When HR_Api.Object_Locked then
179: --
180: -- The object is locked therefore we need to supply a meaningful
181: -- error message.
182: --