DBA Data[Home] [Help]

APPS.ARP_ALLOCATION_PKG dependencies on FND_MESSAGE

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

2340: l_mesg := l_msg_data;
2341: END IF;
2342:
2343: --Now set the message token
2344: FND_MESSAGE.SET_NAME('AR', 'GENERIC_MESSAGE');
2345: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT', l_mesg);
2346:
2347: RAISE ram_api_error;
2348:

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

2341: END IF;
2342:
2343: --Now set the message token
2344: FND_MESSAGE.SET_NAME('AR', 'GENERIC_MESSAGE');
2345: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT', l_mesg);
2346:
2347: RAISE ram_api_error;
2348:
2349: END IF; --rev adj gl dist table exists and success from api

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

2495: WHEN invalid_ccid_error THEN
2496: IF PG_DEBUG in ('Y', 'C') THEN
2497: arp_standard.debug('Invalid Tax ccid - ARP_ALLOCATION_PKG.Get_Invoice_Distributions' );
2498: END IF;
2499: fnd_message.set_name('AR','AR_INVALID_TAX_ACCOUNT');
2500: RAISE;
2501:
2502: WHEN ram_api_error THEN
2503: IF PG_DEBUG in ('Y', 'C') THEN

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

3599: WHEN rounding_error THEN
3600: IF PG_DEBUG in ('Y', 'C') THEN
3601: arp_standard.debug('Rounding error: ARP_ALLOCATION_PKG.Init_Amts');
3602: END IF;
3603: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
3604: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.INIT_AMTS');
3605: RAISE;
3606:
3607: WHEN OTHERS THEN

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

3600: IF PG_DEBUG in ('Y', 'C') THEN
3601: arp_standard.debug('Rounding error: ARP_ALLOCATION_PKG.Init_Amts');
3602: END IF;
3603: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
3604: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.INIT_AMTS');
3605: RAISE;
3606:
3607: WHEN OTHERS THEN
3608: IF PG_DEBUG in ('Y', 'C') THEN

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

4383: WHEN rounding_error THEN
4384: IF PG_DEBUG in ('Y', 'C') THEN
4385: arp_standard.debug('Rounding Error: ARP_ALLOCATION_PKG.Alloc_Rev_Tax_Amt' );
4386: END IF;
4387: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
4388: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.ALLOC_REV_TAX_AMT');
4389: RAISE;
4390:
4391: WHEN OTHERS THEN

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

4384: IF PG_DEBUG in ('Y', 'C') THEN
4385: arp_standard.debug('Rounding Error: ARP_ALLOCATION_PKG.Alloc_Rev_Tax_Amt' );
4386: END IF;
4387: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
4388: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.ALLOC_REV_TAX_AMT');
4389: RAISE;
4390:
4391: WHEN OTHERS THEN
4392: IF PG_DEBUG in ('Y', 'C') THEN

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

5006: WHEN rounding_error THEN
5007: IF PG_DEBUG in ('Y', 'C') THEN
5008: arp_standard.debug('Allocate_Tax_To_Rev: ' || 'Rounding Error: ARP_ALLOCATION_PKG.Alloc_Tax_To_Rev' );
5009: END IF;
5010: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
5011: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.ALLOC_TAX_TO_REV');
5012: RAISE;
5013:
5014: WHEN OTHERS THEN

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

5007: IF PG_DEBUG in ('Y', 'C') THEN
5008: arp_standard.debug('Allocate_Tax_To_Rev: ' || 'Rounding Error: ARP_ALLOCATION_PKG.Alloc_Tax_To_Rev' );
5009: END IF;
5010: fnd_message.set_name('AR','AR_ROUNDING_ERROR');
5011: fnd_message.set_token('ROUTINE','ARP_ALLOCATION_PKG.ALLOC_TAX_TO_REV');
5012: RAISE;
5013:
5014: WHEN OTHERS THEN
5015: IF PG_DEBUG in ('Y', 'C') THEN

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

5721:
5722: EXCEPTION
5723: WHEN invalid_ccid_error THEN
5724: arp_standard.debug('Invalid Tax ccid - ARP_ALLOCATION_PKG.Build_Rev' );
5725: fnd_message.set_name('AR','AR_INVALID_TAX_ACCOUNT');
5726: RAISE;
5727:
5728: WHEN OTHERS THEN
5729: arp_standard.debug('EXCEPTION: ARP_ALLOCATION_PKG.Build_Rev');

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

6944:
6945: EXCEPTION
6946: WHEN invalid_ccid_error THEN
6947: arp_standard.debug('Invalid Tax ccid - ARP_ALLOCATION_PKG.Build_Tax' );
6948: fnd_message.set_name('AR','AR_INVALID_TAX_ACCOUNT');
6949: RAISE;
6950:
6951: WHEN OTHERS THEN
6952: arp_standard.debug('EXCEPTION: ARP_ALLOCATION_PKG.Build_Tax');

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

7249: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Original CCID ' || p_original_ccid);
7250: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Substitute CCID ' || p_subs_ccid);
7251: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Actual CCID ' || l_actual_gain_loss_ccid);
7252: END IF;
7253: fnd_message.set_name('AR','AR_FLEX_CCID_ERROR');
7254: fnd_message.set_token('COA',TO_CHAR(p_coa_id));
7255: fnd_message.set_token('ORG_CCID',TO_CHAR(p_original_ccid));
7256: fnd_message.set_token('SUB_CCID',TO_CHAR(p_subs_ccid));
7257: RAISE;

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

7250: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Substitute CCID ' || p_subs_ccid);
7251: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Actual CCID ' || l_actual_gain_loss_ccid);
7252: END IF;
7253: fnd_message.set_name('AR','AR_FLEX_CCID_ERROR');
7254: fnd_message.set_token('COA',TO_CHAR(p_coa_id));
7255: fnd_message.set_token('ORG_CCID',TO_CHAR(p_original_ccid));
7256: fnd_message.set_token('SUB_CCID',TO_CHAR(p_subs_ccid));
7257: RAISE;
7258:

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

7251: arp_standard.debug('Substitute_Ccid: ' || 'Flexbuilder error: Actual CCID ' || l_actual_gain_loss_ccid);
7252: END IF;
7253: fnd_message.set_name('AR','AR_FLEX_CCID_ERROR');
7254: fnd_message.set_token('COA',TO_CHAR(p_coa_id));
7255: fnd_message.set_token('ORG_CCID',TO_CHAR(p_original_ccid));
7256: fnd_message.set_token('SUB_CCID',TO_CHAR(p_subs_ccid));
7257: RAISE;
7258:
7259: WHEN OTHERS THEN

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

7252: END IF;
7253: fnd_message.set_name('AR','AR_FLEX_CCID_ERROR');
7254: fnd_message.set_token('COA',TO_CHAR(p_coa_id));
7255: fnd_message.set_token('ORG_CCID',TO_CHAR(p_original_ccid));
7256: fnd_message.set_token('SUB_CCID',TO_CHAR(p_subs_ccid));
7257: RAISE;
7258:
7259: WHEN OTHERS THEN
7260: IF PG_DEBUG in ('Y', 'C') THEN