DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on ARP_PROC_RCT_UTIL

Line 5509: arp_proc_rct_util.get_ps_rec(l_cr_rec.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,
5510: l_ps_rec);
5511: END IF;
5512:
5513: --we do not do anything with the fetched data as we just need to do the reversal of the receipt.