Skip to main content

Financial (AP/AR/GL) Analytics Integration with Projects in OBIA 7964


Oracle Analytical Application

As you know Oracle is continuously acquiring additional applications, one thing remains the same – pre-built analytics on Oracle’s BI Foundation. Oracle analytics apps family which Siebel started back in 2000/2001 has grown into 80+ analytical applications. The latest inclusion of Taleo and Right now analytics are the latest in the strong list. I still remember working on one of the first analytics application with big telecom company in London back in 2001.

Now we got number of Analytical Application, there is growing need on how to integrate these different analytics to maximize the cross field benefits. The most common request is around project analytics where customer would like to integrate project information with financial and spend/procurement data. Oracle has responded back by providing an option to integrate the Project Analytics with Procurement and Spend Analytics for Oracle EBS and Financial Analytics for Oracle EBS with OBIA 7964. Customer would have to pay some additional license fee J

This blog is an attempt to discuss the option of integrating Financial Analytics of Oracle EBS with the Project Analytics data.

Oracle Offering - Integration with Financial Analytics

Oracle Project Analytics which is a part of OBIA 7.9.6.4 provides an out-of-the-box integration with Oracle Financial Analytics. The integration allows project users to get details of both AR invoices and AP invoices at summary level of each project in multiple buckets to understand the cash flow. It offers users to drill down to the receivable or payables information to view the specific customer invoices or suppler invoices causing the cash flow issues, and take remedial actions before they occur. This is possible as Project Invoices functionality is a part of Oracle Financial Analytics.

Integrated Subject Area and Fact Tables

The following Oracle Financial Analytics for EBS Subject Areas to use Project Analytics for EBS tables:
Financials - Budget
Financials -Payables
Financials -Receivables
Financials - Cost of Goods Sold
Financials - General Ledger
Financials - Revenue

The following Oracle Financial Analytics fact tables integrate with Project Analytics dimensions:

W_ACCT_BUDGET_F
W_AP_INV_DIST_F
W_AP_XACT_F
W_AR_XACT_F
W_GL_COGS_F
W_GL_REVN_F
W_AP_AGING_INVOICE_A
W_AR_AGING_INVOICE_A

Configuration Steps

In DAC, select the Oracle EBS source system container depending on the version of the OLTP that you are using.
Select each Subject Area, and then in the Configuration Tags tab, clear the Inactive check box for the Enable Project Dimensions configuration tag.
Assemble the Subject Areas.
Click the Execute button and build the Execution Plan for the Subject Areas that you updated.

End User Reports – Projects to Financial Data

Project Invoices 



Drill to AP Invoices



Drill to AR Invoices



Comments

Popular posts from this blog

Oracle Subledger Accounting (SLA) Tables, Views

Oracle Subledger Accounting (SLA) Tables, Views Oracle Subledger Accounting Tables: TABLE NAME DESCRIPTION XLA_AAD_GROUPS The XLA_AAD_GROUPS table stores the merge dependencies analyzed during the merge analysis.  All application accounting definitions with the same GROUP_NUM must be merged together. XLA_AAD_HDR_ACCT_ATTRS The XLA_AAD_HDR_ACCT_ATTRS stores standard, system and custom sources assigned to an accounting attribute at the AAD level. XLA_AAD_HEADER_AC_ASSGNS Store the analytical criteria for the application accounting definitions. XLA_AAD_LINE_DEFN_ASSGNS This table stores the journal lines definitions for the application accounting definitions. XLA_AAD_LOADER_DEFNS_T The XLA_AAD_LOADER_DEFNS_T table is the interface table that facilitates the data transfer from data files and the database. XLA_AAD_LOADER_LOGS The XLA_AAD_LOADER_LOGS table stores the errors and logs generated by the application accounting definitions loader. XLA_AAD_SOURCES XLA_AAD_SOURCES table stores a...

Oracle Fusion Cloud: Supplier Import Process using File Based Data Import (FBDI)

 Supplier Data Migration or Upload to Oracle Fusion environment File-Based Data Import for Oracle Procurement Cloud Supplier import in oracle fusion   In this post , We will discuss about Supplier import in oracle fusion. Oracle has provided the FBDI tool to import suppliers from External  Source  to the Oracle fusion. Supplier Import in Oracle fusion we first need to  Download  the Supplier Import FDBI  templates  given by the Oracle fusion to import suppliers. Oracle has given 5 Different FBDI templates to Import supplier in Fusion. Here in this post , I will share the Complete steps for Supplier import in oracle fusion. You can refer this post for Supplier Import.   Steps for Supplier import in oracle fusion     Step1- First we need to download Supplier Data  Template  from Oracle Repository. Go to this path for Oracle Repository. ( select Based on your Cloud version) https://docs.oracle.com/en/...

Number to Word conversion in RTF

<?xdofx: expression ?> for extended SQL functions <?xdoxslt: expression ?> for extended XSL functions. You cannot mix xdofx statements with XSL expressions in the same context This function enables the conversion of numbers to words for RTF template output. This is a common requirement for check printing. The new function is “to_check_number”. The syntax of this function is <?xdofx:to_check_number(amount, precisionOrCurrency, caseType, decimalStyle)?> The following table describes the function attributes:   Attribute Description Valid Value amount The number to be transformed. Any number precisionOrCurrency For this attribute you can specify either the precision, which is the number of digits after the decimal point; or the currency code, which will govern the number of digits after the decimal point. The currency code does not generate a currency symbol in the output. An integer, such as 2; or a currency code, such as ‘USD’. caseType The case type of th...