DBA Data[Home] [Help]

APPS.ARP_MAINTAIN_PS dependencies on APP_EXCEPTION

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

3043: -- OUT:
3044: --
3045: -- NOTES:
3046: -- Exception raised if Oracle error.
3047: -- App_exception is raised for all other fatal errors and a message
3048: -- is put on the AOL stack. The public variable g_error_buffer is
3049: -- populated for both types of errors.
3050: --
3051: --

Line 3487: APP_EXCEPTION.raise_exception;

3483: -- User-defined exception
3484: --
3485: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
3486: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
3487: APP_EXCEPTION.raise_exception;
3488:
3489: ELSE
3490: --
3491: -- Oracle error