DBA Data[Home] [Help]

APPS.WSH_DOC_SEQ_CTG_S dependencies on APP_EXCEPTION

Line 280: -- APP_EXCEPTIONS.application_exception --

276: ----------------------------------------------------
277: -- Next check if category definition exists --
278: -- in the FND document definition repository --
279: -- In case of failure FND API raises exception --
280: -- APP_EXCEPTIONS.application_exception --
281: -- which is passed to the calling program --
282: ----------------------------------------------------
283:
284: BEGIN

Line 420: APP_EXCEPTION.raise_exception;

416: --
417: EXCEPTION
418: WHEN category_exists THEN
419: FND_MESSAGE.set_name('WSH','WSH_DOC_CATEGORY_EXISTS');
420: APP_EXCEPTION.raise_exception;
421: --
422: -- Debug Statements
423: --
424: IF l_debug_on THEN

Line 627: APP_EXCEPTION.raise_exception;

623: --
624: EXCEPTION
625: WHEN category_exists THEN
626: FND_MESSAGE.set_name('WSH','WSH_PACK_CATEGORY_EXISTS');
627: APP_EXCEPTION.raise_exception;
628: --
629: -- Debug Statements
630: --
631: IF l_debug_on THEN

Line 785: APP_EXCEPTION.raise_exception;

781: IF lock_csr%NOTFOUND
782: THEN
783: CLOSE lock_csr;
784: FND_MESSAGE.set_name ('FND', 'FORM_RECORD_DELETED');
785: APP_EXCEPTION.raise_exception;
786: END IF;
787: CLOSE lock_csr;
788: -- verify the not null columns are identical
789: IF ( lock_rec.doc_sequence_category_id = x_doc_sequence_category_id

Line 889: APP_EXCEPTION.raise_exception;

885: --
886: return;
887: ELSE
888: FND_MESSAGE.set_name('FND','FORM_RECORD_CHANGED');
889: APP_EXCEPTION.raise_exception;
890: END IF;
891: --
892: -- Debug Statements
893: --