DBA Data[Home] [Help]

APPS.IBY_CHECKNUMBER_PUB dependencies on APP_EXCEPTION

Line 579: APP_EXCEPTION.RAISE_EXCEPTION;

575:
576: /*
577: * Raise an exception.
578: */
579: APP_EXCEPTION.RAISE_EXCEPTION;
580:
581: END IF;
582:
583: /*

Line 636: APP_EXCEPTION.RAISE_EXCEPTION;

632: FND_MESSAGE.set_name('IBY', l_error_code);
633:
634: l_ret_message := FND_MESSAGE.get;
635:
636: APP_EXCEPTION.RAISE_EXCEPTION;
637:
638: END IF;
639:
640: EXCEPTION

Line 748: APP_EXCEPTION.RAISE_EXCEPTION;

744: || 'Possible data corruption. Aborting ..',
745: FND_LOG.LEVEL_UNEXPECTED
746: );
747:
748: APP_EXCEPTION.RAISE_EXCEPTION;
749:
750: END IF;
751:
752: FOR i in x_pmtsInPmtInstrTab.FIRST .. x_pmtsInPmtInstrTab.LAST LOOP

Line 2273: APP_EXCEPTION.RAISE_EXCEPTION;

2269: * in the exception handler below and the changes
2270: * made to the DB in this transaction
2271: * will be rolled back.
2272: */
2273: APP_EXCEPTION.RAISE_EXCEPTION;
2274:
2275: ELSE
2276:
2277: print_debuginfo(l_module_name, 'Sufficient paper stock '

Line 2638: APP_EXCEPTION.RAISE_EXCEPTION;

2634:
2635: /* set error message to return to caller */
2636: x_return_message := FND_MESSAGE.get;
2637:
2638: APP_EXCEPTION.RAISE_EXCEPTION;
2639:
2640: END IF;
2641:
2642: /*