DBA Data[Home] [Help]

APPS.CS_INCIDENT_SEVERITIES_PKG dependencies on APP_EXCEPTION

Line 230: app_exception.raise_exception;

226: fetch c into recinfo;
227: if (c%notfound) then
228: close c;
229: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
230: app_exception.raise_exception;
231: end if;
232: close c;
233: if ( ((recinfo.DISPLAY_COLOR = X_DISPLAY_COLOR)
234: OR ((recinfo.DISPLAY_COLOR is null) AND (X_DISPLAY_COLOR is null)))

Line 286: app_exception.raise_exception;

282: ) then
283: null;
284: else
285: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
286: app_exception.raise_exception;
287: end if;
288:
289: for tlinfo in c1 loop
290: if (tlinfo.BASELANG = 'Y') then

Line 298: app_exception.raise_exception;

294: ) then
295: null;
296: else
297: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
298: app_exception.raise_exception;
299: end if;
300: end if;
301: end loop;
302: return;