DBA Data[Home] [Help]

APPS.PSP_POA_SHD dependencies on HR_API

Line 202: hr_api.mandatory_arg_error

198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: --
202: hr_api.mandatory_arg_error
203: (p_api_name => l_proc
204: ,p_argument => 'ORGANIZATION_ACCOUNT_ID'
205: ,p_argument_value => p_organization_account_id
206: );

Line 208: hr_api.mandatory_arg_error

204: ,p_argument => 'ORGANIZATION_ACCOUNT_ID'
205: ,p_argument_value => p_organization_account_id
206: );
207: hr_utility.set_location(l_proc,6);
208: hr_api.mandatory_arg_error
209: (p_api_name => l_proc
210: ,p_argument => 'OBJECT_VERSION_NUMBER'
211: ,p_argument_value => p_object_version_number
212: );

Line 236: When HR_Api.Object_Locked then

232: --
233: -- We need to trap the ORA LOCK exception
234: --
235: Exception
236: When HR_Api.Object_Locked then
237: --
238: -- The object is locked therefore we need to supply a meaningful
239: -- error message.
240: --