DBA Data[Home] [Help]

APPS.PO_DOCUMENT_TYPES_ALL_PKG dependencies on APP_EXCEPTION

Line 309: app_exception.raise_exception;

305: fetch c into recinfo;
306: if (c%notfound) then
307: close c;
308: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
309: app_exception.raise_exception;
310: end if;
311: close c;
312: if ( ((recinfo.WF_CREATEDOC_ITEMTYPE = X_WF_CREATEDOC_ITEMTYPE)
313: OR ((recinfo.WF_CREATEDOC_ITEMTYPE is null) AND (X_WF_CREATEDOC_ITEMTYPE is null)))

Line 401: app_exception.raise_exception;

397: ) then
398: null;
399: else
400: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
401: app_exception.raise_exception;
402: end if;
403:
404: for tlinfo in c1 loop
405: if (tlinfo.BASELANG = 'Y') then

Line 411: app_exception.raise_exception;

407: ) then
408: null;
409: else
410: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
411: app_exception.raise_exception;
412: end if;
413: end if;
414: end loop;
415: