DBA Data[Home] [Help]

APPS.HR_TIS_SHD dependencies on HR_API

Line 171: hr_api.mandatory_arg_error

167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: hr_api.mandatory_arg_error
172: (p_api_name => l_proc
173: ,p_argument => 'TOPIC_INTEGRATIONS_ID'
174: ,p_argument_value => p_topic_integrations_id
175: );

Line 177: hr_api.mandatory_arg_error

173: ,p_argument => 'TOPIC_INTEGRATIONS_ID'
174: ,p_argument_value => p_topic_integrations_id
175: );
176: hr_utility.set_location(l_proc,6);
177: hr_api.mandatory_arg_error
178: (p_api_name => l_proc
179: ,p_argument => 'OBJECT_VERSION_NUMBER'
180: ,p_argument_value => p_object_version_number
181: );

Line 204: When HR_Api.Object_Locked then

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