DBA Data[Home] [Help]

APPS.FF_FFP_SHD dependencies on HR_API

Line 187: hr_api.mandatory_arg_error

183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: hr_api.mandatory_arg_error
188: (p_api_name => l_proc
189: ,p_argument => 'FUNCTION_ID'
190: ,p_argument_value => p_function_id
191: );

Line 193: hr_api.mandatory_arg_error

189: ,p_argument => 'FUNCTION_ID'
190: ,p_argument_value => p_function_id
191: );
192: hr_utility.set_location(l_proc,6);
193: hr_api.mandatory_arg_error
194: (p_api_name => l_proc
195: ,p_argument => 'SEQUENCE_NUMBER'
196: ,p_argument_value => p_sequence_number
197: );

Line 199: hr_api.mandatory_arg_error

195: ,p_argument => 'SEQUENCE_NUMBER'
196: ,p_argument_value => p_sequence_number
197: );
198: hr_utility.set_location(l_proc,7);
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: --