DBA Data[Home] [Help]

APPS.PER_PSH_SHD dependencies on HR_API

Line 193: hr_api.mandatory_arg_error

189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: --
193: hr_api.mandatory_arg_error
194: (p_api_name => l_proc
195: ,p_argument => 'SHARING_INSTANCE_ID'
196: ,p_argument_value => p_sharing_instance_id
197: );

Line 199: hr_api.mandatory_arg_error

195: ,p_argument => 'SHARING_INSTANCE_ID'
196: ,p_argument_value => p_sharing_instance_id
197: );
198: hr_utility.set_location(l_proc,6);
199: hr_api.mandatory_arg_error
200: (p_api_name => l_proc
201: ,p_argument => 'OBJECT_VERSION_NUMBER'
202: ,p_argument_value => p_object_version_number
203: );

Line 227: When HR_Api.Object_Locked then

223: --
224: -- We need to trap the ORA LOCK exception
225: --
226: Exception
227: When HR_Api.Object_Locked then
228: --
229: -- The object is locked therefore we need to supply a meaningful
230: -- error message.
231: --