DBA Data[Home] [Help]

APPS.OKE_CHG_STATUSES_PKG dependencies on APP_EXCEPTION

Line 213: app_exception.raise_exception;

209: fetch c into recinfo;
210: if (c%notfound) then
211: close c;
212: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
213: app_exception.raise_exception;
214: end if;
215: close c;
216:
217: if ( (recinfo.CHG_STATUS_CODE = X_CHG_STATUS_CODE)

Line 266: app_exception.raise_exception;

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

Line 279: app_exception.raise_exception;

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