DBA Data[Home] [Help]

APPS.PQP_AAD_SHD dependencies on HR_API

Line 187: -- hr_api.mandatory_arg_error

183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: -- Add any mandatory argument checking here:
186: -- Example:
187: -- hr_api.mandatory_arg_error
188: -- (p_api_name => l_proc,
189: -- p_argument => 'object_version_number',
190: -- p_argument_value => p_object_version_number);
191: --

Line 213: When HR_Api.Object_Locked then

209: --
210: -- We need to trap the ORA LOCK exception
211: --
212: Exception
213: When HR_Api.Object_Locked then
214: --
215: -- The object is locked therefore we need to supply a meaningful
216: -- error message.
217: --