DBA Data[Home] [Help]

APPS.OTA_LPC_SHD dependencies on HR_API

Line 179: hr_api.mandatory_arg_error

175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_api.mandatory_arg_error
180: (p_api_name => l_proc
181: ,p_argument => 'LEARNING_PATH_SECTION_ID'
182: ,p_argument_value => p_learning_path_section_id
183: );

Line 185: hr_api.mandatory_arg_error

181: ,p_argument => 'LEARNING_PATH_SECTION_ID'
182: ,p_argument_value => p_learning_path_section_id
183: );
184: hr_utility.set_location(l_proc,6);
185: hr_api.mandatory_arg_error
186: (p_api_name => l_proc
187: ,p_argument => 'OBJECT_VERSION_NUMBER'
188: ,p_argument_value => p_object_version_number
189: );

Line 213: When HR_Api.Object_Locked then

209: --
210: -- We need to trap the ORA LOCK exception
211: --
212: Exception
213: When HR_Api.Object_Locked then
214: --
215: -- The object is locked therefore we need to supply a meaningful
216: -- error message.
217: --