Best Practices For SLA Extension
When extending Oracle E-Business Suite or Fusion Subledger Accounting, you need a robust strategy that will cope with:
– Patches and upgrades
– Performance requirements
– Re-Usability
– Standardized logging framework
– To be used across applications
Imagine you’re running Create Accounting process for AR. You have 2000 lines for a single invoice and 35 invoices for this customer. Adding up and we find 70.000 lines to be accounted. If we need order number for instance as a reference in our supporting reference table, we need to go and get for each line. What if they are repeating?
It means we need to create a memory mapping system.
More to come on this.
Leave a Reply