DBA Data[Home] [Help]

APPS.FND_CONCURRENT_ARGUMENTS_PKG dependencies on APP_EXCEPTION

Line 225: app_exception.raise_exception;

221: FETCH C INTO Recinfo;
222: if (C%NOTFOUND) then
223: CLOSE C;
224: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
225: app_exception.raise_exception;
226: end if;
227: CLOSE C;
228: if (
229: (Recinfo.application_id = X_APPLICATION_ID)

Line 261: app_exception.raise_exception;

257: ) then
258: null;
259: else
260: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
261: app_exception.raise_exception;
262: end if;
263:
264: --
265: -- Check translated columns in _TL table

Line 286: app_exception.raise_exception;

282: null;
283: else
284: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
285: ---- FND_MESSAGE.Set_Name('FND', 'ST:'||Tlinfo.form_left_prompt ||':'||X_FORM_LEFT_PROMPT||':'||Tlinfo.description||':'||X_DESCRIPTION||':'||Tlinfo.form_above_prompt||':'||X_FORM_ABOVE_PROMPT||':END');
286: app_exception.raise_exception;
287: end if;
288: return;
289:
290:

Line 292: When APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION then

288: return;
289:
290:
291: EXCEPTION
292: When APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION then
293: if (c%isopen) then
294: close c;
295: end if;
296: if (c1%isopen) then