DBA Data[Home] [Help]

APPS.QPR_TRANSF_RULES_PKG dependencies on APP_EXCEPTION

Line 242: app_exception.raise_exception;

238: fetch c into recinfo;
239: if (c%notfound) then
240: close c;
241: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
242: app_exception.raise_exception;
243: end if;
244: close c;
245: if ( (recinfo.TRANSF_HEADER_ID = X_TRANSF_HEADER_ID)
246: AND ((recinfo.LEVEL_VALUE_FROM = X_LEVEL_VALUE_FROM)

Line 302: app_exception.raise_exception;

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

Line 314: app_exception.raise_exception;

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