DBA Data[Home] [Help]

APPS.AMW_AUDIT_PROCEDURES_PKG dependencies on APP_EXCEPTION

Line 246: app_exception.raise_exception;

242: fetch c into recinfo;
243: if (c%notfound) then
244: close c;
245: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
246: app_exception.raise_exception;
247: end if;
248: close c;
249: if ( ((recinfo.PROJECT_ID = X_PROJECT_ID)
250: OR ((recinfo.PROJECT_ID is null) AND (X_PROJECT_ID is null)))

Line 307: app_exception.raise_exception;

303: ) then
304: null;
305: else
306: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
307: app_exception.raise_exception;
308: end if;
309:
310: for tlinfo in c1 loop
311: if (tlinfo.BASELANG = 'Y') then

Line 319: app_exception.raise_exception;

315: ) then
316: null;
317: else
318: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
319: app_exception.raise_exception;
320: end if;
321: end if;
322: end loop;
323: return;