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 297: arp_standard.debug('Assign Id Value: ' ||l_instr_id );

293: End;
294: Else
295: l_instr_id := Null;
296: End IF;
297: arp_standard.debug('Assign Id Value: ' ||l_instr_id );
298:
299: AR_BILLS_CREATION_PUB.create_br_trxn_extension(
300: p_api_version => 1.0,
301: p_init_msg_list => p_init_msg_list,

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

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

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