DBA Data[Home] [Help]

APPS.AR_UPGRADE_CASH_ACCRUAL dependencies on FND_API

Line 2931: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN

2927: x_return_status => x_return_status,
2928: x_msg_data => x_msg_data,
2929: x_msg_count => x_msg_count);
2930:
2931: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2932: RAISE fnd_api.g_exc_error;
2933: END IF;
2934:
2935: l_chrg_app := NVL(p_app_rec.receivables_charges_applied,0);

Line 2932: RAISE fnd_api.g_exc_error;

2928: x_msg_data => x_msg_data,
2929: x_msg_count => x_msg_count);
2930:
2931: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2932: RAISE fnd_api.g_exc_error;
2933: END IF;
2934:
2935: l_chrg_app := NVL(p_app_rec.receivables_charges_applied,0);
2936: l_chrg_ed := NVL(p_app_rec.charges_ediscounted,0);

Line 3086: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

3082: arp_standard.debug('COMPARE_RA_REM_AMT -');
3083:
3084: EXCEPTION
3085: WHEN over_applications THEN
3086: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
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 );

Line 3092: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - over applications ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT

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
3096: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );

Line 3095: WHEN fnd_api.g_exc_error THEN

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
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');

Line 3097: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION fnd_api.g_exc_error in 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
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;

Line 3099: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - fnd_api.g_exc_error ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT');

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' );
3103: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION - OTHERS ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT: '||SQLERRM );

Line 3101: x_return_status := FND_API.G_RET_STS_UNEXP_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' );
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);

Line 3664: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - over applications ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT

3660: arp_standard.debug('lease_app_bucket_amts -');
3661:
3662: EXCEPTION
3663: WHEN over_applications THEN
3664: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - over applications ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT
3665: sum amount remaining from the invoice:'||l_rem ||'
3666: sum of application buckets :'||l_app );
3667:
3668: END;