DBA Data[Home] [Help]

APPS.AR_UPGRADE_CASH_ACCRUAL dependencies on FND_MSG_PUB

Line 3091: FND_MSG_PUB.ADD;

3087: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );
3088: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION over_applications in ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT
3089: sum amount remaining from the invoice:'||l_rem ||'
3090: sum of application buckets :'||l_entire );
3091: FND_MSG_PUB.ADD;
3092: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - over applications ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT
3093: sum amount remaining from the invoice:'||l_rem ||'
3094: sum of application buckets :'||l_entire );
3095: WHEN fnd_api.g_exc_error THEN

Line 3098: FND_MSG_PUB.ADD;

3094: sum of application buckets :'||l_entire );
3095: WHEN fnd_api.g_exc_error THEN
3096: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );
3097: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION fnd_api.g_exc_error in ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT' );
3098: FND_MSG_PUB.ADD;
3099: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - fnd_api.g_exc_error ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT');
3100: WHEN OTHERS THEN
3101: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3102: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );

Line 3104: FND_MSG_PUB.ADD;

3100: WHEN OTHERS THEN
3101: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3102: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );
3103: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION - OTHERS ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT: '||SQLERRM );
3104: FND_MSG_PUB.ADD;
3105: arp_standard.debug('EXCEPTION - OTHERS ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT: '||SQLERRM);
3106: END COMPARE_RA_REM_AMT;
3107:
3108: