DBA Data[Home] [Help]

APPS.SO_AGREEMENTS_PKG dependencies on APP_EXCEPTION

Line 259: app_exception.raise_exception;

255: fetch c into recinfo;
256: if (c%notfound) then
257: close c;
258: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
259: app_exception.raise_exception;
260: end if;
261: close c;
262: if ( ((recinfo.END_DATE_ACTIVE = X_END_DATE_ACTIVE)
263: OR ((recinfo.END_DATE_ACTIVE is null) AND (X_END_DATE_ACTIVE is null)))

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:
330: for tlinfo in c1 loop
331: if (tlinfo.BASELANG = 'Y') then

Line 337: app_exception.raise_exception;

333: ) then
334: null;
335: else
336: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
337: app_exception.raise_exception;
338: end if;
339: end if;
340: end loop;
341: return;