DBA Data[Home] [Help]

APPS.ARP_BALANCE_CHECK dependencies on APP_EXCEPTION

Line 137: app_exception.raise_exception;

133: IF PG_DEBUG in ('Y', 'C') THEN
134: arp_standard.debug('ARP_BALANCE_CHK.Check_Transaction_Balance - OUT_OF_BALANCE');
135: END IF;
136: fnd_message.set_name('AR','AR_AMOUNTS_NO_MATCH');
137: app_exception.raise_exception;
138: WHEN NO_DATA_FOUND THEN
139: /* Case for invoice with rules */
140: IF PG_DEBUG in ('Y', 'C') THEN
141: arp_standard.debug( 'ARP_BALANCE_CHK.Check_Transaction_Balance - NO_DATA_FOUND' );

Line 283: app_exception.raise_exception;

279: IF PG_DEBUG in ('Y', 'C') THEN
280: arp_standard.debug('ARP_BALANCE_CHK.CHECK_RECP_BALANCE - OUT_OF_BALANCE');
281: END IF;
282: fnd_message.set_name('AR','AR_AMOUNTS_NO_MATCH');
283: app_exception.raise_exception;
284:
285: WHEN OTHERS THEN
286: IF PG_DEBUG in ('Y', 'C') THEN
287: arp_standard.debug('ARP_BALANCE_CHK.CHECK_RECP_BALANCE - OTHERS');

Line 410: app_exception.raise_exception;

406: arp_standard.debug('Acctd Amount Debit = '||l_acctd_amt_dr);
407: arp_standard.debug('Acctd AmountCredit = '||l_acctd_amt_cr);
408: END IF;
409: fnd_message.set_name('AR','AR_AMOUNTS_NO_MATCH');
410: app_exception.raise_exception;
411:
412: WHEN amount_mismatch THEN
413: IF PG_DEBUG in ('Y', 'C') THEN
414: arp_standard.debug('ARP_BALANCE_CHK.CHECK_ADJ_BALANCE -AMOUNT_MISMATCH');

Line 420: app_exception.raise_exception;

416: arp_standard.debug('Amount = '||l_amount);
417: arp_standard.debug('Sum of Buckets = '||l_calc_amount);
418: END IF;
419: fnd_message.set_name('AR','AR_ADJ_AMT_NO_MATCH');
420: app_exception.raise_exception;
421: WHEN OTHERS THEN
422: IF PG_DEBUG in ('Y', 'C') THEN
423: arp_standard.debug('ARP_BALANCE_CHK.CHECK_RECP_BALANCE - OTHERS');
424: END IF;

Line 520: app_exception.raise_exception;

516: arp_standard.debug('Acctd Amount Debit = '||l_acctd_amt_dr);
517: arp_standard.debug('Acctd AmountCredit = '||l_acctd_amt_cr);
518: END IF;
519: fnd_message.set_name('AR','AR_AMOUNTS_NO_MATCH');
520: app_exception.raise_exception;
521: WHEN OTHERS THEN
522: IF PG_DEBUG in ('Y', 'C') THEN
523: arp_standard.debug('ARP_BALANCE_CHK.CHECK_APPLN_BALANCE - OTHERS');
524: END IF;

Line 631: app_exception.raise_exception;

627: arp_standard.debug('Acctd Amount Debit = '||l_acctd_amt_dr);
628: arp_standard.debug('Acctd AmountCredit = '||l_acctd_amt_cr);
629: END IF;
630: fnd_message.set_name('AR','AR_AMOUNTS_NO_MATCH');
631: app_exception.raise_exception;
632: WHEN OTHERS THEN
633: IF PG_DEBUG in ('Y', 'C') THEN
634: arp_standard.debug('ARP_BALANCE_CHK.CHECK_APPLN_BALANCE - OTHERS -> for Receipt Applications');
635: END IF;