DBA Data[Home] [Help]

APPS.OTA_LCI_SHD dependencies on HR_API

Line 184: hr_api.mandatory_arg_error

180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_api.mandatory_arg_error
185: (p_api_name => l_proc
186: ,p_argument => 'LEARNING_PATH_ID'
187: ,p_argument_value => p_learning_path_id
188: );

Line 190: hr_api.mandatory_arg_error

186: ,p_argument => 'LEARNING_PATH_ID'
187: ,p_argument_value => p_learning_path_id
188: );
189: hr_utility.set_location(l_proc,6);
190: hr_api.mandatory_arg_error
191: (p_api_name => l_proc
192: ,p_argument => 'CATEGORY_USAGE_ID'
193: ,p_argument_value => p_category_usage_id
194: );

Line 196: hr_api.mandatory_arg_error

192: ,p_argument => 'CATEGORY_USAGE_ID'
193: ,p_argument_value => p_category_usage_id
194: );
195: hr_utility.set_location(l_proc,7);
196: hr_api.mandatory_arg_error
197: (p_api_name => l_proc
198: ,p_argument => 'OBJECT_VERSION_NUMBER'
199: ,p_argument_value => p_object_version_number
200: );

Line 224: When HR_Api.Object_Locked then

220: --
221: -- We need to trap the ORA LOCK exception
222: --
223: Exception
224: When HR_Api.Object_Locked then
225: --
226: -- The object is locked therefore we need to supply a meaningful
227: -- error message.
228: --