DBA Data[Home] [Help]

APPS.AHL_UNIT_DEFERRALS_PKG dependencies on APP_EXCEPTION

Line 234: app_exception.raise_exception;

230: fetch c into recinfo;
231: if (c%notfound) then
232: close c;
233: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
234: app_exception.raise_exception;
235: end if;
236: close c;
237: if ( ((recinfo.ATA_SEQUENCE_ID = X_ATA_SEQUENCE_ID)
238: OR ((recinfo.ATA_SEQUENCE_ID is null) AND (X_ATA_SEQUENCE_ID is null)))

Line 292: app_exception.raise_exception;

288: ) then
289: null;
290: else
291: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
292: app_exception.raise_exception;
293: end if;
294:
295: for tlinfo in c1 loop
296: if (tlinfo.BASELANG = 'Y') then

Line 305: app_exception.raise_exception;

301: ) then
302: null;
303: else
304: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
305: app_exception.raise_exception;
306: end if;
307: end if;
308: end loop;
309: return;