DBA Data[Home] [Help]

APPS.PER_FDL_SHD dependencies on HR_API

Line 189: hr_api.mandatory_arg_error

185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: hr_api.mandatory_arg_error
190: (p_api_name => l_proc
191: ,p_argument => 'FND_DOC_LINK_ID'
192: ,p_argument_value => p_fnd_doc_link_id
193: );

Line 195: hr_api.mandatory_arg_error

191: ,p_argument => 'FND_DOC_LINK_ID'
192: ,p_argument_value => p_fnd_doc_link_id
193: );
194: hr_utility.set_location(l_proc,6);
195: hr_api.mandatory_arg_error
196: (p_api_name => l_proc
197: ,p_argument => 'OBJECT_VERSION_NUMBER'
198: ,p_argument_value => p_object_version_number
199: );

Line 224: When HR_Api.Object_Locked then

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