DBA Data[Home] [Help]

APPS.MTL_MATERIAL_STATUSES_PKG dependencies on APP_EXCEPTION

Line 303: app_exception.raise_exception;

299: fetch c into recinfo;
300: if (c%notfound) then
301: close c;
302: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
303: app_exception.raise_exception;
304: end if;
305: close c;
306: if ( ((recinfo.ATTRIBUTE15 = X_ATTRIBUTE15)
307: OR ((recinfo.ATTRIBUTE15 is null) AND (X_ATTRIBUTE15 is null)))

Line 360: app_exception.raise_exception;

356: ) then
357: null;
358: else
359: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
360: app_exception.raise_exception;
361: end if;
362:
363: for tlinfo in c1 loop
364: if (tlinfo.BASELANG = 'Y') then

Line 372: app_exception.raise_exception;

368: ) then
369: null;
370: else
371: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
372: app_exception.raise_exception;
373: end if;
374: end if;
375: end loop;
376: return;