DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on ARP_CASH_RECEIPTS_PKG

Line 1635: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);

1631: arp_util.debug('Apply: ' || 'l_customer_trx_line_id : '||to_char(l_customer_trx_line_id));
1632: END IF;
1633:
1634: --lock the receipt before calling the entity handler
1635: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
1636:
1637: /* Bug 4042420: lock the payment schedule of the applied transaction */
1638: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
1639:

Line 2630: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);

2626: arp_util.debug('Apply_In_Detail: ' || 'l_customer_trx_line_id : '||to_char(l_customer_trx_line_id));
2627: END IF;
2628:
2629: --lock the receipt before calling the entity handler
2630: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
2631:
2632: -- lock the payment schedule of the applied transaction
2633: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
2634:

Line 3265: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);

3261:
3262:
3263:
3264: --lock the receipt before calling the entity handler
3265: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
3266:
3267: BEGIN
3268: --call the entity handler.
3269: arp_process_application.reverse(

Line 3684: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);

3680:
3681: -- update cash receipt with authorization code and
3682: -- payment server order id (tangible id)
3683:
3684: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
3685: l_cr_rec.approval_code := l_reqresp_rec.authcode;
3686: l_cr_rec.payment_server_order_num := l_tangible_rec.tangible_id;
3687: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
3688:

Line 3687: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);

3683:
3684: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
3685: l_cr_rec.approval_code := l_reqresp_rec.authcode;
3686: l_cr_rec.payment_server_order_num := l_tangible_rec.tangible_id;
3687: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
3688:
3689: IF PG_DEBUG in ('Y', 'C') THEN
3690: arp_standard.debug('Apply: ' || 'CR rec updated with payment server auth code');
3691: END IF;

Line 4022: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);

4018: where TRXN_EXTENSION_ID = p_payment_trxn_extension_id;
4019:
4020: arp_standard.debug ( 'the value of auth_id is = ' || l_auth_id);
4021:
4022: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
4023:
4024: l_cr_rec.approval_code := 'AR'||to_char(l_auth_Id);
4025:
4026: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);

Line 4026: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);

4022: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
4023:
4024: l_cr_rec.approval_code := 'AR'||to_char(l_auth_Id);
4025:
4026: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
4027:
4028: arp_standard.debug('CR rec updated with auth_id and auth code ');
4029: end if;
4030:

Line 4106: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);

4102:
4103: IF (l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
4104: -- update cash receipt with authorization code and
4105:
4106: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
4107: l_cr_rec.approval_code := l_authresult_rec.Auth_code ||'AR'||to_char(l_authresult_rec.Auth_Id);
4108:
4109: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
4110:

Line 4109: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);

4105:
4106: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
4107: l_cr_rec.approval_code := l_authresult_rec.Auth_code ||'AR'||to_char(l_authresult_rec.Auth_Id);
4108:
4109: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
4110:
4111: IF PG_DEBUG in ('Y', 'C') THEN
4112: arp_standard.debug('CR rec updated with auth_id and auth code ');
4113: END IF;

Line 5505: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);

5501:
5502: -- get cash receipt record:
5503:
5504: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
5505: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);
5506:
5507: -- get payment schedule record for cash receipt.
5508: IF p_type = 'CASH' THEN
5509: arp_proc_rct_util.get_ps_rec(l_cr_rec.cash_receipt_id,

Line 6447: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);

6443: Return;
6444: END IF;
6445:
6446: --lock the receipt before calling the entity handler
6447: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
6448:
6449: --call the entity handler
6450: BEGIN
6451:

Line 6810: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);

6806: arp_util.debug('Unapply_on_account: ' || 'l_reversal_gl_date :'||to_char(l_reversal_gl_date,'DD-MON-YY'));
6807: END IF;
6808:
6809: --lock the receipt before calling the entity handler
6810: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
6811:
6812:
6813: --call the entity handler.
6814: BEGIN

Line 7182: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);

7178: arp_util.debug('Unapply_other_account: ' || 'l_reversal_gl_date :'||to_char(l_reversal_gl_date,'DD-MON-YY'));
7179: END IF;
7180:
7181: --lock the receipt before calling the entity handler
7182: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
7183:
7184:
7185: --call the entity handler.
7186: BEGIN

Line 8213: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);

8209: arp_util.debug('Activity_Unapplication: ' || 'l_reversal_gl_date :'||to_char(l_reversal_gl_date,'DD-MON-YY'));
8210: END IF;
8211:
8212: --lock the receipt before calling the entity handler
8213: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
8214:
8215:
8216: --call the entity handler.
8217: BEGIN

Line 8648: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);

8644: Return;
8645: END IF;
8646:
8647: --lock the receipt before calling the entity handler
8648: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
8649:
8650: --call the entity handler
8651: BEGIN
8652: arp_process_application.other_account_application (

Line 9951: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);

9947: arp_util.debug('l_apply_gl_date : '||to_char(l_apply_gl_date,'DD-MON-YY'));
9948: END IF;
9949:
9950: --lock both receipts before calling the entity handlers
9951: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
9952: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_open_cash_receipt_id);
9953:
9954: /*-------------------------------+
9955: | |

Line 9952: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_open_cash_receipt_id);

9948: END IF;
9949:
9950: --lock both receipts before calling the entity handlers
9951: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
9952: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_open_cash_receipt_id);
9953:
9954: /*-------------------------------+
9955: | |
9956: | Unapply open receipt |