DBA Data[Home] [Help]

APPS.ARP_PROCESS_BOE dependencies on ARP_CASH_RECEIPTS_PKG

Line 49: | arp_cash_receipts_pkg.update_p- Updates CR table with remittance bank |

45: | SCOPE - PUBLIC |
46: | |
47: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED - NONE |
48: | arp_cr_history_pkg.update_p - Updates CRH table bank charges info |
49: | arp_cash_receipts_pkg.update_p- Updates CR table with remittance bank |
50: | account, customer bank account and |
51: | override_remit_account_flag |
52: | arp_ps_pkg.update_p - Updates maturity date in PS table. |
53: | arp_util.debug |

Line 165: arp_cash_receipts_pkg.fetch_p( l_cr_rec );

161: --
162: -- Update Cash receipts table
163: --
164: l_cr_rec.cash_receipt_id := p_cr_id;
165: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
166: l_cr_rec.selected_remittance_batch_id := p_selected_remittance_batch_id;
167: l_cr_rec.remit_bank_acct_use_id := p_remittance_bank_account_id;
168: l_cr_rec.override_remit_account_flag := p_override_remit_account_flag;
169: l_cr_rec.customer_bank_account_id := p_customer_bank_account_id;

Line 175: arp_cash_receipts_pkg.update_p( l_cr_rec );

171: -- The following line was added to fix bug 376326 (see below):
172:
173: l_cr_rec.factor_discount_amount := p_bank_charges;
174:
175: arp_cash_receipts_pkg.update_p( l_cr_rec );
176:
177: /* -------------------------------------------------------------------------
178:
179: Bug 376326: