DBA Data[Home] [Help]

APPS.OTA_FRM_SHD dependencies on HR_API

Line 148: hr_api.mandatory_arg_error

144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: hr_api.mandatory_arg_error
149: (p_api_name => l_proc
150: ,p_argument => 'FORUM_ID'
151: ,p_argument_value => p_forum_id
152: );

Line 154: hr_api.mandatory_arg_error

150: ,p_argument => 'FORUM_ID'
151: ,p_argument_value => p_forum_id
152: );
153: hr_utility.set_location(l_proc,6);
154: hr_api.mandatory_arg_error
155: (p_api_name => l_proc
156: ,p_argument => 'OBJECT_VERSION_NUMBER'
157: ,p_argument_value => p_object_version_number
158: );

Line 182: When HR_Api.Object_Locked then

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