DBA Data[Home] [Help]

APPS.CUG_SR_TYPE_ATTR_MAPS_PKG dependencies on APP_EXCEPTION

Line 251: app_exception.raise_exception;

247: fetch c into recinfo;
248: if (c%notfound) then
249: close c;
250: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
251: app_exception.raise_exception;
252: end if;
253: close c;
254: if ( ((recinfo.SR_TYPE_ATTR_SEQ_NUM = X_SR_TYPE_ATTR_SEQ_NUM)
255: OR ((recinfo.SR_TYPE_ATTR_SEQ_NUM is null) AND (X_SR_TYPE_ATTR_SEQ_NUM is null)))

Line 316: app_exception.raise_exception;

312: ) then
313: null;
314: else
315: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
316: app_exception.raise_exception;
317: end if;
318:
319: for tlinfo in c1 loop
320: if (tlinfo.BASELANG = 'Y') then

Line 327: app_exception.raise_exception;

323: ) then
324: null;
325: else
326: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
327: app_exception.raise_exception;
328: end if;
329: end if;
330: end loop;
331: return;