DBA Data[Home] [Help]

APPS.QP_PTE_REQUEST_TYPES_PKG dependencies on APP_EXCEPTION

Line 204: app_exception.raise_exception;

200: fetch c into recinfo;
201: if (c%notfound) then
202: close c;
203: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
204: app_exception.raise_exception;
205: end if;
206: close c;
207: if ( ((recinfo.ORDER_LEVEL_GLOBAL_STRUCT = X_ORDER_LEVEL_GLOBAL_STRUCT)
208: OR ((recinfo.ORDER_LEVEL_GLOBAL_STRUCT is null) AND (X_ORDER_LEVEL_GLOBAL_STRUCT is null)))

Line 253: app_exception.raise_exception;

249: ) then
250: null;
251: else
252: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
253: app_exception.raise_exception;
254: end if;
255:
256: for tlinfo in c1 loop
257: if (tlinfo.BASELANG = 'Y') then

Line 264: app_exception.raise_exception;

260: ) then
261: null;
262: else
263: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
264: app_exception.raise_exception;
265: end if;
266: end if;
267: end loop;
268: return;