DBA Data[Home] [Help]

APPS.ARP_CREDIT_MEMO_MODULE dependencies on APP_EXCEPTION

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

5269: -- Raises the exception NO_DATA_FOUND if no rows were selected for
5270: -- processing.
5271: --
5272: -- Exception raised if Oracle error.
5273: -- App_exception is raised for all other fatal errors and a message
5274: -- is put on the AOL stack. The public variable g_error_buffer is
5275: -- populated for both types of errors.
5276: --
5277: --

Line 5747: APP_EXCEPTION.raise_exception;

5743: -- User-defined exception
5744: ----------------------------------------------------------------
5745: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
5746: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
5747: APP_EXCEPTION.raise_exception;
5748:
5749: ELSE
5750: ----------------------------------------------------------------
5751: -- Oracle error

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

5791: -- Raises the exception NO_DATA_FOUND if no rows were selected for
5792: -- processing.
5793: --
5794: -- Exception raised if Oracle error.
5795: -- App_exception is raised for all other fatal errors and a message
5796: -- is put on the AOL stack. The public variable g_error_buffer is
5797: -- populated for both types of errors.
5798: --
5799: --

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

6120: -- Raises the exception NO_DATA_FOUND if no rows were selected for
6121: -- processing.
6122: --
6123: -- Exception raised if Oracle error.
6124: -- App_exception is raised for all other fatal errors and a message
6125: -- is put on the AOL stack. The public variable g_error_buffer is
6126: -- populated for both types of errors.
6127: --
6128: --