DBA Data[Home] [Help]

APPS.PAY_SET_SHD dependencies on HR_API

Line 308: hr_api.mandatory_arg_error

304: l_proc varchar2(72) := g_package||'lck';
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: hr_api.mandatory_arg_error
309: (p_api_name => l_proc,
310: p_argument => 'p_element_type_id',
311: p_argument_value => p_element_type_id);
312: hr_api.mandatory_arg_error

Line 312: hr_api.mandatory_arg_error

308: hr_api.mandatory_arg_error
309: (p_api_name => l_proc,
310: p_argument => 'p_element_type_id',
311: p_argument_value => p_element_type_id);
312: hr_api.mandatory_arg_error
313: (p_api_name => l_proc,
314: p_argument => 'object_version_number',
315: p_argument_value => p_object_version_number);
316: Open C_Sel1;

Line 337: When HR_Api.Object_Locked then

333: --
334: -- We need to trap the ORA LOCK exception
335: --
336: Exception
337: When HR_Api.Object_Locked then
338: --
339: -- The object is locked therefore we need to supply a meaningful
340: -- error message.
341: --