DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on ARP_PROC_RCT_UTIL

Line 5330: arp_proc_rct_util.get_ps_rec(l_cr_rec.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,
5331: l_ps_rec);
5332: END IF;
5333:
5334: --we do not do anything with the fetched data as we just need to do the reversal of the receipt.