DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on FND_MESSAGE

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1004: /*-----------------------------------------------+
1005: | Data Validation |
1006: +-----------------------------------------------*/
1007:
1008: l_mesg := arp_standard.FND_MESSAGE('AR_BR_SPMENU_ACCEPTANCE');
1009: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
1010:
1011: l_trh_rec.trx_date := l_trx_date ;
1012: l_trh_rec.gl_date := l_gl_date ;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2589: /*-----------------------------------------------+
2590: | Data Validation |
2591: +-----------------------------------------------*/
2592:
2593: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_CANCEL');
2594: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
2595:
2596: l_trh_rec.trx_date := l_trx_date ;
2597: l_trh_rec.gl_date := l_gl_date ;

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

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

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

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

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

2917: /*-----------------------------------------------+
2918: | Data Validation |
2919: +-----------------------------------------------*/
2920:
2921: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNPAID');
2922: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
2923:
2924: l_trh_rec.trx_date := l_trx_date ;
2925: l_trh_rec.gl_date := l_gl_date ;

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

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

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

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

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

3226: /*----------------------------------------------+
3227: | Data Validation |
3228: +-----------------------------------------------*/
3229:
3230: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ENDORSE');
3231: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
3232:
3233: l_trh_rec.trx_date := l_trx_date ;
3234: l_trh_rec.gl_date := l_gl_date ;

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

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

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

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

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

3582: /*-----------------------------------------------+
3583: | Data validation |
3584: +-----------------------------------------------*/
3585:
3586: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_PROTEST');
3587: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, NULL, l_trh_rec, l_mesg);
3588:
3589: l_trh_rec.trx_date := l_trx_date;
3590: l_trh_rec.comments := p_protest_comments;

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

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

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

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

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

3847: /*----------------------------------------------+
3848: | Data validation |
3849: +-----------------------------------------------*/
3850:
3851: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RESTATE');
3852: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
3853:
3854: l_trh_rec.trx_date := l_trx_date ;
3855: l_trh_rec.gl_date := l_gl_date ;

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

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

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

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

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

4126: /*----------------------------------------------+
4127: | Data Validation |
4128: +-----------------------------------------------*/
4129:
4130: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RECALL');
4131: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4132:
4133: l_trh_rec.trx_date := l_trx_date ;
4134: l_trh_rec.gl_date := l_gl_date ;

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

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

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

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

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

4460: /*----------------------------------------------+
4461: | Data validation |
4462: +-----------------------------------------------*/
4463:
4464: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ELIMINATE');
4465: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4466:
4467: l_trh_rec.trx_date := l_trx_date;
4468: l_trh_rec.gl_date := l_gl_date;

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

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

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

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

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

4818: /*----------------------------------------------+
4819: | Data validation |
4820: +-----------------------------------------------*/
4821:
4822: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNELIMINATE');
4823: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4824:
4825: l_trh_rec.trx_date := l_trx_date ;
4826: l_trh_rec.gl_date := l_gl_date ;

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

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

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

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