DBA Data[Home] [Help]

APPS.OKE_PRIORITY_CODES_PKG dependencies on APP_EXCEPTION

Line 198: app_exception.raise_exception;

194: fetch c into recinfo;
195: if (c%notfound) then
196: close c;
197: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
198: app_exception.raise_exception;
199: end if;
200: close c;
201:
202: if ( (recinfo.PRIORITY_CODE = X_PRIORITY_CODE)

Line 245: app_exception.raise_exception;

241: ) then
242: null;
243: else
244: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
245: app_exception.raise_exception;
246: end if;
247:
248: for tlinfo in c1 loop
249: if (tlinfo.BASELANG = 'Y') then

Line 258: app_exception.raise_exception;

254: ) then
255: null;
256: else
257: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
258: app_exception.raise_exception;
259: end if;
260: end if;
261: end loop;
262: