DBA Data[Home] [Help]

APPS.PER_ORS_SHD dependencies on HR_API

Line 213: hr_api.mandatory_arg_error

209: --
210: Begin
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: hr_api.mandatory_arg_error
214: (p_api_name => l_proc
215: ,p_argument => 'ORGANIZATION_STRUCTURE_ID'
216: ,p_argument_value => p_organization_structure_id
217: );

Line 219: hr_api.mandatory_arg_error

215: ,p_argument => 'ORGANIZATION_STRUCTURE_ID'
216: ,p_argument_value => p_organization_structure_id
217: );
218: hr_utility.set_location(l_proc,6);
219: hr_api.mandatory_arg_error
220: (p_api_name => l_proc
221: ,p_argument => 'OBJECT_VERSION_NUMBER'
222: ,p_argument_value => p_object_version_number
223: );

Line 247: When HR_Api.Object_Locked then

243: --
244: -- We need to trap the ORA LOCK exception
245: --
246: Exception
247: When HR_Api.Object_Locked then
248: --
249: -- The object is locked therefore we need to supply a meaningful
250: -- error message.
251: --