DBA Data[Home] [Help]

APPS.QP_JAVA_ENGINE dependencies on FND_MESSAGE

Line 283: FND_MESSAGE.SET_NAME('QP','QP_JPE_UNEXPECTED_ERROR');

279: --x_return_status_text := l_routine||': '||l_status_text;
280: x_return_status_text := l_status_text;
281: WHEN OTHERS THEN
282: x_return_status := FND_API.G_RET_STS_ERROR;
283: FND_MESSAGE.SET_NAME('QP','QP_JPE_UNEXPECTED_ERROR');
284: x_return_status_text := FND_MESSAGE.get;
285: --x_return_status_text := 'Java Engine call failed unexpectedly. Please contact system administrator!';
286: IF l_debug = FND_API.G_TRUE THEN
287: QP_PREQ_GRP.engine_debug('Request Id:'||request_id||' failed unexpectedly!' );

Line 284: x_return_status_text := FND_MESSAGE.get;

280: x_return_status_text := l_status_text;
281: WHEN OTHERS THEN
282: x_return_status := FND_API.G_RET_STS_ERROR;
283: FND_MESSAGE.SET_NAME('QP','QP_JPE_UNEXPECTED_ERROR');
284: x_return_status_text := FND_MESSAGE.get;
285: --x_return_status_text := 'Java Engine call failed unexpectedly. Please contact system administrator!';
286: IF l_debug = FND_API.G_TRUE THEN
287: QP_PREQ_GRP.engine_debug('Request Id:'||request_id||' failed unexpectedly!' );
288: END IF;