DBA Data[Home] [Help]

APPS.PQH_TKT_BUS dependencies on APP_EXCEPTION

Line 246: when app_exception.application_exception then

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

Line 278: when app_exception.application_exception then

274: fnd_message.raise_error;
275: End If;
276: Close c_TATIGKEIT_NUMBER;
277: Exception
278: when app_exception.application_exception then
279: if hr_multi_message.exception_add
280: (p_associated_column1 => 'PQH_DE_TATIGKEIT_DETAILS.TATIGKEIT_NUMBER'
281: ) then
282: 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_Description;
311: Exception
312: when app_exception.application_exception then
313: if hr_multi_message.exception_add
314: (p_associated_column1 => 'PQH_DE_TATIGKEIT_DETAILS.Description'
315: ) then
316: hr_utility.set_location(' Leaving:'||l_proc,60);