DBA Data[Home] [Help]

APPS.AP_CREDIT_CARD_INVOICE_PKG dependencies on APP_EXCEPTION

Line 283: APP_EXCEPTION.RAISE_EXCEPTION;

279: l_party_site_id := null;
280: l_terms_id := null;
281: WHEN OTHERS THEN
282: AP_WEB_DB_UTIL_PKG.RaiseException( 'GetVendorSiteId' );
283: APP_EXCEPTION.RAISE_EXCEPTION;
284: END;
285:
286: -- Bug: 7234744 populate terms-id in the interface table.
287: IF (l_terms_id IS NULL) THEN

Line 541: APP_EXCEPTION.RAISE_EXCEPTION;

537: FND_MESSAGE.SET_NAME( 'SQLAP', 'AP_DEBUG' );
538: FND_MESSAGE.SET_TOKEN( 'ERROR', SQLERRM );
539: FND_MESSAGE.SET_TOKEN( 'CALLING_SEQUENCE', l_callingSequence);
540: FND_MESSAGE.SET_TOKEN( 'DEBUG_INFO', l_debugInfo );
541: APP_EXCEPTION.RAISE_EXCEPTION;
542: ELSE
543: -- Do not need to set the token since it has been done in the
544: -- child process
545: RAISE;

Line 645: APP_EXCEPTION.RAISE_EXCEPTION;

641: FND_MESSAGE.SET_NAME('SQLAP', 'AP_DEBUG');
642: FND_MESSAGE.SET_TOKEN('ERROR', SQLERRM);
643: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE', l_callingSequence);
644: FND_MESSAGE.SET_TOKEN('DEBUG_INFO', l_debugInfo);
645: APP_EXCEPTION.RAISE_EXCEPTION;
646: ELSE
647: -- Do not need to set the token since it has been done in the
648: -- child process
649: RAISE;