DBA Data[Home] [Help]

APPS.GME_RESOURCE_TXNS_U1 dependencies on APP_EXCEPTION

Line 232: APP_EXCEPTION.raise_exception;

228: EXCEPTION
229: WHEN OTHERS THEN
230: FND_MESSAGE.SET_NAME('GME', 'GME_UNEXPECTED_ERROR');
231: FND_MESSAGE.SET_TOKEN('ERROR', sqlerrm);
232: APP_EXCEPTION.raise_exception;
233:
234: END GME_RESOURCE_TXNS_U1;