DBA Data[Home] [Help]

APPS.PQH_OPL_BUS dependencies on APP_EXCEPTION

Line 247: when app_exception.application_exception then

243: hr_utility.raise_error;
244: End If;
245: Close Del;
246: Exception
247: when app_exception.application_exception then
248: if hr_multi_message.exception_add
249: (p_associated_column1 => 'PQH_DE_OPERATIONS.OPERATION_NUMBER'
250: ) then
251: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 280: when app_exception.application_exception then

276: fnd_message.raise_error;
277: End If;
278: Close c_Description;
279: Exception
280: when app_exception.application_exception then
281: if hr_multi_message.exception_add
282: (p_associated_column1 => 'PQH_DE_OPERATIONS.Description'
283: ) then
284: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 312: when app_exception.application_exception then

308: fnd_message.raise_error;
309: End If;
310: Close c_OPERATION_NUMBER;
311: Exception
312: when app_exception.application_exception then
313: if hr_multi_message.exception_add
314: (p_associated_column1 => 'PQH_DE_OPERATIONS.OPERATION_NUMBER'
315: ) then
316: hr_utility.set_location(' Leaving:'||l_proc,60);