DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on APP_EXCEPTION

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

6500: -- Raises the exception NO_DATA_FOUND if no rows were selected for
6501: -- processing.
6502: --
6503: -- Exception raised if Oracle error.
6504: -- App_exception is raised for all other fatal errors and a message
6505: -- is put on the AOL stack. The public variable g_error_buffer is
6506: -- populated for both types of errors.
6507: --
6508: -- HISTORY:

Line 6955: APP_EXCEPTION.raise_exception;

6951: -- User-defined exception
6952: --
6953: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
6954: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
6955: APP_EXCEPTION.raise_exception;
6956:
6957: ELSE
6958: --
6959: -- Oracle error

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

7013: -- Raises the exception NO_DATA_FOUND if no rows were selected for
7014: -- processing.
7015: --
7016: -- Exception raised if Oracle error.
7017: -- App_exception is raised for all other fatal errors and a message
7018: -- is put on the AOL stack. The public variable g_error_buffer is
7019: -- populated for both types of errors.
7020: --
7021: -- Never call this routine for ALL classes as this was specifically

Line 7173: APP_EXCEPTION.raise_exception;

7169: -- User-defined exception
7170: --
7171: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
7172: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
7173: APP_EXCEPTION.raise_exception;
7174:
7175: ELSE
7176: --
7177: -- Oracle error