DBA Data[Home] [Help]

APPS.ARP_ALLOCATION_PKG dependencies on FND_MESSAGE

Line 2630: FND_MESSAGE.SET_NAME('AR', 'GENERIC_MESSAGE');

2626: l_mesg := l_msg_data;
2627: END IF;
2628:
2629: --Now set the message token
2630: FND_MESSAGE.SET_NAME('AR', 'GENERIC_MESSAGE');
2631: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT', l_mesg);
2632:
2633: RAISE ram_api_error;
2634:

Line 2631: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT', l_mesg);

2627: END IF;
2628:
2629: --Now set the message token
2630: FND_MESSAGE.SET_NAME('AR', 'GENERIC_MESSAGE');
2631: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT', l_mesg);
2632:
2633: RAISE ram_api_error;
2634:
2635: END IF; --rev adj gl dist table exists and success from api

Line 2785: fnd_message.set_name('AR','AR_INVALID_TAX_ACCOUNT');

2781: WHEN invalid_ccid_error THEN
2782: IF PG_DEBUG in ('Y', 'C') THEN
2783: arp_standard.debug('Invalid Tax ccid - ARP_ALLOCATION_PKG.Get_Invoice_Distributions' );
2784: END IF;
2785: fnd_message.set_name('AR','AR_INVALID_TAX_ACCOUNT');
2786: RAISE;
2787:
2788: WHEN ram_api_error THEN
2789: IF PG_DEBUG in ('Y', 'C') THEN

Line 3889: fnd_message.set_name('AR','AR_ROUNDING_ERROR');

3885: WHEN rounding_error THEN
3886: IF PG_DEBUG in ('Y', 'C') THEN
3887: arp_standard.debug('Rounding error: ARP_ALLOCATION_PKG.Init_Amts');
3888: END IF;
3889: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
3890: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.INIT_AMTS');
3891: RAISE;
3892:
3893: WHEN OTHERS THEN

Line 3890: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.INIT_AMTS');

3886: IF PG_DEBUG in ('Y', 'C') THEN
3887: arp_standard.debug('Rounding error: ARP_ALLOCATION_PKG.Init_Amts');
3888: END IF;
3889: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
3890: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.INIT_AMTS');
3891: RAISE;
3892:
3893: WHEN OTHERS THEN
3894: IF PG_DEBUG in ('Y', 'C') THEN

Line 4673: fnd_message.set_name('AR','AR_ROUNDING_ERROR');

4669: WHEN rounding_error THEN
4670: IF PG_DEBUG in ('Y', 'C') THEN
4671: arp_standard.debug('Rounding Error: ARP_ALLOCATION_PKG.Alloc_Rev_Tax_Amt' );
4672: END IF;
4673: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
4674: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.ALLOC_REV_TAX_AMT');
4675: RAISE;
4676:
4677: WHEN OTHERS THEN

Line 4674: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.ALLOC_REV_TAX_AMT');

4670: IF PG_DEBUG in ('Y', 'C') THEN
4671: arp_standard.debug('Rounding Error: ARP_ALLOCATION_PKG.Alloc_Rev_Tax_Amt' );
4672: END IF;
4673: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
4674: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.ALLOC_REV_TAX_AMT');
4675: RAISE;
4676:
4677: WHEN OTHERS THEN
4678: IF PG_DEBUG in ('Y', 'C') THEN

Line 5296: fnd_message.set_name('AR','AR_ROUNDING_ERROR');

5292: WHEN rounding_error THEN
5293: IF PG_DEBUG in ('Y', 'C') THEN
5294: arp_standard.debug('Allocate_Tax_To_Rev: ' || 'Rounding Error: ARP_ALLOCATION_PKG.Alloc_Tax_To_Rev' );
5295: END IF;
5296: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
5297: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.ALLOC_TAX_TO_REV');
5298: RAISE;
5299:
5300: WHEN OTHERS THEN

Line 5297: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.ALLOC_TAX_TO_REV');

5293: IF PG_DEBUG in ('Y', 'C') THEN
5294: arp_standard.debug('Allocate_Tax_To_Rev: ' || 'Rounding Error: ARP_ALLOCATION_PKG.Alloc_Tax_To_Rev' );
5295: END IF;
5296: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
5297: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.ALLOC_TAX_TO_REV');
5298: RAISE;
5299:
5300: WHEN OTHERS THEN
5301: IF PG_DEBUG in ('Y', 'C') THEN

Line 6015: fnd_message.set_name('AR','AR_INVALID_TAX_ACCOUNT');

6011:
6012: EXCEPTION
6013: WHEN invalid_ccid_error THEN
6014: arp_standard.debug('Invalid Tax ccid - ARP_ALLOCATION_PKG.Build_Rev' );
6015: fnd_message.set_name('AR','AR_INVALID_TAX_ACCOUNT');
6016: RAISE;
6017:
6018: WHEN OTHERS THEN
6019: arp_standard.debug('EXCEPTION: ARP_ALLOCATION_PKG.Build_Rev');

Line 7239: fnd_message.set_name('AR','AR_INVALID_TAX_ACCOUNT');

7235:
7236: EXCEPTION
7237: WHEN invalid_ccid_error THEN
7238: arp_standard.debug('Invalid Tax ccid - ARP_ALLOCATION_PKG.Build_Tax' );
7239: fnd_message.set_name('AR','AR_INVALID_TAX_ACCOUNT');
7240: RAISE;
7241:
7242: WHEN OTHERS THEN
7243: arp_standard.debug('EXCEPTION: ARP_ALLOCATION_PKG.Build_Tax');

Line 7544: fnd_message.set_name('AR','AR_FLEX_CCID_ERROR');

7540: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Original CCID ' || p_original_ccid);
7541: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Substitute CCID ' || p_subs_ccid);
7542: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Actual CCID ' || l_actual_gain_loss_ccid);
7543: END IF;
7544: fnd_message.set_name('AR','AR_FLEX_CCID_ERROR');
7545: fnd_message.set_token('COA',TO_CHAR(p_coa_id));
7546: fnd_message.set_token('ORG_CCID',TO_CHAR(p_original_ccid));
7547: fnd_message.set_token('SUB_CCID',TO_CHAR(p_subs_ccid));
7548: RAISE;

Line 7545: fnd_message.set_token('COA',TO_CHAR(p_coa_id));

7541: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Substitute CCID ' || p_subs_ccid);
7542: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Actual CCID ' || l_actual_gain_loss_ccid);
7543: END IF;
7544: fnd_message.set_name('AR','AR_FLEX_CCID_ERROR');
7545: fnd_message.set_token('COA',TO_CHAR(p_coa_id));
7546: fnd_message.set_token('ORG_CCID',TO_CHAR(p_original_ccid));
7547: fnd_message.set_token('SUB_CCID',TO_CHAR(p_subs_ccid));
7548: RAISE;
7549:

Line 7546: fnd_message.set_token('ORG_CCID',TO_CHAR(p_original_ccid));

7542: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Actual CCID ' || l_actual_gain_loss_ccid);
7543: END IF;
7544: fnd_message.set_name('AR','AR_FLEX_CCID_ERROR');
7545: fnd_message.set_token('COA',TO_CHAR(p_coa_id));
7546: fnd_message.set_token('ORG_CCID',TO_CHAR(p_original_ccid));
7547: fnd_message.set_token('SUB_CCID',TO_CHAR(p_subs_ccid));
7548: RAISE;
7549:
7550: WHEN OTHERS THEN

Line 7547: fnd_message.set_token('SUB_CCID',TO_CHAR(p_subs_ccid));

7543: END IF;
7544: fnd_message.set_name('AR','AR_FLEX_CCID_ERROR');
7545: fnd_message.set_token('COA',TO_CHAR(p_coa_id));
7546: fnd_message.set_token('ORG_CCID',TO_CHAR(p_original_ccid));
7547: fnd_message.set_token('SUB_CCID',TO_CHAR(p_subs_ccid));
7548: RAISE;
7549:
7550: WHEN OTHERS THEN
7551: IF PG_DEBUG in ('Y', 'C') THEN