DBA Data[Home] [Help]

APPS.OKE_COMM_ACTIONS_PKG dependencies on APP_EXCEPTION

Line 208: app_exception.raise_exception;

204: fetch c into recinfo;
205: if (c%notfound) then
206: close c;
207: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
208: app_exception.raise_exception;
209: end if;
210: close c;
211:
212: if ( (recinfo.COMM_ACTION_CODE = X_COMM_ACTION_CODE)

Line 259: app_exception.raise_exception;

255: ) then
256: null;
257: else
258: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
259: app_exception.raise_exception;
260: end if;
261:
262: for tlinfo in c1 loop
263: if (tlinfo.BASELANG = 'Y') then

Line 272: app_exception.raise_exception;

268: ) then
269: null;
270: else
271: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
272: app_exception.raise_exception;
273: end if;
274: end if;
275: end loop;
276: