DBA Data[Home] [Help]

APPS.PAY_PRF_SHD dependencies on HR_API

Line 291: hr_api.mandatory_arg_error

287: --
288: Begin
289: hr_utility.set_location('Entering:'||l_proc, 5);
290: --
291: hr_api.mandatory_arg_error
292: (p_api_name => l_proc
293: ,p_argument => 'RANGE_TABLE_ID'
294: ,p_argument_value => p_range_table_id
295: );

Line 297: hr_api.mandatory_arg_error

293: ,p_argument => 'RANGE_TABLE_ID'
294: ,p_argument_value => p_range_table_id
295: );
296: hr_utility.set_location(l_proc,6);
297: hr_api.mandatory_arg_error
298: (p_api_name => l_proc
299: ,p_argument => 'OBJECT_VERSION_NUMBER'
300: ,p_argument_value => p_object_version_number
301: );

Line 325: When HR_Api.Object_Locked then

321: --
322: -- We need to trap the ORA LOCK exception
323: --
324: Exception
325: When HR_Api.Object_Locked then
326: --
327: -- The object is locked therefore we need to supply a meaningful
328: -- error message.
329: --