DBA Data[Home] [Help]

APPS.SO_PRICE_LISTS_PKG dependencies on APP_EXCEPTION

Line 229: app_exception.raise_exception;

225: fetch c into recinfo;
226: if (c%notfound) then
227: close c;
228: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
229: app_exception.raise_exception;
230: end if;
231: close c;
232: if ( ((recinfo.ATTRIBUTE9 = X_ATTRIBUTE9)
233: OR ((recinfo.ATTRIBUTE9 is null) AND (X_ATTRIBUTE9 is null)))

Line 286: app_exception.raise_exception;

282: ) then
283: null;
284: else
285: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
286: app_exception.raise_exception;
287: end if;
288:
289: for tlinfo in c1 loop
290: if (tlinfo.BASELANG = 'Y') then

Line 297: app_exception.raise_exception;

293: ) then
294: null;
295: else
296: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
297: app_exception.raise_exception;
298: end if;
299: end if;
300: end loop;
301: return;