SlideShare a Scribd company logo
1 of 22
#Consulting #Technology #Product Development

Author: Dereck De Almeida
http://orabot.me/

Fusion Accounting Hub & R12 CoExistence Offering
November, 2013

Copyright © Dereck De Almeida All rights reserved.
Fusion Accounting Hub Co-Existence Overview
R12 Sub-Ledgers

Fusion Sub-Ledgers
(Not Configured)

(AP, AR, CE, PAY, HRMS etc.)

External Applications

R12 Accounting Hub

Fusion Accounting Hub

Sub-Ledger Accounting

Sub-Ledger Accounting

General Ledger

General Ledger

Spreadsheet

Manual
Journals
Essbase

Reporting

DRM
Copyright © Dereck De Almeida All rights reserved.
Considerations

• Key Points
– The standard co-existence functionality transfers balances from R12 to the Fusion
General Ledger
– The drill through functionality in the Fusion General Ledger journals inquiry page
launches the account enquiry page in R12, you must manually enter the period,
currency, ledger and accounting range you want to query
– Where access and identity management have not been implemented the user most
logon to R12 using their R12 credentials before the account enquiry page is launched
– The Fusion General Ledger includes a live embedded essbase cube which is updated
real-time when posting journals in Fusion
– Reporting is done in the Fusion General Ledger where a number of reporting tools are
available such as BI Publisher, BI Answers and Financial Reporting
– Journals which complete in error during the journal import execution on Fusion cannot
be corrected using the journal import errors correction page and must be transferred
again or updated directly on the interface table using SQL

Copyright © Dereck De Almeida All rights reserved.
What is Golden Gate?

•

•

Golden Gate is a log based real-time change data capture, golden gate works by analyzing the
transaction logs generated every time you transact on your database and applies these
transactions to your target database
Runtime parameters allow you to control various aspects of golden gate synchronization,
such as:
–
–
–

•

•

•

Data selection, mapping, transformation and replication
Error reporting and logging
Resource usage

Goldengate is a non-instrusive, low-impact application used for synchronizing data across
multiple sources with sub-second latency. Goldengate allows simple transformation,
maintains transactional integrity and is resilient against interruptions and failures
Oracle provides the configuration files containing the runtime parameters which control the
data selection, mapping, transformation and replication required for the co-existence
offering so you will not require specialized skills for the installation and configuration of
Oracle Goldengate
Your database must be in archive log mode

Copyright © Dereck De Almeida All rights reserved.
How Does Golden Gate Work?
http://www.slideshare.net/ablyth/oracle-goldengate
How is the data transferred from R12 to Fusion?

Initial Load






Initial load is run on the command line as part of the Oracle
Goldengate installation
The initial load replicates the Fusion setup data for ledger, calendar
and period configuration
GL_XFR_LEDGERS, GL_XFR_CALENDARS and GL_XFR_PERIODS
tables in R12 are populated with the setup data after the initial
load has completed
Oracle Goldengate will replicate any incremental setup changes
after the initial load (New Periods, Ledgers etc.)

Copyright © Dereck De Almeida All rights reserved.
How is the data transferred from R12 to Fusion?

Mapping

The R12 co-existence patch introduces a number of pages which
are used to map the R12 setup data to the Fusion setup data
replicated during the initial load

Copyright © Dereck De Almeida All rights reserved.
How is the data transferred from R12 to Fusion?

Transfer

In R12 there are two concurrent requests “Fusion Balance Transfer
Incremental” and “Fusion Balance Transfer Full” which are run to
transfer the balances from R12 to Fusion
• These concurrent requests write balance data to the
GL_XFR_INTERFACE table on R12. The mapping data is used to
apply any required transformations on period, ledger, calendar etc.
 Goldengate monitors the transaction logs for this table and once a
record is commited to the table it will replicate the data to the
GL_XFR_INTERFACE table on Fusion
 Once the data has been replicated Goldengate calls a stored
procedure which submits Journal Import on Fusion

Copyright © Dereck De Almeida All rights reserved.
How is the data transferred from R12 to Fusion?

Journal Import

Records populated on both GL_INTERFACE and GL_XFR_INTERFACE
in Fusion are processed by the standard Journal Import routine
and imported into the Fusion General Ledger

Copyright © Dereck De Almeida All rights reserved.
How is the data transferred from R12 to Fusion?

Standard Behaviour

Copyright © Dereck De Almeida All rights reserved.
Key Table Structures – Fusion Applications

•
•
•
•

GL_XFR_SOURCE_SYSTEMS – Identifies the R12 Instance
GL_XFR_SYSTEM_LEDGERS – Lists the Ledgers configured in Fusion Applications
GL_XFR_TRACKING – Tracking Information for Journal Import run on Fusion General Ledger
GL_XFR_INTERFACE – Structured almost identical to the GL_INTERFACE table this table contains the
journals which will be imported into the Fusion General Ledger

Copyright © Dereck De Almeida All rights reserved.
Key Table Structures – R12

•
•
•
•
•
•
•
•
•
•

GL_XFR_SOURCE_SYSTEMS – Identifies the R12 Instance
GL_XFR_LEDGER_MAPPINGS – Maps R12 Ledgers to Fusion Ledgers
GL_XFR_CALENDAR_MAPPINGS – Maps R12 Calendar to Fusion Calendar
GL_XFR_PERIOD_MAPPINGS – Maps R12 Period Names to Fusion Period Names
GL_XFR_CCID_MAPPINGS – Maps R12 Code Combinations to Fusion Code Combinations
GL_XFR_LEDGERS – List of Ledgers configured in Fusion
GL_XFR_CALENDARS – List of Calendars configured in Fusion
GL_XFR_PERIODS – List of Periods configured in Fusion
GL_XFR_TRACKING – Tracking Information for Journal Import run on Fusion General Ledger
GL_XFR_INTERFACE – Structured almost identical to the GL_INTERFACE table this table contains the
journals which will be imported into the Fusion General Ledger

Copyright © Dereck De Almeida All rights reserved.
Customizing the Drill Behaviour
• Key Points
– Requires additional configuration on R12, customizations are generally not supported by
Oracle Support
– Transferring of the R12 journals instead of incremental balances to Fusion General
Ledger preserves the R12 journal information in Fusion General Ledger (Category, Batch
Name, Journal Name, Reference Columns etc.)
– Patch 14830189 delivers functionality to add a custom hook in the Fusion journals
screen on the amount field for non standard journal sources. Patch 14330256 includes
revised R12 sub-ledger account inquiry page which allows us to pass arguments when
calling the page
– The reference columns on the imported journal lines in Fusion contain the data required
to link back to the R12 journals
– On Fusion a custom jsp is deployed, the custom jsp references the data stored in the
Fusion journal line reference columns and passes this data as arguments when calling
the R12 sub-ledger accounting enquiry screen
– Custom Reporting in Fusion Applications can use the reference columns to drill back to
R12 and retrieve information directly from the sub-ledgers.

Copyright © Dereck De Almeida All rights reserved.
Customizing the Drill Behaviour
Standard Behaviour

Custom Behaviour

Copyright © Dereck De Almeida All rights reserved.
Customizing the Drill Behaviour

The journal data in Fusion now appears as it was created in R12
allowing you to search using the R12 journal name, batch,
category etc

Copyright © Dereck De Almeida All rights reserved.
Customizing the Drill Behaviour

Hook for non-standard Oracle
journal sources delivered as part
of the enhancement request in
patch 14830189

Copyright © Dereck De Almeida All rights reserved.
Customizing the Drill Behaviour

Assess and Identity Management must be configured to
eliminate the need for the user to sign-on using their R12 local
login

Copyright © Dereck De Almeida All rights reserved.
Customizing the Drill Behaviour

Reference data on Fusion journal
lines used to pass the arguments
when calling the page in R12

Custom jsp invoked by clicking on the journal line amount in
Fusion calls the R12 sub-ledger accounting enquiry page for the
relevant journal line in Fusion

Copyright © Dereck De Almeida All rights reserved.
Customizing the Drill Behaviour
Data Model

Copyright © Dereck De Almeida All rights reserved.
Patches

•

•

Patch 12871487: Oracle General Ledger and Oracle Fusion Accounting Hub
Integration
Patch 14330256: ENH:DRILLDOWN FROM FUSION GL JOURNAL LINES DIRECTLY
TO THE R12 SLA LINES

Copyright © Dereck De Almeida All rights reserved.
References

•
•
•
•
•

•

Fusion Accounting Hub (FAH) in a Coexistence Scenario (Doc ID 1275111.1)
Where To Setup The Fusion to EBS Co-Existense Ledger Mapping Setups? (Doc ID
1428150.1)
EBS - Fusion GL Transfer: Golden Gate Data Transfer Report (Doc ID 1475490.1)
Drill Down From Fusion General Ledger To EBS R12 Is Not Showing Any Data (Doc ID
1480297.1)
FAQ For R12 Populating GL_INTERFACE Table and Assigning Values to Optional Columns
Such as Reference Fields (Doc ID 578959.1)
Configuring Oracle GoldenGate to Integrate the E-Business Suite General Ledger with
Fusion Accounting Hub (Doc ID 1324692.1)

Copyright © Dereck De Almeida All rights reserved.
Q&A

Questions ?

Copyright © Dereck De Almeida All rights reserved.

More Related Content

What's hot

Oracle ERP Cloud Period Close White Paper
Oracle ERP Cloud Period Close White PaperOracle ERP Cloud Period Close White Paper
Oracle ERP Cloud Period Close White PaperGhouseBatlapadu
 
Oracle E-Business Suite 12.2 - The Upgrade to End All Upgrades
Oracle E-Business Suite 12.2 - The Upgrade to End All UpgradesOracle E-Business Suite 12.2 - The Upgrade to End All Upgrades
Oracle E-Business Suite 12.2 - The Upgrade to End All UpgradesShiri Amit
 
Oracle PPM Cloud Deployment, Made Easy
Oracle PPM Cloud Deployment, Made EasyOracle PPM Cloud Deployment, Made Easy
Oracle PPM Cloud Deployment, Made EasyMatthew Bezuidenhout
 
Customize the login homepage For Oracle EBS R12
Customize the login homepage For Oracle EBS R12Customize the login homepage For Oracle EBS R12
Customize the login homepage For Oracle EBS R12Ahmed Elshayeb
 
Oracle ERP and General Ledger Configuration
Oracle ERP and General Ledger ConfigurationOracle ERP and General Ledger Configuration
Oracle ERP and General Ledger ConfigurationSyed Tashfeen
 
Wp sap data_migration
Wp sap data_migrationWp sap data_migration
Wp sap data_migrationBiswajit Kar
 
Fusion apps receivables
Fusion apps   receivablesFusion apps   receivables
Fusion apps receivablesHasan Shabbir
 
Implementing Cloud Financials
Implementing Cloud FinancialsImplementing Cloud Financials
Implementing Cloud FinancialsNERUG
 
Introduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingIntroduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingGurpreet singh
 
152633980 accrual-reconciliation-process-and-troubleshooting-in-r12-pdf
152633980 accrual-reconciliation-process-and-troubleshooting-in-r12-pdf152633980 accrual-reconciliation-process-and-troubleshooting-in-r12-pdf
152633980 accrual-reconciliation-process-and-troubleshooting-in-r12-pdfnarane1976
 
Oracle EBS r12-2-6 New Features
Oracle EBS r12-2-6 New FeaturesOracle EBS r12-2-6 New Features
Oracle EBS r12-2-6 New FeaturesFeras Ahmad
 
Encumbrance accounting in oracle ebs r12
Encumbrance accounting in oracle ebs r12Encumbrance accounting in oracle ebs r12
Encumbrance accounting in oracle ebs r12Sam Elrashedy
 
COLLABORATE 18 Presentation: Success Story- Oracle Cloud Procurement Implemen...
COLLABORATE 18 Presentation: Success Story- Oracle Cloud Procurement Implemen...COLLABORATE 18 Presentation: Success Story- Oracle Cloud Procurement Implemen...
COLLABORATE 18 Presentation: Success Story- Oracle Cloud Procurement Implemen...Jade Global
 
Asset Revaluation or Impairment – Understanding Release 12 Fixed Assets Options
Asset Revaluation or Impairment – Understanding Release 12 Fixed Assets OptionsAsset Revaluation or Impairment – Understanding Release 12 Fixed Assets Options
Asset Revaluation or Impairment – Understanding Release 12 Fixed Assets Optionseprentise
 

What's hot (20)

Oracle ERP Cloud Period Close White Paper
Oracle ERP Cloud Period Close White PaperOracle ERP Cloud Period Close White Paper
Oracle ERP Cloud Period Close White Paper
 
Oracle E-Business Suite 12.2 - The Upgrade to End All Upgrades
Oracle E-Business Suite 12.2 - The Upgrade to End All UpgradesOracle E-Business Suite 12.2 - The Upgrade to End All Upgrades
Oracle E-Business Suite 12.2 - The Upgrade to End All Upgrades
 
Oracle PPM Cloud Deployment, Made Easy
Oracle PPM Cloud Deployment, Made EasyOracle PPM Cloud Deployment, Made Easy
Oracle PPM Cloud Deployment, Made Easy
 
Customize the login homepage For Oracle EBS R12
Customize the login homepage For Oracle EBS R12Customize the login homepage For Oracle EBS R12
Customize the login homepage For Oracle EBS R12
 
Oracle ERP and General Ledger Configuration
Oracle ERP and General Ledger ConfigurationOracle ERP and General Ledger Configuration
Oracle ERP and General Ledger Configuration
 
Wp sap data_migration
Wp sap data_migrationWp sap data_migration
Wp sap data_migration
 
S4Finance
S4FinanceS4Finance
S4Finance
 
Fusion apps receivables
Fusion apps   receivablesFusion apps   receivables
Fusion apps receivables
 
Fusion Accounting Hub
Fusion Accounting HubFusion Accounting Hub
Fusion Accounting Hub
 
Oracle fixed assets
Oracle fixed assetsOracle fixed assets
Oracle fixed assets
 
Oracle financials theory_vol_i
Oracle financials theory_vol_iOracle financials theory_vol_i
Oracle financials theory_vol_i
 
Financials Cloud Expenses
Financials Cloud ExpensesFinancials Cloud Expenses
Financials Cloud Expenses
 
Data migration
Data migrationData migration
Data migration
 
Implementing Cloud Financials
Implementing Cloud FinancialsImplementing Cloud Financials
Implementing Cloud Financials
 
Introduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingIntroduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP Reporting
 
152633980 accrual-reconciliation-process-and-troubleshooting-in-r12-pdf
152633980 accrual-reconciliation-process-and-troubleshooting-in-r12-pdf152633980 accrual-reconciliation-process-and-troubleshooting-in-r12-pdf
152633980 accrual-reconciliation-process-and-troubleshooting-in-r12-pdf
 
Oracle EBS r12-2-6 New Features
Oracle EBS r12-2-6 New FeaturesOracle EBS r12-2-6 New Features
Oracle EBS r12-2-6 New Features
 
Encumbrance accounting in oracle ebs r12
Encumbrance accounting in oracle ebs r12Encumbrance accounting in oracle ebs r12
Encumbrance accounting in oracle ebs r12
 
COLLABORATE 18 Presentation: Success Story- Oracle Cloud Procurement Implemen...
COLLABORATE 18 Presentation: Success Story- Oracle Cloud Procurement Implemen...COLLABORATE 18 Presentation: Success Story- Oracle Cloud Procurement Implemen...
COLLABORATE 18 Presentation: Success Story- Oracle Cloud Procurement Implemen...
 
Asset Revaluation or Impairment – Understanding Release 12 Fixed Assets Options
Asset Revaluation or Impairment – Understanding Release 12 Fixed Assets OptionsAsset Revaluation or Impairment – Understanding Release 12 Fixed Assets Options
Asset Revaluation or Impairment – Understanding Release 12 Fixed Assets Options
 

Viewers also liked

Fusion Applications Design Time Customizations – Getting Started
Fusion Applications Design Time Customizations – Getting StartedFusion Applications Design Time Customizations – Getting Started
Fusion Applications Design Time Customizations – Getting StartedDereck De Almeida
 
IntelliJ IDEA - Gems you can find inside
IntelliJ IDEA - Gems you can find insideIntelliJ IDEA - Gems you can find inside
IntelliJ IDEA - Gems you can find insideMilan Krystek
 
Oracle R12 Upgrade - Sub Ledger Accounting
Oracle R12 Upgrade - Sub Ledger AccountingOracle R12 Upgrade - Sub Ledger Accounting
Oracle R12 Upgrade - Sub Ledger AccountingEnrich, LLC
 
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud ServiceDane Roberts
 
Media; Film Opening Evaluation
Media; Film Opening EvaluationMedia; Film Opening Evaluation
Media; Film Opening EvaluationMikaelaRuddell
 
Oracle R12 Fixed Assets Changes From 11i
Oracle R12 Fixed Assets Changes From 11iOracle R12 Fixed Assets Changes From 11i
Oracle R12 Fixed Assets Changes From 11iSanjay Challagundla
 
Resume of Sugavanan - Oracle Apps Technical Consultant
Resume of Sugavanan - Oracle Apps Technical ConsultantResume of Sugavanan - Oracle Apps Technical Consultant
Resume of Sugavanan - Oracle Apps Technical ConsultantSugavanan Arunachalam
 
Introduction to Oracle ERP
Introduction to Oracle ERPIntroduction to Oracle ERP
Introduction to Oracle ERPBalaji Parsewar
 

Viewers also liked (12)

Fusion Applications Design Time Customizations – Getting Started
Fusion Applications Design Time Customizations – Getting StartedFusion Applications Design Time Customizations – Getting Started
Fusion Applications Design Time Customizations – Getting Started
 
IntelliJ IDEA - Gems you can find inside
IntelliJ IDEA - Gems you can find insideIntelliJ IDEA - Gems you can find inside
IntelliJ IDEA - Gems you can find inside
 
Mn219 brand
Mn219 brandMn219 brand
Mn219 brand
 
Oracle R12 Upgrade - Sub Ledger Accounting
Oracle R12 Upgrade - Sub Ledger AccountingOracle R12 Upgrade - Sub Ledger Accounting
Oracle R12 Upgrade - Sub Ledger Accounting
 
Producto de Innovación Técnica
Producto de Innovación TécnicaProducto de Innovación Técnica
Producto de Innovación Técnica
 
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service
#OOW16 - Introducing Oracle Financial Reporting Compliance Cloud Service
 
Oracle EBS R11i to R12 financials
Oracle EBS R11i to R12 financialsOracle EBS R11i to R12 financials
Oracle EBS R11i to R12 financials
 
Media; Film Opening Evaluation
Media; Film Opening EvaluationMedia; Film Opening Evaluation
Media; Film Opening Evaluation
 
Oracle R12 Fixed Assets Changes From 11i
Oracle R12 Fixed Assets Changes From 11iOracle R12 Fixed Assets Changes From 11i
Oracle R12 Fixed Assets Changes From 11i
 
Differences R12 Vs 11i.5.10
Differences R12 Vs 11i.5.10Differences R12 Vs 11i.5.10
Differences R12 Vs 11i.5.10
 
Resume of Sugavanan - Oracle Apps Technical Consultant
Resume of Sugavanan - Oracle Apps Technical ConsultantResume of Sugavanan - Oracle Apps Technical Consultant
Resume of Sugavanan - Oracle Apps Technical Consultant
 
Introduction to Oracle ERP
Introduction to Oracle ERPIntroduction to Oracle ERP
Introduction to Oracle ERP
 

Similar to Fusion Accounting Hub & R12 Co-Existence Offering

R12.1 finpreupgradesetupopstips
R12.1 finpreupgradesetupopstipsR12.1 finpreupgradesetupopstips
R12.1 finpreupgradesetupopstipsaelnadi
 
DocID_1080606_1_EBS_Collab10_April2010_mod.pdf
DocID_1080606_1_EBS_Collab10_April2010_mod.pdfDocID_1080606_1_EBS_Collab10_April2010_mod.pdf
DocID_1080606_1_EBS_Collab10_April2010_mod.pdfzabkhan00007
 
Oracle_ERP_finalized.ppt
Oracle_ERP_finalized.pptOracle_ERP_finalized.ppt
Oracle_ERP_finalized.pptSayedMahfouz3
 
Collaborate 2012-business data transformation and consolidation
Collaborate 2012-business data transformation and consolidationCollaborate 2012-business data transformation and consolidation
Collaborate 2012-business data transformation and consolidationChain Sys Corporation
 
Collaborate 2012-business data transformation and consolidation for a global ...
Collaborate 2012-business data transformation and consolidation for a global ...Collaborate 2012-business data transformation and consolidation for a global ...
Collaborate 2012-business data transformation and consolidation for a global ...Chain Sys Corporation
 
Fin pre upgrade_setup_opstips
Fin pre upgrade_setup_opstipsFin pre upgrade_setup_opstips
Fin pre upgrade_setup_opstipsRatnakar Kumar
 
Cloud Modernization with Data Virtualization
Cloud Modernization with Data VirtualizationCloud Modernization with Data Virtualization
Cloud Modernization with Data VirtualizationDenodo
 
Oracle GoldenGate Performance Tuning
Oracle GoldenGate Performance TuningOracle GoldenGate Performance Tuning
Oracle GoldenGate Performance TuningBobby Curtis
 
Maximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19cMaximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19cGlen Hawkins
 
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTCOLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTPreet Kamal Singh
 
Hitting the Reset Button for R12 - The Upgrade vs Reimplement Decision
Hitting the Reset Button for R12 - The Upgrade vs Reimplement DecisionHitting the Reset Button for R12 - The Upgrade vs Reimplement Decision
Hitting the Reset Button for R12 - The Upgrade vs Reimplement Decisioneprentise
 
Optimize power and cooling final
Optimize power and cooling finalOptimize power and cooling final
Optimize power and cooling finalViridity Software
 
Optimize power and cooling final 1
Optimize power and cooling final 1Optimize power and cooling final 1
Optimize power and cooling final 1Viridity Software
 
Under the Covers with Subledger Accounting
Under the Covers with Subledger AccountingUnder the Covers with Subledger Accounting
Under the Covers with Subledger Accountingeprentise
 
Internship Presentation
Internship Presentation Internship Presentation
Internship Presentation VishvTrivedi1
 
Informaticapowercenter pennon soft
Informaticapowercenter pennon softInformaticapowercenter pennon soft
Informaticapowercenter pennon softPennonSoft
 
Data Integration with Hyperion and Why this is Important
Data Integration with Hyperion and Why this is Important  Data Integration with Hyperion and Why this is Important
Data Integration with Hyperion and Why this is Important Emtec Inc.
 

Similar to Fusion Accounting Hub & R12 Co-Existence Offering (20)

R12.1 finpreupgradesetupopstips
R12.1 finpreupgradesetupopstipsR12.1 finpreupgradesetupopstips
R12.1 finpreupgradesetupopstips
 
DocID_1080606_1_EBS_Collab10_April2010_mod.pdf
DocID_1080606_1_EBS_Collab10_April2010_mod.pdfDocID_1080606_1_EBS_Collab10_April2010_mod.pdf
DocID_1080606_1_EBS_Collab10_April2010_mod.pdf
 
Oracle_ERP_finalized.ppt
Oracle_ERP_finalized.pptOracle_ERP_finalized.ppt
Oracle_ERP_finalized.ppt
 
Collaborate 2012-business data transformation and consolidation
Collaborate 2012-business data transformation and consolidationCollaborate 2012-business data transformation and consolidation
Collaborate 2012-business data transformation and consolidation
 
Collaborate 2012-business data transformation and consolidation for a global ...
Collaborate 2012-business data transformation and consolidation for a global ...Collaborate 2012-business data transformation and consolidation for a global ...
Collaborate 2012-business data transformation and consolidation for a global ...
 
Fin pre upgrade_setup_opstips
Fin pre upgrade_setup_opstipsFin pre upgrade_setup_opstips
Fin pre upgrade_setup_opstips
 
Cloud Modernization with Data Virtualization
Cloud Modernization with Data VirtualizationCloud Modernization with Data Virtualization
Cloud Modernization with Data Virtualization
 
Oracle GoldenGate Performance Tuning
Oracle GoldenGate Performance TuningOracle GoldenGate Performance Tuning
Oracle GoldenGate Performance Tuning
 
Maximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19cMaximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19c
 
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTCOLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
 
Hitting the Reset Button for R12 - The Upgrade vs Reimplement Decision
Hitting the Reset Button for R12 - The Upgrade vs Reimplement DecisionHitting the Reset Button for R12 - The Upgrade vs Reimplement Decision
Hitting the Reset Button for R12 - The Upgrade vs Reimplement Decision
 
PRASAD_KARUTURI_RES
PRASAD_KARUTURI_RESPRASAD_KARUTURI_RES
PRASAD_KARUTURI_RES
 
Optimize power and cooling final
Optimize power and cooling finalOptimize power and cooling final
Optimize power and cooling final
 
Optimize power and cooling final 1
Optimize power and cooling final 1Optimize power and cooling final 1
Optimize power and cooling final 1
 
Under the Covers with Subledger Accounting
Under the Covers with Subledger AccountingUnder the Covers with Subledger Accounting
Under the Covers with Subledger Accounting
 
Internship Presentation
Internship Presentation Internship Presentation
Internship Presentation
 
Informaticapowercenter pennon soft
Informaticapowercenter pennon softInformaticapowercenter pennon soft
Informaticapowercenter pennon soft
 
Thirupathi
ThirupathiThirupathi
Thirupathi
 
Rtc user en
Rtc user enRtc user en
Rtc user en
 
Data Integration with Hyperion and Why this is Important
Data Integration with Hyperion and Why this is Important  Data Integration with Hyperion and Why this is Important
Data Integration with Hyperion and Why this is Important
 

Recently uploaded

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Recently uploaded (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

Fusion Accounting Hub & R12 Co-Existence Offering

  • 1. #Consulting #Technology #Product Development Author: Dereck De Almeida http://orabot.me/ Fusion Accounting Hub & R12 CoExistence Offering November, 2013 Copyright © Dereck De Almeida All rights reserved.
  • 2. Fusion Accounting Hub Co-Existence Overview R12 Sub-Ledgers Fusion Sub-Ledgers (Not Configured) (AP, AR, CE, PAY, HRMS etc.) External Applications R12 Accounting Hub Fusion Accounting Hub Sub-Ledger Accounting Sub-Ledger Accounting General Ledger General Ledger Spreadsheet Manual Journals Essbase Reporting DRM Copyright © Dereck De Almeida All rights reserved.
  • 3. Considerations • Key Points – The standard co-existence functionality transfers balances from R12 to the Fusion General Ledger – The drill through functionality in the Fusion General Ledger journals inquiry page launches the account enquiry page in R12, you must manually enter the period, currency, ledger and accounting range you want to query – Where access and identity management have not been implemented the user most logon to R12 using their R12 credentials before the account enquiry page is launched – The Fusion General Ledger includes a live embedded essbase cube which is updated real-time when posting journals in Fusion – Reporting is done in the Fusion General Ledger where a number of reporting tools are available such as BI Publisher, BI Answers and Financial Reporting – Journals which complete in error during the journal import execution on Fusion cannot be corrected using the journal import errors correction page and must be transferred again or updated directly on the interface table using SQL Copyright © Dereck De Almeida All rights reserved.
  • 4. What is Golden Gate? • • Golden Gate is a log based real-time change data capture, golden gate works by analyzing the transaction logs generated every time you transact on your database and applies these transactions to your target database Runtime parameters allow you to control various aspects of golden gate synchronization, such as: – – – • • • Data selection, mapping, transformation and replication Error reporting and logging Resource usage Goldengate is a non-instrusive, low-impact application used for synchronizing data across multiple sources with sub-second latency. Goldengate allows simple transformation, maintains transactional integrity and is resilient against interruptions and failures Oracle provides the configuration files containing the runtime parameters which control the data selection, mapping, transformation and replication required for the co-existence offering so you will not require specialized skills for the installation and configuration of Oracle Goldengate Your database must be in archive log mode Copyright © Dereck De Almeida All rights reserved.
  • 5. How Does Golden Gate Work? http://www.slideshare.net/ablyth/oracle-goldengate
  • 6. How is the data transferred from R12 to Fusion?  Initial Load    Initial load is run on the command line as part of the Oracle Goldengate installation The initial load replicates the Fusion setup data for ledger, calendar and period configuration GL_XFR_LEDGERS, GL_XFR_CALENDARS and GL_XFR_PERIODS tables in R12 are populated with the setup data after the initial load has completed Oracle Goldengate will replicate any incremental setup changes after the initial load (New Periods, Ledgers etc.) Copyright © Dereck De Almeida All rights reserved.
  • 7. How is the data transferred from R12 to Fusion?  Mapping The R12 co-existence patch introduces a number of pages which are used to map the R12 setup data to the Fusion setup data replicated during the initial load Copyright © Dereck De Almeida All rights reserved.
  • 8. How is the data transferred from R12 to Fusion?  Transfer In R12 there are two concurrent requests “Fusion Balance Transfer Incremental” and “Fusion Balance Transfer Full” which are run to transfer the balances from R12 to Fusion • These concurrent requests write balance data to the GL_XFR_INTERFACE table on R12. The mapping data is used to apply any required transformations on period, ledger, calendar etc.  Goldengate monitors the transaction logs for this table and once a record is commited to the table it will replicate the data to the GL_XFR_INTERFACE table on Fusion  Once the data has been replicated Goldengate calls a stored procedure which submits Journal Import on Fusion Copyright © Dereck De Almeida All rights reserved.
  • 9. How is the data transferred from R12 to Fusion?  Journal Import Records populated on both GL_INTERFACE and GL_XFR_INTERFACE in Fusion are processed by the standard Journal Import routine and imported into the Fusion General Ledger Copyright © Dereck De Almeida All rights reserved.
  • 10. How is the data transferred from R12 to Fusion? Standard Behaviour Copyright © Dereck De Almeida All rights reserved.
  • 11. Key Table Structures – Fusion Applications • • • • GL_XFR_SOURCE_SYSTEMS – Identifies the R12 Instance GL_XFR_SYSTEM_LEDGERS – Lists the Ledgers configured in Fusion Applications GL_XFR_TRACKING – Tracking Information for Journal Import run on Fusion General Ledger GL_XFR_INTERFACE – Structured almost identical to the GL_INTERFACE table this table contains the journals which will be imported into the Fusion General Ledger Copyright © Dereck De Almeida All rights reserved.
  • 12. Key Table Structures – R12 • • • • • • • • • • GL_XFR_SOURCE_SYSTEMS – Identifies the R12 Instance GL_XFR_LEDGER_MAPPINGS – Maps R12 Ledgers to Fusion Ledgers GL_XFR_CALENDAR_MAPPINGS – Maps R12 Calendar to Fusion Calendar GL_XFR_PERIOD_MAPPINGS – Maps R12 Period Names to Fusion Period Names GL_XFR_CCID_MAPPINGS – Maps R12 Code Combinations to Fusion Code Combinations GL_XFR_LEDGERS – List of Ledgers configured in Fusion GL_XFR_CALENDARS – List of Calendars configured in Fusion GL_XFR_PERIODS – List of Periods configured in Fusion GL_XFR_TRACKING – Tracking Information for Journal Import run on Fusion General Ledger GL_XFR_INTERFACE – Structured almost identical to the GL_INTERFACE table this table contains the journals which will be imported into the Fusion General Ledger Copyright © Dereck De Almeida All rights reserved.
  • 13. Customizing the Drill Behaviour • Key Points – Requires additional configuration on R12, customizations are generally not supported by Oracle Support – Transferring of the R12 journals instead of incremental balances to Fusion General Ledger preserves the R12 journal information in Fusion General Ledger (Category, Batch Name, Journal Name, Reference Columns etc.) – Patch 14830189 delivers functionality to add a custom hook in the Fusion journals screen on the amount field for non standard journal sources. Patch 14330256 includes revised R12 sub-ledger account inquiry page which allows us to pass arguments when calling the page – The reference columns on the imported journal lines in Fusion contain the data required to link back to the R12 journals – On Fusion a custom jsp is deployed, the custom jsp references the data stored in the Fusion journal line reference columns and passes this data as arguments when calling the R12 sub-ledger accounting enquiry screen – Custom Reporting in Fusion Applications can use the reference columns to drill back to R12 and retrieve information directly from the sub-ledgers. Copyright © Dereck De Almeida All rights reserved.
  • 14. Customizing the Drill Behaviour Standard Behaviour Custom Behaviour Copyright © Dereck De Almeida All rights reserved.
  • 15. Customizing the Drill Behaviour The journal data in Fusion now appears as it was created in R12 allowing you to search using the R12 journal name, batch, category etc Copyright © Dereck De Almeida All rights reserved.
  • 16. Customizing the Drill Behaviour Hook for non-standard Oracle journal sources delivered as part of the enhancement request in patch 14830189 Copyright © Dereck De Almeida All rights reserved.
  • 17. Customizing the Drill Behaviour Assess and Identity Management must be configured to eliminate the need for the user to sign-on using their R12 local login Copyright © Dereck De Almeida All rights reserved.
  • 18. Customizing the Drill Behaviour Reference data on Fusion journal lines used to pass the arguments when calling the page in R12 Custom jsp invoked by clicking on the journal line amount in Fusion calls the R12 sub-ledger accounting enquiry page for the relevant journal line in Fusion Copyright © Dereck De Almeida All rights reserved.
  • 19. Customizing the Drill Behaviour Data Model Copyright © Dereck De Almeida All rights reserved.
  • 20. Patches • • Patch 12871487: Oracle General Ledger and Oracle Fusion Accounting Hub Integration Patch 14330256: ENH:DRILLDOWN FROM FUSION GL JOURNAL LINES DIRECTLY TO THE R12 SLA LINES Copyright © Dereck De Almeida All rights reserved.
  • 21. References • • • • • • Fusion Accounting Hub (FAH) in a Coexistence Scenario (Doc ID 1275111.1) Where To Setup The Fusion to EBS Co-Existense Ledger Mapping Setups? (Doc ID 1428150.1) EBS - Fusion GL Transfer: Golden Gate Data Transfer Report (Doc ID 1475490.1) Drill Down From Fusion General Ledger To EBS R12 Is Not Showing Any Data (Doc ID 1480297.1) FAQ For R12 Populating GL_INTERFACE Table and Assigning Values to Optional Columns Such as Reference Fields (Doc ID 578959.1) Configuring Oracle GoldenGate to Integrate the E-Business Suite General Ledger with Fusion Accounting Hub (Doc ID 1324692.1) Copyright © Dereck De Almeida All rights reserved.
  • 22. Q&A Questions ? Copyright © Dereck De Almeida All rights reserved.