DBA Data[Home] [Help]

APPS.ARP_MAINTAIN_PS dependencies on APP_EXCEPTION

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

3091: -- OUT:
3092: --
3093: -- NOTES:
3094: -- Exception raised if Oracle error.
3095: -- App_exception is raised for all other fatal errors and a message
3096: -- is put on the AOL stack. The public variable g_error_buffer is
3097: -- populated for both types of errors.
3098: --
3099: --

Line 3553: APP_EXCEPTION.raise_exception;

3549: -- User-defined exception
3550: --
3551: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
3552: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
3553: APP_EXCEPTION.raise_exception;
3554:
3555: ELSE
3556: --
3557: -- Oracle error