DBA Data[Home] [Help]

APPS.AHL_UNIT_DEFERRALS_PKG dependencies on APP_EXCEPTION

Line 239: app_exception.raise_exception;

235: fetch c into recinfo;
236: if (c%notfound) then
237: close c;
238: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
239: app_exception.raise_exception;
240: end if;
241: close c;
242: if ( ((recinfo.ATA_SEQUENCE_ID = X_ATA_SEQUENCE_ID)
243: OR ((recinfo.ATA_SEQUENCE_ID is null) AND (X_ATA_SEQUENCE_ID is null)))

Line 299: app_exception.raise_exception;

295: ) then
296: null;
297: else
298: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
299: app_exception.raise_exception;
300: end if;
301:
302: for tlinfo in c1 loop
303: if (tlinfo.BASELANG = 'Y') then

Line 312: app_exception.raise_exception;

308: ) then
309: null;
310: else
311: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
312: app_exception.raise_exception;
313: end if;
314: end if;
315: end loop;
316: return;