DBA Data[Home] [Help]

APPS.HR_FMP_SHD dependencies on HR_API

Line 209: hr_api.mandatory_arg_error

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

Line 215: hr_api.mandatory_arg_error

211: ,p_argument => 'FORM_PROPERTY_ID'
212: ,p_argument_value => p_form_property_id
213: );
214: --
215: hr_api.mandatory_arg_error
216: (p_api_name => l_proc
217: ,p_argument => 'object_version_number'
218: ,p_argument_value => p_object_version_number
219: );

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: --