DBA Data[Home] [Help]

APPS.PER_PMP_SHD dependencies on HR_API

Line 253: hr_api.mandatory_arg_error

249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: --
253: hr_api.mandatory_arg_error
254: (p_api_name => l_proc
255: ,p_argument => 'PLAN_ID'
256: ,p_argument_value => p_plan_id
257: );

Line 259: hr_api.mandatory_arg_error

255: ,p_argument => 'PLAN_ID'
256: ,p_argument_value => p_plan_id
257: );
258: hr_utility.set_location(l_proc,6);
259: hr_api.mandatory_arg_error
260: (p_api_name => l_proc
261: ,p_argument => 'OBJECT_VERSION_NUMBER'
262: ,p_argument_value => p_object_version_number
263: );

Line 287: When HR_Api.Object_Locked then

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