DBA Data[Home] [Help]

APPS.CUG_TSK_TYP_ATTR_MAPS_PKG dependencies on APP_EXCEPTION

Line 214: app_exception.raise_exception;

210: fetch c into recinfo;
211: if (c%notfound) then
212: close c;
213: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
214: app_exception.raise_exception;
215: end if;
216: close c;
217: if ( ((recinfo.END_DATE_ACTIVE = X_END_DATE_ACTIVE)
218: OR ((recinfo.END_DATE_ACTIVE is null) AND (X_END_DATE_ACTIVE is null)))

Line 267: app_exception.raise_exception;

263: ) then
264: null;
265: else
266: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
267: app_exception.raise_exception;
268: end if;
269:
270: for tlinfo in c1 loop
271: if (tlinfo.BASELANG = 'Y') then

Line 278: app_exception.raise_exception;

274: ) then
275: null;
276: else
277: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
278: app_exception.raise_exception;
279: end if;
280: end if;
281: end loop;
282: return;