DBA Data[Home] [Help]

APPS.AR_UPGRADE_CASH_ACCRUAL dependencies on AR_UPGRADE_CASH_ACCRUAL

Line 1: PACKAGE BODY ar_upgrade_cash_accrual AS

1: PACKAGE BODY ar_upgrade_cash_accrual AS
2: /* $Header: ARUPGLZB.pls 120.13.12010000.3 2008/11/14 06:05:05 dgaurab ship $ */
3:
4: g_ae_sys_rec arp_acct_main.ae_sys_rec_type;
5: g_ind_current NUMBER := -9;

Line 3088: FND_MESSAGE.SET_TOKEN( 'TEXT', 'EXCEPTION over_applications in ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT

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

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

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);
3106: END COMPARE_RA_REM_AMT;
3107:

Line 3105: arp_standard.debug('EXCEPTION - OTHERS ar_upgrade_cash_accrual.COMPARE_RA_REM_AMT: '||SQLERRM);

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:
3109:

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;