DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on FND_MESSAGE

Line 307: FND_MESSAGE.set_name( 'AR' , 'AR_BR_CANNOT_COMPLETE' );

303:
304: -- The values are based on FND_API. S, E, U (Success, Error, Unexpected
305: IF x_return_status <> 'S'
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;

Line 308: FND_MESSAGE.set_token( 'BRNUM' , l_trx_rec.trx_number);

304: -- The values are based on FND_API. S, E, U (Success, Error, Unexpected
305: IF x_return_status <> 'S'
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:

Line 361: FND_MESSAGE.set_name( 'AR' , 'AR_BR_CANNOT_COMPLETE' );

357: THEN
358: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 362: FND_MESSAGE.set_token( 'BRNUM' , l_trx_rec.trx_number);

358: IF PG_DEBUG in ('Y', 'C') THEN
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);

Line 665: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_INCOMPLETE' );

661: THEN
662: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 666: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

662: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 969: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_ACCEPT' );

965: THEN
966: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 970: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

966: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 997: l_mesg := arp_standard.FND_MESSAGE('AR_BR_SPMENU_ACCEPTANCE');

993: /*-----------------------------------------------+
994: | Data Validation |
995: +-----------------------------------------------*/
996:
997: l_mesg := arp_standard.FND_MESSAGE('AR_BR_SPMENU_ACCEPTANCE');
998: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
999:
1000: l_trh_rec.trx_date := l_trx_date ;
1001: l_trh_rec.gl_date := l_gl_date ;

Line 1246: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_HOLD' );

1242: THEN
1243: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 1247: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

1243: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 1517: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_UNHOLD' );

1513: THEN
1514: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 1518: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

1514: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 1758: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_SELECT_REMIT' );

1754: THEN
1755: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 1759: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

1755: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 1923: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_DESELECT_REMIT' );

1919: THEN
1920: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 1924: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

1920: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 2083: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_DESELECT_REMIT' );

2079: THEN
2080: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 2084: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

2080: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 2237: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_APPROVE' );

2233: THEN
2234: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 2238: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

2234: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 2327: FND_MESSAGE.set_name ( 'AR', 'AR_BR_INVALID_REMIT_METHOD');

2323:
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:

Line 2553: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_CANCEL' );

2549: THEN
2550: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 2554: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

2550: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 2582: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_CANCEL');

2578: /*-----------------------------------------------+
2579: | Data Validation |
2580: +-----------------------------------------------*/
2581:
2582: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_CANCEL');
2583: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
2584:
2585: l_trh_rec.trx_date := l_trx_date ;
2586: l_trh_rec.gl_date := l_gl_date ;

Line 2880: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_UNPAID' );

2876: THEN
2877: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 2881: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

2877: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 2910: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNPAID');

2906: /*-----------------------------------------------+
2907: | Data Validation |
2908: +-----------------------------------------------*/
2909:
2910: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNPAID');
2911: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
2912:
2913: l_trh_rec.trx_date := l_trx_date ;
2914: l_trh_rec.gl_date := l_gl_date ;

Line 3183: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_ENDORSE' );

3179: THEN
3180: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 3184: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

3180: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 3219: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ENDORSE');

3215: /*----------------------------------------------+
3216: | Data Validation |
3217: +-----------------------------------------------*/
3218:
3219: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ENDORSE');
3220: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
3221:
3222: l_trh_rec.trx_date := l_trx_date ;
3223: l_trh_rec.gl_date := l_gl_date ;

Line 3555: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_PROTEST' );

3551: THEN
3552: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 3556: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

3552: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 3575: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_PROTEST');

3571: /*-----------------------------------------------+
3572: | Data validation |
3573: +-----------------------------------------------*/
3574:
3575: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_PROTEST');
3576: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, NULL, l_trh_rec, l_mesg);
3577:
3578: l_trh_rec.trx_date := l_trx_date;
3579: l_trh_rec.comments := p_protest_comments;

Line 3817: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_RESTATE' );

3813: THEN
3814: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 3818: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

3814: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 3840: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RESTATE');

3836: /*----------------------------------------------+
3837: | Data validation |
3838: +-----------------------------------------------*/
3839:
3840: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RESTATE');
3841: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
3842:
3843: l_trh_rec.trx_date := l_trx_date ;
3844: l_trh_rec.gl_date := l_gl_date ;

Line 4096: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_RECALL' );

4092: THEN
4093: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 4097: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

4093: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 4119: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RECALL');

4115: /*----------------------------------------------+
4116: | Data Validation |
4117: +-----------------------------------------------*/
4118:
4119: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RECALL');
4120: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4121:
4122: l_trh_rec.trx_date := l_trx_date ;
4123: l_trh_rec.gl_date := l_gl_date ;

Line 4423: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_ELIMINATE' );

4419: THEN
4420: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 4424: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

4420: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 4453: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ELIMINATE');

4449: /*----------------------------------------------+
4450: | Data validation |
4451: +-----------------------------------------------*/
4452:
4453: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ELIMINATE');
4454: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4455:
4456: l_trh_rec.trx_date := l_trx_date;
4457: l_trh_rec.gl_date := l_gl_date;

Line 4763: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_UNELIMINATE' );

4759: THEN
4760: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 4764: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

4760: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 4811: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNELIMINATE');

4807: /*----------------------------------------------+
4808: | Data validation |
4809: +-----------------------------------------------*/
4810:
4811: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNELIMINATE');
4812: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4813:
4814: l_trh_rec.trx_date := l_trx_date ;
4815: l_trh_rec.gl_date := l_gl_date ;

Line 5127: FND_MESSAGE.set_name ( 'AR', 'AR_BR_CANNOT_EXCHANGE' );

5123: THEN
5124: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 5128: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

5124: IF PG_DEBUG in ('Y', 'C') THEN
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: