DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on APP_EXCEPTION

Line 321: app_exception.raise_exception;

317: THEN
318: FND_MESSAGE.set_name( 'AR' , 'AR_BR_CANNOT_COMPLETE' );
319: FND_MESSAGE.set_token( 'BRNUM' , l_trx_rec.trx_number);
320: arp_standard.debug('Call to AR_BILLS_CREATION_PUB.create_br_trxn_extension Errored');
321: app_exception.raise_exception;
322: END IF;
323:
324: update ra_customer_trx
325: set payment_trxn_extension_id = l_payment_trxn_extension_id

Line 374: app_exception.raise_exception;

370: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
371: END IF;
372: FND_MESSAGE.set_name( 'AR' , 'AR_BR_CANNOT_COMPLETE' );
373: FND_MESSAGE.set_token( 'BRNUM' , l_trx_rec.trx_number);
374: app_exception.raise_exception;
375: END IF;
376:
377: ARP_CT_PKG.lock_fetch_p (l_trx_rec, p_customer_trx_id);
378:

Line 678: app_exception.raise_exception;

674: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
675: END IF;
676: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_INCOMPLETE' );
677: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
678: app_exception.raise_exception;
679: END IF;
680:
681:
682:

Line 982: app_exception.raise_exception;

978: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
979: END IF;
980: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_ACCEPT' );
981: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
982: app_exception.raise_exception;
983: END IF;
984:
985:
986: /*-----------------------------------------------+

Line 1259: app_exception.raise_exception;

1255: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
1256: END IF;
1257: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_HOLD' );
1258: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
1259: app_exception.raise_exception;
1260: END IF;
1261:
1262:
1263:

Line 1530: app_exception.raise_exception;

1526: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
1527: END IF;
1528: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_UNHOLD' );
1529: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
1530: app_exception.raise_exception;
1531: END IF;
1532:
1533:
1534: /*-----------------------------------------------+

Line 1771: app_exception.raise_exception;

1767: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_ps_rec.customer_trx_id);
1768: END IF;
1769: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_SELECT_REMIT' );
1770: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
1771: app_exception.raise_exception;
1772: END IF;
1773:
1774:
1775:

Line 1936: app_exception.raise_exception;

1932: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_ps_rec.customer_trx_id);
1933: END IF;
1934: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_DESELECT_REMIT' );
1935: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
1936: app_exception.raise_exception;
1937: END IF;
1938:
1939:
1940: /*-----------------------------------------------+

Line 2096: app_exception.raise_exception;

2092: arp_util.debug('Cancel_BR_Remit: ' || '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_ps_rec.customer_trx_id);
2093: END IF;
2094: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_DESELECT_REMIT' );
2095: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
2096: app_exception.raise_exception;
2097: END IF;
2098:
2099:
2100: /*-----------------------------------------------+

Line 2250: app_exception.raise_exception;

2246: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_ps_rec.customer_trx_id);
2247: END IF;
2248: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_APPROVE' );
2249: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
2250: app_exception.raise_exception;
2251: END IF;
2252:
2253:
2254: /*-----------------------------------------------+

Line 2339: app_exception.raise_exception;

2335: IF PG_DEBUG in ('Y', 'C') THEN
2336: arp_util.debug( '>>>>>>>>>> The remittance method : ' || l_batch_rec.remit_method_code || 'Recourse Flag : ' || l_batch_rec.with_recourse_flag || ' is not handled');
2337: END IF;
2338: FND_MESSAGE.set_name ( 'AR', 'AR_BR_INVALID_REMIT_METHOD');
2339: app_exception.raise_exception;
2340:
2341: END IF;
2342:
2343:

Line 2566: app_exception.raise_exception;

2562: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
2563: END IF;
2564: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_CANCEL' );
2565: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
2566: app_exception.raise_exception;
2567: END IF;
2568:
2569:
2570:

Line 2893: app_exception.raise_exception;

2889: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
2890: END IF;
2891: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_UNPAID' );
2892: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
2893: app_exception.raise_exception;
2894: END IF;
2895:
2896:
2897: /*-----------------------------------------------+

Line 3196: app_exception.raise_exception;

3192: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
3193: END IF;
3194: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_ENDORSE' );
3195: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
3196: app_exception.raise_exception;
3197: END IF;
3198:
3199:
3200: /*-----------------------------------------------+

Line 3568: app_exception.raise_exception;

3564: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
3565: END IF;
3566: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_PROTEST' );
3567: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
3568: app_exception.raise_exception;
3569: END IF;
3570:
3571:
3572: /*-----------------------------------------------+

Line 3830: app_exception.raise_exception;

3826: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
3827: END IF;
3828: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_RESTATE' );
3829: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
3830: app_exception.raise_exception;
3831: END IF;
3832:
3833:
3834: /*----------------------------------------------+

Line 4109: app_exception.raise_exception;

4105: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
4106: END IF;
4107: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_RECALL' );
4108: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
4109: app_exception.raise_exception;
4110: END IF;
4111:
4112:
4113: /*----------------------------------------------+

Line 4436: app_exception.raise_exception;

4432: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_trx_rec.trx_number);
4433: END IF;
4434: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_ELIMINATE' );
4435: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
4436: app_exception.raise_exception;
4437: END IF;
4438:
4439:
4440: /*----------------------------------------------+

Line 4776: app_exception.raise_exception;

4772: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || l_trx_rec.trx_number);
4773: END IF;
4774: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_UNELIMINATE' );
4775: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
4776: app_exception.raise_exception;
4777: END IF;
4778:
4779:
4780: /*----------------------------------------------+

Line 5140: app_exception.raise_exception;

5136: arp_util.debug( '>>>>>>>>>> The action ' || l_action || ' is not allowed on the BR ' || p_customer_trx_id);
5137: END IF;
5138: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_EXCHANGE' );
5139: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
5140: app_exception.raise_exception;
5141: END IF;
5142:
5143:
5144: