DBA Data[Home] [Help]

APPS.ARP_CASHBOOK dependencies on ARP_RM_ACCOUNTS_PKG

Line 108: arp_rm_accounts_pkg.fetch_p( l_cr_rec.receipt_method_id,

104: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
105:
106:
107: -- Fetch the receipt method bank account record
108: arp_rm_accounts_pkg.fetch_p( l_cr_rec.receipt_method_id,
109: l_cr_rec.remit_bank_acct_use_id,
110: l_rma_rec );
111:
112: -- Insert a new history record

Line 859: arp_rm_accounts_pkg.fetch_p( l_cr_rec.receipt_method_id,

855: l_dist_rec.third_party_id := l_cr_rec.pay_from_customer;
856: l_dist_rec.third_party_sub_id := l_cr_rec.customer_site_use_id;
857:
858: -- Fetch the receipt method bank account record
859: arp_rm_accounts_pkg.fetch_p( l_cr_rec.receipt_method_id,
860: l_cr_rec.remit_bank_acct_use_id,
861: l_rma_rec );
862:
863: