DBA Data[Home] [Help]

APPS.AP_VOID_PKG dependencies on APP_EXCEPTION

Line 1377: APP_EXCEPTION.RAISE_EXCEPTION;

1373: l_error_msg := FND_MSG_PUB.Get(p_msg_index => I
1374: ,p_encoded => 'T');
1375: FND_MESSAGE.SET_ENCODED(l_error_msg);
1376: END LOOP;
1377: APP_EXCEPTION.RAISE_EXCEPTION;
1378: END IF;
1379:
1380: END IF;
1381:

Line 1420: APP_EXCEPTION.RAISE_EXCEPTION;

1416: p_data => x_msg_data
1417: );
1418: END IF;
1419: END IF;
1420: APP_EXCEPTION.RAISE_EXCEPTION;
1421:
1422: END Ap_Reverse_Check;
1423:
1424: /* New procedure to be used by Oracle Payments