AP AR Netting
AP AR Netting
AP AR Netting
Top of Form
partner-pub-7941 ISO-8859-1 Search
oracledollarschen
Bottom of Form
AP/AR Netting
Download PDF
The Payables and Receivables Netting feature enables the automatic netting of Payable
and Receivable transactions within a business enterprise. You can predefine a netting
agreement that incorporates the netting business rules and transaction criteria needed
to run your tailored netting process. The netting process automatically creates the
Payables payments and Receivables receipts required to clear a selected number of
Payables and Receivables transactions.
You can view the receipts that the Netting process creates by querying the netted
receipts in the Receipts workbench. To view additional details about the netting batch,
select AP/AR Netting from the Actions menu.
Note: You cannot update netted receipts in the Receipts workbench.
1 Tables
1.1 New Tables
Table Name
Feature Area
1.2 Views
1.2.1 New Views
View Name
Feature Area
2. Implementation Considerations
This section identifies the new/changed setup steps for Oracle Netting that were introduced in
Release 12. For detailed step-by-step implementation instructions, please refer to one of the
Oracle Finanicials Implementation Guide, Oracle Financials User Guide or the Oracle
Applications Upgrade Guide.
1. New Setups
2.1 New Setup Steps
1. Netting Bank Account
2. Receivables System Options
3. Netting Batch Approver
4. Chargeable Subcontracting
5. Netting Agreement
2.1.1 Netting Bank Account
Set up a Bank Account in Oracle Cash Management which can be used by the Netting process.
Set the "Netting Account" flag to "Yes" for the bank account. Assign this bank account to the
seeded Receivables Receipt Class "AP/AR Netting".
2.1.2 Receivables System Options
Check the 'Allow payment of Unrelated Transactions' checkbox in Receivables System Options
if you want to create a netting agreement across multiple unrelated customers.
2.1.3 Netting Batch Approver
If approval is required for a netting agreement, the approver must be set up as a contact for the
trading partner (customer or supplier). The contact must be set up with an email address.
2.1.4 Profile: Chargeable Subcontracting Enabled
Setting the profile "Chargeable Subcontracting Enabled" to "Yes" would mean only invoices that
were matched to purchase orders with outsourced assemblies would be selected by the netting
process. If the profile option is set to "No", only invoices that were matched to purchase orders
without outsourced assemblies would be selected by the netting process. If the profile option is
set to "D", all eligible invoices will be selected for netting irrespective of whether or not they are
matched to purchase orders.
2.1.5 Netting Agreement
Netting agreements control how payables and receivables transactions are netted for a group of
trading partners. Create netting agreements to set up the rules that will decide which transactions
are selected for netting and how they are ordered and processed once selected.
5. Diagnostics
5.1 FND Logging
To check log messages added by the Netting processes, set the following profile options at user
level
FND: Debug Log Enabled – Yes
FND: Debug Log Level – Statement
FND: Debug Log Module –FUN%NET
Lock AP Invoices
Selected AP invoices are locked by populating AP_PAYMENT_SCHEDULES.checkrun_id
column for the
selected invoices.
The same checkrun_id value is populated in FUN_NET_BATCHES.CHECKRUN_ID for the
given batch.
Settle AP Invoices
Invoices in each batch are grouped by vendor , vendor site and invoice currency code. The AP
Payment APIs are called to process the payments. These API return the check id which is
updated in FUN_NET_AP_INVS_ALL.CHECK_ID.
Settle AR Transactions
AR Receipt APIs are called to create and apply the receipts. These APIs return the receipt id
which is updated in FUN_NET_AR_TXNS.RECEIPT_ID
If all the processing goes through successfully, the batch status is set to COMPLETE and the AP
invoices and netting agreements are unlocked.
6.5 Customer Merge
The TCA Account Merge process calls a netting API to propogate the customer merge updates to
the Netting tables.
If the merge results in duplicate accounts and /or account site uses for a netting agreement , then
the priority of these records is updated to the highest priority among the records.
All duplicate records for a given agreement are deleted except for one record.
6.6 Supplier Merge
The Payables Supplier Merge process calls a netting API to propagate the supplier merge updates
to the Netting tables.
If the merge results in duplicate supplier and /or supplier site for a netting agreement, then the
priority of these records is updated to the highest priority among the records.
All duplicate records for a given agreement are deleted except for one record