DBA Data[Home] [Help]

APPS.AP_VOID_PKG dependencies on APP_EXCEPTION

Line 1180: APP_EXCEPTION.RAISE_EXCEPTION;

1176: l_error_msg := FND_MSG_PUB.Get(p_msg_index => I
1177: ,p_encoded => 'T');
1178: FND_MESSAGE.SET_ENCODED(l_error_msg);
1179: END LOOP;
1180: APP_EXCEPTION.RAISE_EXCEPTION;
1181: END IF;
1182:
1183: END IF;
1184:

Line 1219: APP_EXCEPTION.RAISE_EXCEPTION;

1215: p_data => x_msg_data
1216: );
1217: END IF;
1218: END IF;
1219: APP_EXCEPTION.RAISE_EXCEPTION;
1220:
1221: END Ap_Reverse_Check;
1222:
1223: /* New procedure to be used by Oracle Payments