DBA Data[Home] [Help]

APPS.GHR_CAH_SHD dependencies on HR_API

Line 174: hr_api.mandatory_arg_error

170: --
171: Begin
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --
174: hr_api.mandatory_arg_error
175: (p_api_name => l_proc
176: ,p_argument => 'COMPL_CA_HEADER_ID'
177: ,p_argument_value => p_compl_ca_header_id
178: );

Line 180: hr_api.mandatory_arg_error

176: ,p_argument => 'COMPL_CA_HEADER_ID'
177: ,p_argument_value => p_compl_ca_header_id
178: );
179: hr_utility.set_location(l_proc,6);
180: hr_api.mandatory_arg_error
181: (p_api_name => l_proc
182: ,p_argument => 'OBJECT_VERSION_NUMBER'
183: ,p_argument_value => p_object_version_number
184: );

Line 208: When HR_Api.Object_Locked then

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