DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on APP_EXCEPTION

Line 310: app_exception.raise_exception;

306: THEN
307: FND_MESSAGE.set_name( 'AR' , 'AR_BR_CANNOT_COMPLETE' );
308: FND_MESSAGE.set_token( 'BRNUM' , l_trx_rec.trx_number);
309: arp_standard.debug('Call to AR_BILLS_CREATION_PUB.create_br_trxn_extension Errored');
310: app_exception.raise_exception;
311: END IF;
312:
313: update ra_customer_trx
314: set payment_trxn_extension_id = l_payment_trxn_extension_id

Line 363: app_exception.raise_exception;

359: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
360: END IF;
361: FND_MESSAGE.set_name( 'AR' , 'AR_BR_CANNOT_COMPLETE' );
362: FND_MESSAGE.set_token( 'BRNUM' , l_trx_rec.trx_number);
363: app_exception.raise_exception;
364: END IF;
365:
366: ARP_CT_PKG.lock_fetch_p (l_trx_rec, p_customer_trx_id);
367:

Line 667: app_exception.raise_exception;

663: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
664: END IF;
665: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_INCOMPLETE' );
666: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
667: app_exception.raise_exception;
668: END IF;
669:
670:
671:

Line 971: app_exception.raise_exception;

967: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
968: END IF;
969: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_ACCEPT' );
970: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
971: app_exception.raise_exception;
972: END IF;
973:
974:
975: /*-----------------------------------------------+

Line 1248: app_exception.raise_exception;

1244: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
1245: END IF;
1246: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_HOLD' );
1247: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
1248: app_exception.raise_exception;
1249: END IF;
1250:
1251:
1252:

Line 1519: app_exception.raise_exception;

1515: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
1516: END IF;
1517: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_UNHOLD' );
1518: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
1519: app_exception.raise_exception;
1520: END IF;
1521:
1522:
1523: /*-----------------------------------------------+

Line 1760: app_exception.raise_exception;

1756: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_ps_rec.customer_trx_id);
1757: END IF;
1758: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_SELECT_REMIT' );
1759: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
1760: app_exception.raise_exception;
1761: END IF;
1762:
1763:
1764:

Line 1925: app_exception.raise_exception;

1921: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_ps_rec.customer_trx_id);
1922: END IF;
1923: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_DESELECT_REMIT' );
1924: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
1925: app_exception.raise_exception;
1926: END IF;
1927:
1928:
1929: /*-----------------------------------------------+

Line 2085: app_exception.raise_exception;

2081: arp_util.debug('Cancel_BR_Remit: ' || '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_ps_rec.customer_trx_id);
2082: END IF;
2083: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_DESELECT_REMIT' );
2084: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
2085: app_exception.raise_exception;
2086: END IF;
2087:
2088:
2089: /*-----------------------------------------------+

Line 2239: app_exception.raise_exception;

2235: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_ps_rec.customer_trx_id);
2236: END IF;
2237: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_APPROVE' );
2238: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
2239: app_exception.raise_exception;
2240: END IF;
2241:
2242:
2243: /*-----------------------------------------------+

Line 2328: app_exception.raise_exception;

2324: IF PG_DEBUG in ('Y', 'C') THEN
2325: arp_util.debug( '>>>>>>>>>> The remittance method : ' || l_batch_rec.remit_method_code || 'Recourse Flag : ' || l_batch_rec.with_recourse_flag || ' is not handled');
2326: END IF;
2327: FND_MESSAGE.set_name ( 'AR', 'AR_BR_INVALID_REMIT_METHOD');
2328: app_exception.raise_exception;
2329:
2330: END IF;
2331:
2332:

Line 2555: app_exception.raise_exception;

2551: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
2552: END IF;
2553: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_CANCEL' );
2554: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
2555: app_exception.raise_exception;
2556: END IF;
2557:
2558:
2559:

Line 2882: app_exception.raise_exception;

2878: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
2879: END IF;
2880: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_UNPAID' );
2881: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
2882: app_exception.raise_exception;
2883: END IF;
2884:
2885:
2886: /*-----------------------------------------------+

Line 3185: app_exception.raise_exception;

3181: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
3182: END IF;
3183: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_ENDORSE' );
3184: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
3185: app_exception.raise_exception;
3186: END IF;
3187:
3188:
3189: /*-----------------------------------------------+

Line 3557: app_exception.raise_exception;

3553: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
3554: END IF;
3555: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_PROTEST' );
3556: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
3557: app_exception.raise_exception;
3558: END IF;
3559:
3560:
3561: /*-----------------------------------------------+

Line 3819: app_exception.raise_exception;

3815: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
3816: END IF;
3817: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_RESTATE' );
3818: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
3819: app_exception.raise_exception;
3820: END IF;
3821:
3822:
3823: /*----------------------------------------------+

Line 4098: app_exception.raise_exception;

4094: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
4095: END IF;
4096: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_RECALL' );
4097: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
4098: app_exception.raise_exception;
4099: END IF;
4100:
4101:
4102: /*----------------------------------------------+

Line 4425: app_exception.raise_exception;

4421: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_trx_rec.trx_number);
4422: END IF;
4423: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_ELIMINATE' );
4424: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
4425: app_exception.raise_exception;
4426: END IF;
4427:
4428:
4429: /*----------------------------------------------+

Line 4765: app_exception.raise_exception;

4761: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_trx_rec.trx_number);
4762: END IF;
4763: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_UNELIMINATE' );
4764: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
4765: app_exception.raise_exception;
4766: END IF;
4767:
4768:
4769: /*----------------------------------------------+

Line 5129: app_exception.raise_exception;

5125: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
5126: END IF;
5127: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_EXCHANGE' );
5128: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
5129: app_exception.raise_exception;
5130: END IF;
5131:
5132:
5133: