DBA Data[Home] [Help]

APPS.HR_QSF_SHD dependencies on HR_API

Line 160: hr_api.mandatory_arg_error

156: --
157: Begin
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: --
160: hr_api.mandatory_arg_error
161: (p_api_name => l_proc
162: ,p_argument => 'field_id'
163: ,p_argument_value => p_field_id);
164: --

Line 165: hr_api.mandatory_arg_error

161: (p_api_name => l_proc
162: ,p_argument => 'field_id'
163: ,p_argument_value => p_field_id);
164: --
165: hr_api.mandatory_arg_error
166: (p_api_name => l_proc
167: ,p_argument => 'object_version_number'
168: ,p_argument_value => p_object_version_number);
169: --

Line 191: When HR_Api.Object_Locked then

187: --
188: -- We need to trap the ORA LOCK exception
189: --
190: Exception
191: When HR_Api.Object_Locked then
192: --
193: -- The object is locked therefore we need to supply a meaningful
194: -- error message.
195: --