DBA Data[Home] [Help]

APPS.IBY_CHECKNUMBER_PUB dependencies on APP_EXCEPTION

Line 617: APP_EXCEPTION.RAISE_EXCEPTION;

613:
614: /*
615: * Raise an exception.
616: */
617: APP_EXCEPTION.RAISE_EXCEPTION;
618:
619: END IF;
620:
621: /*

Line 678: APP_EXCEPTION.RAISE_EXCEPTION;

674: FND_MESSAGE.set_name('IBY', l_error_code);
675:
676: l_ret_message := FND_MESSAGE.get;
677:
678: APP_EXCEPTION.RAISE_EXCEPTION;
679:
680: END IF;
681:
682: EXCEPTION

Line 805: APP_EXCEPTION.RAISE_EXCEPTION;

801: FND_LOG.LEVEL_UNEXPECTED
802: );
803:
804:
805: APP_EXCEPTION.RAISE_EXCEPTION;
806:
807: END IF;
808:
809: FOR i in x_pmtsInPmtInstrTab.FIRST .. x_pmtsInPmtInstrTab.LAST LOOP

Line 2889: APP_EXCEPTION.RAISE_EXCEPTION;

2885: * in the exception handler below and the changes
2886: * made to the DB in this transaction
2887: * will be rolled back.
2888: */
2889: APP_EXCEPTION.RAISE_EXCEPTION;
2890:
2891: ELSE
2892:
2893: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN

Line 3277: APP_EXCEPTION.RAISE_EXCEPTION;

3273:
3274: /* set error message to return to caller */
3275: x_return_message := FND_MESSAGE.get;
3276:
3277: APP_EXCEPTION.RAISE_EXCEPTION;
3278:
3279: END IF;
3280:
3281: /*

Line 5552: APP_EXCEPTION.RAISE_EXCEPTION;

5548: * in the exception handler below and the changes
5549: * made to the DB in this transaction
5550: * will be rolled back.
5551: */
5552: APP_EXCEPTION.RAISE_EXCEPTION;
5553:
5554: ELSE
5555:
5556: IF (G_LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 5887: APP_EXCEPTION.RAISE_EXCEPTION;

5883:
5884: /* set error message to return to caller */
5885: x_return_message := FND_MESSAGE.get;
5886:
5887: APP_EXCEPTION.RAISE_EXCEPTION;
5888:
5889: END IF;
5890:
5891: /*