DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PKG dependencies on APP_EXCEPTION

Line 279: app_exception.raise_exception;

275: fetch c into recinfo;
276: if (c%notfound) then
277: close c;
278: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
279: app_exception.raise_exception;
280: end if;
281: close c;
282: if ( ((recinfo.VENDOR_CONTACT_ID = X_VENDOR_CONTACT_ID)
283: OR ((recinfo.VENDOR_CONTACT_ID is null) AND (X_VENDOR_CONTACT_ID is null)))

Line 353: app_exception.raise_exception;

349: ) then
350: null;
351: else
352: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
353: app_exception.raise_exception;
354: end if;
355:
356: for tlinfo in c1 loop
357: if (tlinfo.BASELANG = 'Y') then

Line 364: app_exception.raise_exception;

360: ) then
361: null;
362: else
363: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
364: app_exception.raise_exception;
365: end if;
366: end if;
367: end loop;
368: return;