DBA Data[Home] [Help]

APPS.OTA_FTS_SHD dependencies on HR_API

Line 144: hr_api.mandatory_arg_error

140: --
141: Begin
142: hr_utility.set_location('Entering:'||l_proc, 5);
143: --
144: hr_api.mandatory_arg_error
145: (p_api_name => l_proc
146: ,p_argument => 'FORUM_THREAD_ID'
147: ,p_argument_value => p_forum_thread_id
148: );

Line 150: hr_api.mandatory_arg_error

146: ,p_argument => 'FORUM_THREAD_ID'
147: ,p_argument_value => p_forum_thread_id
148: );
149: hr_utility.set_location(l_proc,6);
150: hr_api.mandatory_arg_error
151: (p_api_name => l_proc
152: ,p_argument => 'OBJECT_VERSION_NUMBER'
153: ,p_argument_value => p_object_version_number
154: );

Line 178: When HR_Api.Object_Locked then

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