DBA Data[Home] [Help]

APPS.GHR_CAA_SHD dependencies on HR_API

Line 186: hr_api.mandatory_arg_error

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

Line 192: hr_api.mandatory_arg_error

188: ,p_argument => 'COMPL_AGENCY_APPEAL_ID'
189: ,p_argument_value => p_compl_agency_appeal_id
190: );
191: hr_utility.set_location(l_proc,6);
192: hr_api.mandatory_arg_error
193: (p_api_name => l_proc
194: ,p_argument => 'OBJECT_VERSION_NUMBER'
195: ,p_argument_value => p_object_version_number
196: );

Line 220: When HR_Api.Object_Locked then

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