DBA Data[Home] [Help]

APPS.PAY_AMP_SHD dependencies on HR_API

Line 197: hr_api.mandatory_arg_error

193: l_proc := g_package||'lck';
194: --
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: hr_api.mandatory_arg_error
198: (p_api_name => l_proc
199: ,p_argument => 'MODULE_PARAMETER_ID'
200: ,p_argument_value => p_module_parameter_id
201: );

Line 203: hr_api.mandatory_arg_error

199: ,p_argument => 'MODULE_PARAMETER_ID'
200: ,p_argument_value => p_module_parameter_id
201: );
202: hr_utility.set_location(l_proc,6);
203: hr_api.mandatory_arg_error
204: (p_api_name => l_proc
205: ,p_argument => 'OBJECT_VERSION_NUMBER'
206: ,p_argument_value => p_object_version_number
207: );

Line 231: When HR_Api.Object_Locked then

227: --
228: -- We need to trap the ORA LOCK exception
229: --
230: Exception
231: When HR_Api.Object_Locked then
232: --
233: -- The object is locked therefore we need to supply a meaningful
234: -- error message.
235: --