DBA Data[Home] [Help]

APPS.HR_ORD_SHD dependencies on HR_API

Line 259: hr_api.mandatory_arg_error

255: --
256: Begin
257: hr_utility.set_location('Entering:'||l_proc, 5);
258: --
259: hr_api.mandatory_arg_error
260: (p_api_name => l_proc
261: ,p_argument => 'ORGANIZATION_LINK_ID'
262: ,p_argument_value => p_organization_link_id
263: );

Line 265: hr_api.mandatory_arg_error

261: ,p_argument => 'ORGANIZATION_LINK_ID'
262: ,p_argument_value => p_organization_link_id
263: );
264: hr_utility.set_location(l_proc,6);
265: hr_api.mandatory_arg_error
266: (p_api_name => l_proc
267: ,p_argument => 'OBJECT_VERSION_NUMBER'
268: ,p_argument_value => p_object_version_number
269: );

Line 293: When HR_Api.Object_Locked then

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