DBA Data[Home] [Help]

APPS.PER_PJU_SHD dependencies on HR_API

Line 227: hr_api.mandatory_arg_error

223: --
224: Begin
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: hr_api.mandatory_arg_error
228: (p_api_name => l_proc
229: ,p_argument => 'PREVIOUS_JOB_USAGE_ID'
230: ,p_argument_value => p_previous_job_usage_id
231: );

Line 233: hr_api.mandatory_arg_error

229: ,p_argument => 'PREVIOUS_JOB_USAGE_ID'
230: ,p_argument_value => p_previous_job_usage_id
231: );
232: hr_utility.set_location(l_proc,6);
233: hr_api.mandatory_arg_error
234: (p_api_name => l_proc
235: ,p_argument => 'OBJECT_VERSION_NUMBER'
236: ,p_argument_value => p_object_version_number
237: );

Line 261: When HR_Api.Object_Locked then

257: --
258: -- We need to trap the ORA LOCK exception
259: --
260: Exception
261: When HR_Api.Object_Locked then
262: --
263: -- The object is locked therefore we need to supply a meaningful
264: -- error message.
265: --