DBA Data[Home] [Help]

APPS.PAY_SPR_BUS dependencies on APP_EXCEPTION

Line 311: WHEN app_exception.application_exception THEN

307: -- Multiple Error Detection is enabled so handle the Application Errors
308: -- which have been raised by this procedure. Transfer the error to the
309: -- Multiple Message List and associate the error with the above columns.
310: --
311: WHEN app_exception.application_exception THEN
312:
313: IF hr_multi_message.exception_add
314: (p_same_associated_columns => 'Y') THEN
315:

Line 384: WHEN app_exception.application_exception THEN

380: -- Multiple Error Detection is enabled so handle the Application Errors
381: -- which have been raised by this procedure. Transfer the error to the
382: -- Multiple Message List and associate the error with the above columns.
383: --
384: WHEN app_exception.application_exception THEN
385:
386: IF hr_multi_message.exception_add
387: (p_same_associated_columns => 'Y') THEN
388: