DBA Data[Home] [Help]

APPS.PQP_SHP_SHD dependencies on HR_API

Line 248: hr_api.mandatory_arg_error

244: --
245: Begin
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --
248: hr_api.mandatory_arg_error
249: (p_api_name => l_proc
250: ,p_argument => 'SERVICE_HISTORY_PERIOD_ID'
251: ,p_argument_value => p_service_history_period_id
252: );

Line 276: When HR_Api.Object_Locked then

272: --
273: -- We need to trap the ORA LOCK exception
274: --
275: Exception
276: When HR_Api.Object_Locked then
277: --
278: -- The object is locked therefore we need to supply a meaningful
279: -- error message.
280: --