DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on ARP_CASH_RECEIPTS_PKG

Line 345: arp_cash_receipts_pkg.insert_p(l_cr_rec);

341: -- Legal Entity project
342: l_cr_rec.legal_entity_id := p_le_id;
343:
344: l_cr_rec.payment_trxn_extension_id := p_payment_trxn_extension_id; /* bichatte payment uptake */
345: arp_cash_receipts_pkg.insert_p(l_cr_rec);
346:
347: -- determine the amount for the cash receipt history record:
348: --
349: -- crh.amount := cr.amount - p_factor_discount_amount

Line 641: arp_cash_receipts_pkg.fetch_p(l_cr_rec);

637:
638: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
639:
640: --fetch cash receipt record
641: arp_cash_receipts_pkg.fetch_p(l_cr_rec);
642:
643: --fetch cash receipt history record
644: arp_cr_history_pkg.fetch_f_crid(l_cr_rec.cash_receipt_id, l_crh_rec );
645: