DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on ARP_STANDARD

Line 262: arp_standard.debug('Defaulting instrument Assign Id. ');

258: where customer_trx_id = p_customer_trx_id;
259:
260: if l_payment_trxn_extension_id is null then
261: If substr(l_created_from,1,8) = 'ARBRCBAT' then
262: arp_standard.debug('Defaulting instrument Assign Id. ');
263:
264: /* Bug724495, Bills Receivable batch program will create BR based on
265: the drawee bank account (instr_assign_id) irrespective of receipt
266: method set to One Per Customer or Per Customer Due Date or Per

Line 286: arp_standard.debug('Assign Id Value: ' ||l_instr_id );

282: End;
283: Else
284: l_instr_id := Null;
285: End IF;
286: arp_standard.debug('Assign Id Value: ' ||l_instr_id );
287:
288: AR_BILLS_CREATION_PUB.create_br_trxn_extension(
289: p_api_version => 1.0,
290: p_init_msg_list => p_init_msg_list,

Line 309: arp_standard.debug('Call to AR_BILLS_CREATION_PUB.create_br_trxn_extension Errored');

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:
313: update ra_customer_trx

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 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 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 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 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 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 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 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 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 ;