DBA Data[Home] [Help]

APPS.AP_POL_LOCATIONS_PKG dependencies on APP_EXCEPTION

Line 294: app_exception.raise_exception;

290: fetch c into recinfo;
291: if (c%notfound) then
292: close c;
293: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
294: app_exception.raise_exception;
295: end if;
296: close c;
297: if ( ((recinfo.TERRITORY_CODE = X_TERRITORY_CODE)
298: OR ((recinfo.TERRITORY_CODE is null) AND (X_TERRITORY_CODE is null)))

Line 319: app_exception.raise_exception;

315: ) then
316: null;
317: else
318: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
319: app_exception.raise_exception;
320: end if;
321:
322: for tlinfo in c1 loop
323: if (tlinfo.BASELANG = 'Y') then

Line 332: app_exception.raise_exception;

328: ) then
329: null;
330: else
331: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
332: app_exception.raise_exception;
333: end if;
334: end if;
335: end loop;
336: return;