DBA Data[Home] [Help]

APPS.OTA_FOI_SHD dependencies on HR_API

Line 156: hr_api.mandatory_arg_error

152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --
156: hr_api.mandatory_arg_error
157: (p_api_name => l_proc
158: ,p_argument => 'FORUM_ID'
159: ,p_argument_value => p_forum_id
160: );

Line 162: hr_api.mandatory_arg_error

158: ,p_argument => 'FORUM_ID'
159: ,p_argument_value => p_forum_id
160: );
161: hr_utility.set_location(l_proc,6);
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc
164: ,p_argument => 'OBJECT_ID'
165: ,p_argument_value => p_object_id
166: );

Line 168: hr_api.mandatory_arg_error

164: ,p_argument => 'OBJECT_ID'
165: ,p_argument_value => p_object_id
166: );
167: hr_utility.set_location(l_proc,7);
168: hr_api.mandatory_arg_error
169: (p_api_name => l_proc
170: ,p_argument => 'OBJECT_TYPE'
171: ,p_argument_value => p_object_type
172: );

Line 174: hr_api.mandatory_arg_error

170: ,p_argument => 'OBJECT_TYPE'
171: ,p_argument_value => p_object_type
172: );
173: hr_utility.set_location(l_proc,8);
174: hr_api.mandatory_arg_error
175: (p_api_name => l_proc
176: ,p_argument => 'OBJECT_VERSION_NUMBER'
177: ,p_argument_value => p_object_version_number
178: );

Line 202: When HR_Api.Object_Locked then

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