DBA Data[Home] [Help]

APPS.PQP_EXR_SHD dependencies on HR_API

Line 165: hr_api.mandatory_arg_error

161: --
162: Begin
163: hr_utility.set_location('Entering:'||l_proc, 5);
164: --
165: hr_api.mandatory_arg_error
166: (p_api_name => l_proc
167: ,p_argument => 'EXCEPTION_REPORT_ID'
168: ,p_argument_value => p_exception_report_id
169: );

Line 171: hr_api.mandatory_arg_error

167: ,p_argument => 'EXCEPTION_REPORT_ID'
168: ,p_argument_value => p_exception_report_id
169: );
170: hr_utility.set_location(l_proc,6);
171: hr_api.mandatory_arg_error
172: (p_api_name => l_proc
173: ,p_argument => 'OBJECT_VERSION_NUMBER'
174: ,p_argument_value => p_object_version_number
175: );

Line 201: When HR_Api.Object_Locked then

197: --
198: -- We need to trap the ORA LOCK exception
199: --
200: Exception
201: When HR_Api.Object_Locked then
202: --
203: -- The object is locked therefore we need to supply a meaningful
204: -- error message.
205: --