DBA Data[Home] [Help]

APPS.AR_UPGRADE_CASH_ACCRUAL dependencies on FND_API

Line 3150: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN

3146: x_return_status => x_return_status,
3147: x_msg_data => x_msg_data,
3148: x_msg_count => x_msg_count);
3149:
3150: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
3151: RAISE fnd_api.g_exc_error;
3152: END IF;
3153:
3154: l_chrg_app := NVL(p_app_rec.receivables_charges_applied,0);

Line 3151: RAISE fnd_api.g_exc_error;

3147: x_msg_data => x_msg_data,
3148: x_msg_count => x_msg_count);
3149:
3150: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
3151: RAISE fnd_api.g_exc_error;
3152: END IF;
3153:
3154: l_chrg_app := NVL(p_app_rec.receivables_charges_applied,0);
3155: l_chrg_ed := NVL(p_app_rec.charges_ediscounted,0);

Line 3305: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

3301: arp_standard.debug('COMPARE_RA_REM_AMT -');
3302:
3303: EXCEPTION
3304: WHEN over_applications THEN
3305: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3306: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );
3307: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION over_applications in ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT
3308: sum amount remaining from the invoice:'||l_rem ||'
3309: sum of application buckets :'||l_entire );

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

3307: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION over_applications in ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT
3308: sum amount remaining from the invoice:'||l_rem ||'
3309: sum of application buckets :'||l_entire );
3310: FND_MSG_PUB.ADD;
3311: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - over applications ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT
3312: sum amount remaining from the invoice:'||l_rem ||'
3313: sum of application buckets :'||l_entire );
3314: WHEN fnd_api.g_exc_error THEN
3315: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );

Line 3314: WHEN fnd_api.g_exc_error THEN

3310: FND_MSG_PUB.ADD;
3311: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - over applications ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT
3312: sum amount remaining from the invoice:'||l_rem ||'
3313: sum of application buckets :'||l_entire );
3314: WHEN fnd_api.g_exc_error THEN
3315: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );
3316: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION fnd_api.g_exc_error in ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT' );
3317: FND_MSG_PUB.ADD;
3318: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - fnd_api.g_exc_error ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT');

Line 3316: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION fnd_api.g_exc_error in ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT' );

3312: sum amount remaining from the invoice:'||l_rem ||'
3313: sum of application buckets :'||l_entire );
3314: WHEN fnd_api.g_exc_error THEN
3315: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );
3316: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION fnd_api.g_exc_error in ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT' );
3317: FND_MSG_PUB.ADD;
3318: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - fnd_api.g_exc_error ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT');
3319: WHEN OTHERS THEN
3320: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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

3314: WHEN fnd_api.g_exc_error THEN
3315: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );
3316: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION fnd_api.g_exc_error in ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT' );
3317: FND_MSG_PUB.ADD;
3318: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - fnd_api.g_exc_error ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT');
3319: WHEN OTHERS THEN
3320: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3321: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );
3322: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION - OTHERS ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT: '||SQLERRM );

Line 3320: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

3316: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION fnd_api.g_exc_error in ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT' );
3317: FND_MSG_PUB.ADD;
3318: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - fnd_api.g_exc_error ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT');
3319: WHEN OTHERS THEN
3320: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3321: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR' );
3322: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION - OTHERS ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT: '||SQLERRM );
3323: FND_MSG_PUB.ADD;
3324: arp_standard.debug('EXCEPTION - OTHERS ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT: '||SQLERRM);

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

3879: arp_standard.debug('lease_app_bucket_amts -');
3880:
3881: EXCEPTION
3882: WHEN over_applications THEN
3883: arp_standard.debug('EXCEPTION fnd_api.g_exc_error - over applications ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT
3884: sum amount remaining from the invoice:'||l_rem ||'
3885: sum of application buckets :'||l_app );
3886:
3887: END;