DBA Data[Home] [Help]

APPS.AHL_WARRANTY_CLAIMS_PKG dependencies on APP_EXCEPTION

Line 334: app_exception.raise_exception;

330: fetch c into recinfo;
331: if (c%notfound) then
332: close c;
333: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
334: app_exception.raise_exception;
335: end if;
336: close c;
337: if ( ((recinfo.R_ATTRIBUTE13 = X_R_ATTRIBUTE13)
338: OR ((recinfo.R_ATTRIBUTE13 is null) AND (X_R_ATTRIBUTE13 is null)))

Line 428: app_exception.raise_exception;

424: ) then
425: null;
426: else
427: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
428: app_exception.raise_exception;
429: end if;
430:
431: for tlinfo in c1 loop
432: if (tlinfo.BASELANG = 'Y') then

Line 441: app_exception.raise_exception;

437: ) then
438: null;
439: else
440: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
441: app_exception.raise_exception;
442: end if;
443: end if;
444: end loop;
445: return;