DBA Data[Home] [Help]

APPS.PAY_PUT_SHD dependencies on HR_API

Line 233: hr_api.mandatory_arg_error

229: --
230: Begin
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: --
233: hr_api.mandatory_arg_error
234: (p_api_name => l_proc
235: ,p_argument => 'USER_TABLE_ID'
236: ,p_argument_value => p_user_table_id
237: );

Line 239: hr_api.mandatory_arg_error

235: ,p_argument => 'USER_TABLE_ID'
236: ,p_argument_value => p_user_table_id
237: );
238: hr_utility.set_location(l_proc,6);
239: hr_api.mandatory_arg_error
240: (p_api_name => l_proc
241: ,p_argument => 'OBJECT_VERSION_NUMBER'
242: ,p_argument_value => p_object_version_number
243: );

Line 267: When HR_Api.Object_Locked then

263: --
264: -- We need to trap the ORA LOCK exception
265: --
266: Exception
267: When HR_Api.Object_Locked then
268: --
269: -- The object is locked therefore we need to supply a meaningful
270: -- error message.
271: --