DBA Data[Home] [Help]

APPS.OTA_FMS_SHD dependencies on HR_API

Line 152: hr_api.mandatory_arg_error

148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --
152: hr_api.mandatory_arg_error
153: (p_api_name => l_proc
154: ,p_argument => 'FORUM_MESSAGE_ID'
155: ,p_argument_value => p_forum_message_id
156: );

Line 158: hr_api.mandatory_arg_error

154: ,p_argument => 'FORUM_MESSAGE_ID'
155: ,p_argument_value => p_forum_message_id
156: );
157: hr_utility.set_location(l_proc,6);
158: hr_api.mandatory_arg_error
159: (p_api_name => l_proc
160: ,p_argument => 'OBJECT_VERSION_NUMBER'
161: ,p_argument_value => p_object_version_number
162: );

Line 186: When HR_Api.Object_Locked then

182: --
183: -- We need to trap the ORA LOCK exception
184: --
185: Exception
186: When HR_Api.Object_Locked then
187: --
188: -- The object is locked therefore we need to supply a meaningful
189: -- error message.
190: --