DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on APP_EXCEPTION

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

6392: -- Raises the exception NO_DATA_FOUND if no rows were selected for
6393: -- processing.
6394: --
6395: -- Exception raised if Oracle error.
6396: -- App_exception is raised for all other fatal errors and a message
6397: -- is put on the AOL stack. The public variable g_error_buffer is
6398: -- populated for both types of errors.
6399: --
6400: -- HISTORY:

Line 6847: APP_EXCEPTION.raise_exception;

6843: -- User-defined exception
6844: --
6845: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
6846: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
6847: APP_EXCEPTION.raise_exception;
6848:
6849: ELSE
6850: --
6851: -- Oracle error

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

6905: -- Raises the exception NO_DATA_FOUND if no rows were selected for
6906: -- processing.
6907: --
6908: -- Exception raised if Oracle error.
6909: -- App_exception is raised for all other fatal errors and a message
6910: -- is put on the AOL stack. The public variable g_error_buffer is
6911: -- populated for both types of errors.
6912: --
6913: -- Never call this routine for ALL classes as this was specifically

Line 7065: APP_EXCEPTION.raise_exception;

7061: -- User-defined exception
7062: --
7063: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
7064: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
7065: APP_EXCEPTION.raise_exception;
7066:
7067: ELSE
7068: --
7069: -- Oracle error