DBA Data[Home] [Help]

APPS.PQP_ERG_SHD dependencies on HR_API

Line 177: hr_api.mandatory_arg_error

173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: hr_api.mandatory_arg_error
178: (p_api_name => l_proc
179: ,p_argument => 'EXCEPTION_GROUP_ID'
180: ,p_argument_value => p_exception_group_id
181: );

Line 183: hr_api.mandatory_arg_error

179: ,p_argument => 'EXCEPTION_GROUP_ID'
180: ,p_argument_value => p_exception_group_id
181: );
182: hr_utility.set_location(l_proc,6);
183: hr_api.mandatory_arg_error
184: (p_api_name => l_proc
185: ,p_argument => 'OBJECT_VERSION_NUMBER'
186: ,p_argument_value => p_object_version_number
187: );

Line 211: When HR_Api.Object_Locked then

207: --
208: -- We need to trap the ORA LOCK exception
209: --
210: Exception
211: When HR_Api.Object_Locked then
212: --
213: -- The object is locked therefore we need to supply a meaningful
214: -- error message.
215: --