DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on ARP_CASH_RECEIPTS_PKG

Line 350: arp_cash_receipts_pkg.insert_p(l_cr_rec);

346:
347: l_cr_rec.payment_trxn_extension_id := p_payment_trxn_extension_id; /* bichatte payment uptake */
348: l_cr_rec.automatch_set_id := p_automatch_set_id; /* ER Automatch Application */
349: l_cr_rec.autoapply_flag := p_autoapply_flag;
350: arp_cash_receipts_pkg.insert_p(l_cr_rec);
351:
352: -- determine the amount for the cash receipt history record:
353: --
354: -- crh.amount := cr.amount - p_factor_discount_amount

Line 650: arp_cash_receipts_pkg.fetch_p(l_cr_rec);

646:
647: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
648:
649: --fetch cash receipt record
650: arp_cash_receipts_pkg.fetch_p(l_cr_rec);
651:
652: --fetch cash receipt history record
653: arp_cr_history_pkg.fetch_f_crid(l_cr_rec.cash_receipt_id, l_crh_rec );
654: