DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on ARP_CASH_RECEIPTS_PKG

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

1598: arp_util.debug('Apply: ' || 'l_customer_trx_line_id : '||to_char(l_customer_trx_line_id));
1599: END IF;
1600:
1601: --lock the receipt before calling the entity handler
1602: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
1603:
1604: /* Bug 4042420: lock the payment schedule of the applied transaction */
1605: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
1606:

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

2581: arp_util.debug('Apply_In_Detail: ' || 'l_customer_trx_line_id : '||to_char(l_customer_trx_line_id));
2582: END IF;
2583:
2584: --lock the receipt before calling the entity handler
2585: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
2586:
2587: -- lock the payment schedule of the applied transaction
2588: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
2589:

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

3215:
3216:
3217:
3218: --lock the receipt before calling the entity handler
3219: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
3220:
3221: BEGIN
3222: --call the entity handler.
3223: arp_process_application.reverse(

Line 3638: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);

3634:
3635: -- update cash receipt with authorization code and
3636: -- payment server order id (tangible id)
3637:
3638: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
3639: l_cr_rec.approval_code := l_reqresp_rec.authcode;
3640: l_cr_rec.payment_server_order_num := l_tangible_rec.tangible_id;
3641: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
3642:

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

3637:
3638: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
3639: l_cr_rec.approval_code := l_reqresp_rec.authcode;
3640: l_cr_rec.payment_server_order_num := l_tangible_rec.tangible_id;
3641: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
3642:
3643: IF PG_DEBUG in ('Y', 'C') THEN
3644: arp_standard.debug('Apply: ' || 'CR rec updated with payment server auth code');
3645: END IF;

Line 3965: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);

3961: where TRXN_EXTENSION_ID = p_payment_trxn_extension_id;
3962:
3963: arp_standard.debug ( 'the value of auth_id is = ' || l_auth_id);
3964:
3965: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
3966:
3967: l_cr_rec.approval_code := 'AR'||to_char(l_auth_Id);
3968:
3969: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);

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

3965: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
3966:
3967: l_cr_rec.approval_code := 'AR'||to_char(l_auth_Id);
3968:
3969: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
3970:
3971: arp_standard.debug('CR rec updated with auth_id and auth code ');
3972: end if;
3973:

Line 4044: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);

4040:
4041: IF (l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
4042: -- update cash receipt with authorization code and
4043:
4044: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
4045: l_cr_rec.approval_code := l_authresult_rec.Auth_code ||'AR'||to_char(l_authresult_rec.Auth_Id);
4046:
4047: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
4048:

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

4043:
4044: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
4045: l_cr_rec.approval_code := l_authresult_rec.Auth_code ||'AR'||to_char(l_authresult_rec.Auth_Id);
4046:
4047: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
4048:
4049: IF PG_DEBUG in ('Y', 'C') THEN
4050: arp_standard.debug('CR rec updated with auth_id and auth code ');
4051: END IF;

Line 5326: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);

5322:
5323: -- get cash receipt record:
5324:
5325: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
5326: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);
5327:
5328: -- get payment schedule record for cash receipt.
5329: IF p_type = 'CASH' THEN
5330: arp_proc_rct_util.get_ps_rec(l_cr_rec.cash_receipt_id,

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

6164: Return;
6165: END IF;
6166:
6167: --lock the receipt before calling the entity handler
6168: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
6169:
6170: --call the entity handler
6171: BEGIN
6172:

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

6527: arp_util.debug('Unapply_on_account: ' || 'l_reversal_gl_date :'||to_char(l_reversal_gl_date,'DD-MON-YY'));
6528: END IF;
6529:
6530: --lock the receipt before calling the entity handler
6531: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
6532:
6533:
6534: --call the entity handler.
6535: BEGIN

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

6899: arp_util.debug('Unapply_other_account: ' || 'l_reversal_gl_date :'||to_char(l_reversal_gl_date,'DD-MON-YY'));
6900: END IF;
6901:
6902: --lock the receipt before calling the entity handler
6903: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
6904:
6905:
6906: --call the entity handler.
6907: BEGIN

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

7849: arp_util.debug('Activity_Unapplication: ' || 'l_reversal_gl_date :'||to_char(l_reversal_gl_date,'DD-MON-YY'));
7850: END IF;
7851:
7852: --lock the receipt before calling the entity handler
7853: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
7854:
7855:
7856: --call the entity handler.
7857: BEGIN

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

8284: Return;
8285: END IF;
8286:
8287: --lock the receipt before calling the entity handler
8288: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
8289:
8290: --call the entity handler
8291: BEGIN
8292: arp_process_application.other_account_application (

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

9586: arp_util.debug('l_apply_gl_date : '||to_char(l_apply_gl_date,'DD-MON-YY'));
9587: END IF;
9588:
9589: --lock both receipts before calling the entity handlers
9590: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
9591: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_open_cash_receipt_id);
9592:
9593: /*-------------------------------+
9594: | |

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

9587: END IF;
9588:
9589: --lock both receipts before calling the entity handlers
9590: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
9591: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_open_cash_receipt_id);
9592:
9593: /*-------------------------------+
9594: | |
9595: | Unapply open receipt |