DBA Data[Home] [Help]

APPS.OZF_REASON_CODES_ALL_PKG dependencies on APP_EXCEPTION

Line 369: APP_EXCEPTION.RAISE_EXCEPTION;

365: FETCH C INTO Recinfo;
366: If (C%NOTFOUND) then
367: CLOSE C;
368: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_RECORD_NOT_FOUND');
369: APP_EXCEPTION.RAISE_EXCEPTION;
370: End If;
371: CLOSE C;
372: if (
373: ( Recinfo.REASON_CODE_ID = p_REASON_CODE_ID)

Line 472: APP_EXCEPTION.RAISE_EXCEPTION;

468: ) then
469: null;
470: else
471: FND_MESSAGE.SET_NAME('OZF', 'OZF_API_RECORD_NOT_FOUND');
472: APP_EXCEPTION.RAISE_EXCEPTION;
473: End If;
474:
475: for tlinfo in c1 loop
476: if (tlinfo.BASELANG = 'Y') then

Line 484: app_exception.raise_exception;

480: ) then
481: null;
482: else
483: fnd_message.set_name('OZF', 'OZF_API_RECORD_NOT_FOUND');
484: app_exception.raise_exception;
485: end if;
486: end if;
487: end loop;
488: return;