DBA Data[Home] [Help]

APPS.ARP_CASHBOOK dependencies on ARP_REVERSE_RECEIPT

Line 140: Reusing the function from ARP_REVERSE_RECEIPT doing

136: IF l_payment_trxn_extn_id is not null then
137:
138: BEGIN
139: /* Call to check the settlement status of an extension.
140: Reusing the function from ARP_REVERSE_RECEIPT doing
141: the same. */
142: l_status := ARP_REVERSE_RECEIPT.check_settlement_status(
143: l_payment_trxn_extn_id);
144:

Line 142: l_status := ARP_REVERSE_RECEIPT.check_settlement_status(

138: BEGIN
139: /* Call to check the settlement status of an extension.
140: Reusing the function from ARP_REVERSE_RECEIPT doing
141: the same. */
142: l_status := ARP_REVERSE_RECEIPT.check_settlement_status(
143: l_payment_trxn_extn_id);
144:
145: IF l_status then
146:

Line 2488: arp_reverse_receipt.debit_memo_reversal(

2484: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
2485: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);
2486:
2487:
2488: arp_reverse_receipt.debit_memo_reversal(
2489: l_cr_rec,
2490: p_cc_id,
2491: p_dm_cust_trx_type_id,
2492: p_dm_cust_trx_type,