DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING_BR dependencies on APP_EXCEPTION

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

3718: -- Raises the exception NO_DATA_FOUND if no rows were selected for
3719: -- processing.
3720: --
3721: -- Exception raised if Oracle error.
3722: -- App_exception is raised for all other fatal errors and a message
3723: -- is put on the AOL stack. The public variable g_error_buffer is
3724: -- populated for both types of errors.
3725: --
3726: -- HISTORY:

Line 3838: APP_EXCEPTION.raise_exception;

3834: -- User-defined exception
3835: --
3836: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
3837: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
3838: APP_EXCEPTION.raise_exception;
3839:
3840: ELSE
3841: --
3842: -- Oracle error