DBA Data[Home] [Help]

APPS.PER_SPH_SHD dependencies on HR_API

Line 208: hr_api.mandatory_arg_error

204: --
205: Begin
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --
208: hr_api.mandatory_arg_error
209: (p_api_name => l_proc
210: ,p_argument => 'PLAN_ID'
211: ,p_argument_value => p_plan_id
212: );

Line 214: hr_api.mandatory_arg_error

210: ,p_argument => 'PLAN_ID'
211: ,p_argument_value => p_plan_id
212: );
213: hr_utility.set_location(l_proc,6);
214: hr_api.mandatory_arg_error
215: (p_api_name => l_proc
216: ,p_argument => 'OBJECT_VERSION_NUMBER'
217: ,p_argument_value => p_object_version_number
218: );

Line 242: When HR_Api.Object_Locked then

238: --
239: -- We need to trap the ORA LOCK exception
240: --
241: Exception
242: When HR_Api.Object_Locked then
243: --
244: -- The object is locked therefore we need to supply a meaningful
245: -- error message.
246: --