DBA Data[Home] [Help]

APPS.GL_CONS_HISTORY_PKG dependencies on APP_EXCEPTIONS

Line 30: WHEN app_exceptions.application_exception THEN RAISE;

26: app_exception.raise_exception;
27: END IF;
28: CLOSE C1;
29: EXCEPTION
30: WHEN app_exceptions.application_exception THEN RAISE;
31: WHEN OTHERS THEN
32: fnd_message.set_name('SQLGL','Unhandled Exception');
33: fnd_message.set_token('PROCEDURE', 'Check_Unique_User_Type');
34: RAISE;

Line 800: WHEN app_exceptions.application_exception THEN RAISE;

796: END IF;
797: --+ END IF; --+if wait_result is complete:pass
798: END IF;
799: EXCEPTION
800: WHEN app_exceptions.application_exception THEN RAISE;
801: WHEN OTHERS THEN
802: fnd_message.set_name('SQLGL','Unhandled Exception');
803: fnd_message.set_token('PROCEDURE', 'Insert_Cons_Set_Row');
804: RAISE;