DBA Data[Home] [Help]

APPS.PER_PPB_SHD dependencies on HR_API

Line 270: hr_api.mandatory_arg_error

266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --
270: hr_api.mandatory_arg_error
271: (p_api_name => l_proc
272: ,p_argument => 'PAY_BASIS_ID'
273: ,p_argument_value => p_pay_basis_id
274: );

Line 276: hr_api.mandatory_arg_error

272: ,p_argument => 'PAY_BASIS_ID'
273: ,p_argument_value => p_pay_basis_id
274: );
275: hr_utility.set_location(l_proc,6);
276: hr_api.mandatory_arg_error
277: (p_api_name => l_proc
278: ,p_argument => 'OBJECT_VERSION_NUMBER'
279: ,p_argument_value => p_object_version_number
280: );

Line 304: When HR_Api.Object_Locked then

300: --
301: -- We need to trap the ORA LOCK exception
302: --
303: Exception
304: When HR_Api.Object_Locked then
305: --
306: -- The object is locked therefore we need to supply a meaningful
307: -- error message.
308: --