DBA Data[Home] [Help]

APPS.HR_ORU_SHD dependencies on HR_API

Line 264: hr_api.mandatory_arg_error

260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: --
264: hr_api.mandatory_arg_error
265: (p_api_name => l_proc
266: ,p_argument => 'ORGANIZATION_ID'
267: ,p_argument_value => p_organization_id
268: );

Line 270: hr_api.mandatory_arg_error(p_api_name => l_proc

266: ,p_argument => 'ORGANIZATION_ID'
267: ,p_argument_value => p_organization_id
268: );
269: --Bug 1790746 Fix Start.
270: hr_api.mandatory_arg_error(p_api_name => l_proc
271: ,p_argument => 'object_version_number'
272: ,p_argument_value => p_object_version_number);
273: -- Bug 1790746 Fix End.
274: Open C_Sel1;

Line 296: When HR_Api.Object_Locked then

292: --
293: -- We need to trap the ORA LOCK exception
294: --
295: Exception
296: When HR_Api.Object_Locked then
297: --
298: -- The object is locked therefore we need to supply a meaningful
299: -- error message.
300: --