DBA Data[Home] [Help]

APPS.ARP_CASHBOOK dependencies on ARP_RM_ACCOUNTS_PKG

Line 237: arp_rm_accounts_pkg.fetch_p( l_cr_rec.receipt_method_id,

233: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
234:
235:
236: -- Fetch the receipt method bank account record
237: arp_rm_accounts_pkg.fetch_p( l_cr_rec.receipt_method_id,
238: l_cr_rec.remit_bank_acct_use_id,
239: l_rma_rec );
240:
241: -- Insert a new history record

Line 1140: arp_rm_accounts_pkg.fetch_p( l_cr_rec.receipt_method_id,

1136: l_dist_rec.third_party_id := l_cr_rec.pay_from_customer;
1137: l_dist_rec.third_party_sub_id := l_cr_rec.customer_site_use_id;
1138:
1139: -- Fetch the receipt method bank account record
1140: arp_rm_accounts_pkg.fetch_p( l_cr_rec.receipt_method_id,
1141: l_cr_rec.remit_bank_acct_use_id,
1142: l_rma_rec );
1143:
1144: