DBA Data[Home] [Help]

APPS.PER_PJI_SHD dependencies on HR_API

Line 255: hr_api.mandatory_arg_error

251: --
252: Begin
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: hr_api.mandatory_arg_error
256: (p_api_name => l_proc
257: ,p_argument => 'PREVIOUS_JOB_EXTRA_INFO_ID'
258: ,p_argument_value => p_previous_job_extra_info_id
259: );

Line 261: hr_api.mandatory_arg_error

257: ,p_argument => 'PREVIOUS_JOB_EXTRA_INFO_ID'
258: ,p_argument_value => p_previous_job_extra_info_id
259: );
260: hr_utility.set_location(l_proc,6);
261: hr_api.mandatory_arg_error
262: (p_api_name => l_proc
263: ,p_argument => 'OBJECT_VERSION_NUMBER'
264: ,p_argument_value => p_object_version_number
265: );

Line 289: When HR_Api.Object_Locked then

285: --
286: -- We need to trap the ORA LOCK exception
287: --
288: Exception
289: When HR_Api.Object_Locked then
290: --
291: -- The object is locked therefore we need to supply a meaningful
292: -- error message.
293: --