DBA Data[Home] [Help]

APPS.EGO_ITM_GTN_MUL_ATTRS_PKG dependencies on APP_EXCEPTION

Line 241: app_exception.raise_exception;

237: fetch c into recinfo;
238: if (c%notfound) then
239: close c;
240: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
241: app_exception.raise_exception;
242: end if;
243: close c;
244: if ( ((recinfo.REQUEST_ID = X_REQUEST_ID)
245: OR ((recinfo.REQUEST_ID is null) AND (X_REQUEST_ID is null)))

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:
301: for tlinfo in c1 loop
302: if (tlinfo.BASELANG = 'Y') then

Line 311: app_exception.raise_exception;

307: ) then
308: null;
309: else
310: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
311: app_exception.raise_exception;
312: end if;
313: end if;
314: end loop;
315: return;