DBA Data[Home] [Help]

APPS.ARP_CREDIT_MEMO_MODULE dependencies on APP_EXCEPTION

Line 5120: -- App_exception is raised for all other fatal errors and a message

5116: -- Raises the exception NO_DATA_FOUND if no rows were selected for
5117: -- processing.
5118: --
5119: -- Exception raised if Oracle error.
5120: -- App_exception is raised for all other fatal errors and a message
5121: -- is put on the AOL stack. The public variable g_error_buffer is
5122: -- populated for both types of errors.
5123: --
5124: --

Line 5495: APP_EXCEPTION.raise_exception;

5491: -- User-defined exception
5492: ----------------------------------------------------------------
5493: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
5494: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
5495: APP_EXCEPTION.raise_exception;
5496:
5497: ELSE
5498: ----------------------------------------------------------------
5499: -- Oracle error

Line 5543: -- App_exception is raised for all other fatal errors and a message

5539: -- Raises the exception NO_DATA_FOUND if no rows were selected for
5540: -- processing.
5541: --
5542: -- Exception raised if Oracle error.
5543: -- App_exception is raised for all other fatal errors and a message
5544: -- is put on the AOL stack. The public variable g_error_buffer is
5545: -- populated for both types of errors.
5546: --
5547: --

Line 5872: -- App_exception is raised for all other fatal errors and a message

5868: -- Raises the exception NO_DATA_FOUND if no rows were selected for
5869: -- processing.
5870: --
5871: -- Exception raised if Oracle error.
5872: -- App_exception is raised for all other fatal errors and a message
5873: -- is put on the AOL stack. The public variable g_error_buffer is
5874: -- populated for both types of errors.
5875: --
5876: --