SlideShare a Scribd company logo
1 of 27
Download to read offline
Integrated Business Analytics Solutions
Baha Mar's All In Bet on Red
The story of integrating data and master data with PBCS, FCCS and ARCS
Tony Scalese
11 June 2018
Agenda
• About Ranzal, Me & Baha Mar
• Project Background
• Data Integration Detail
• Master Data Integration Detail
• Lessons Learned
• Q&A
3
Comprehensive Business Solutions
Ranzal’s solutions drive improved business performance
through better decision making, strong customer
engagement and optimized operations
Deep Oracle Partnership Drives Customer Value Adaptable Deployment Models
Diverse Client Portfolio & Industry Expertise
Bio Tech and
Pharma
Medical
Supplies
Team Highlights
Multiple
Oracle ACEs
Seasoned delivery
team with avg ~6
yrs serving Ranzal
clients
Experienced
mgmt team with
avg 12 yrs leading
Ranzal
About Ranzal
About Me
• Vice President of Technology at Edgewater Ranzal
• Internal focus: Standards and quality control
• External focus: Brand growth and relationship management
• More than 17 years in the Oracle Hyperion Suite
• Former Hyperion & Upstream administrator
• Over 12 years of consulting experience
• Certified in various Oracle Hyperion technologies
• Oracle ACE recognized for contributions in the BI track which includes EPM
• Blog: http://www.fdmeeguru.com
• Twitter: @fdmeeguru
• Two published books on FDMEE
• The Definitive Guide to Oracle FDMEE
• Oracle FDMEE Scripting: Essential Elements
About Baha Mar
• Multi-billion dollar 5 Star Resort located in Nassau, Bahamas
• Owned by CTF BM Holdings Ltd, a subsidiary of the Hong Kong
conglomerate Chow Tai Fook Enterprises Ltd.
• Soft opened in April 2017, Full open in October 2017
• 3 Hotel Brands – Grand Hyatt, SLS, Rosewood
• Jack Nicklaus Signature golf course
• ESPA spa
• Luxury shopping including Bulgari, Rolex and Hublot
• World class restaurants including Katsuya, Cleo and Shuang Ba
• Casino with Ocean Views complete with table games, slots and sports
book
• Exciting additions planned over the coming years
My Room
• Prior to the bankruptcy of previous Baha Mar owners, PBCS
was implemented
• Very rudimentary implementation, all data had to be hand keyed
– daily
• Re-envisioned EPM project to support:
• Daily Operational Reporting
• Budget and Forecasting
• Monthly Financial Close
• Monthly Account Reconciliation
Project Background
• Planning and Budgeting Cloud Service (PBCS)
• Financial Close and Consolidation Cloud Service (FCCS)
• Account Reconciliation Cloud Service (ARCS)
• Enterprise Data Management Cloud Service (EDMCS)
• Cloud Data Management (CDM)
• Financial Data Quality Management, Enterprise Edition
(FDMEE)*
Oracle Products
Why FDMEE?
FDMEE CDM
Flat file Processing  
Pre Built Connection to Oracle branded Ledgers  
Pre Built Connection to Oracle Fusion GL  
Pre Built Connection to SAP ERP & DW  
Direct Connection to relational data sources  
Mapping  
Multi-period Processing  
Data Synchronization (Hybrid Mode)  
Data Synchronization (Full Cloud Mode)  
Automation  
Import, Custom & Event Scripting  
Custom Reports  
Drill Through  
Textual “data”  
Flat file Master Data Integration  
Data Sources
Source Target Type/Technology Purpose Data Flow Scenario Frequency
Simphony PBCS.DOR FDMEE - OIA Load food and beverage revenue Inbound DOR Daily
IBS PBCS.DOR FDMEE - OIA Load golf and retail revenue Inbound DOR Daily
Spasoft PBCS.DOR FDMEE - OIA Load Spa Inbound DOR Daily
Revintel PBCS.DOR FDMEE - Flat File Load Rooms Inbound DOR Daily
Slots PBCS.DOR FDMEE - Flat File Load Slots Inbound DOR Daily
Table Games PBCS.DOR FDMEE - Flat File Load Table games Inbound DOR Daily
Sports Book PBCS.DOR FDMEE - Flat File Load Sports Book Inbound DOR Daily
AVPM PBCS.DOR FDMEE - Flat File Load parking and valet Inbound DOR Daily
VistaTime PBCS.DOR FDMEE - OIA Load Headcount Inbound DOR Daily
NetTime PBCS.DOR FDMEE - Flat File Load Hours Inbound DOR Daily
Great Plains FCCS FDMEE - OIA Load trial balance Inbound Actual Monthly
FCCS PBCS FDMEE - Data Sync Sync adjustments & elims Intra EPM Actual Monthly
PBCS FCCS FDMEE - Data Sync Load Status Intra EPM Actual Monthly
• Scrape email
• Convert XLS file to CSV
• Process XML file to CSV
• Download files daily from FTP
• Non Homogenous Data Files
Complex Integration Needs
Sample Casino Data File
• Batch Automation Alerting
• Essbase Enhanced Validate
• Substitution Variable Setting
• Smart Business Rules
• Automated Metadata Loads
FDMEE Enhancements
• Automated process runs every day of the year
• Multiple feeds are loaded
• Mechanism is needed to provide status and error information in
an efficient manner
Batch Automation Alerting
• Concept originally developed ~10 years ago with on-premises
Essbase
• Redeveloped for cloud integrations using the CDM REST API
• Identifies mapped intersections that are not level 0 members in
the outline of the cloud application
• Prevents data load errors & business rule execution failure
• Bug identified in CDM – connection leak
Essbase Enhanced Validate
Substitution Variables
• Substitution variables set daily as part of the data load process
• Utilizes EPM Automate
• Setsubstvars ‘CubeName’ ‘SubVar’=‘Value’
• Calculates variables dynamically based on system date
Substitution Variables
• Execute clears before load and aggregation after load
completes successfully
• Flexible to allow POV, DLR attributes or data itself to drive
which members are passed to calc
• Utilizes EPM Automate
• Runbusinessrule plan_type=XXX VariableName=VariableValue
• Will transition to REST API as enhancement for greater
concurrency
Execute Business Rules
• Formal Oracle program to beta test the new software/cloud service offering
• Qualifications:
• Imminent project
• Project profile that fits anticipated use cases
• Reasonable customer
• Qualified consulting partner (skills & personality)
• Baha Mar was 1 of 3 Worldwide Early Adopters of EDMCS
• Leveraged EDMCS to manage multiple shared hierarchies across PBCS &
FCCS
• Account
• Department
• Utilized Cloud Data Management and FDMEE to augment EDMCS
functionality
EDMCS – Early Adoption
EDMCS Design Considerations
Pros Cons
PBCS Application Adaptor • Built in connection to PBCS
• Built-in properties and validations.
• Eliminates need to build and maintain
custom properties
• Future enhancements will natively be
applied
• Can be used for FCCS
• Eliminates need for additional ETL
work in CDM
• Requires separate applications
to be registered
• Master data needs to be
maintained multiple times
Custom Application Adaptor • Single application can be used to
maintain application for multiple
applications
• Need to create custom
properties
• No validations other than basic
• Future enhancements to
application adaptor not
available to integration
• Utilize EDMCS REST API (18.05) to download metadata to a
flat file
• Metadata file is saved to FDMEE inbox subdirectory
• EPM Automate used to upload metadata files to PBCS and
FCCS
• CDM DLRs executed to load metadata to each plan type
• Cube outline refreshed using PBCS & FCCS REST APIs
• Metadata load results emailed
• Process executed by FDMEE custom script
Automated Metadata Loads
Automated Metadata Loads
EDMCS
FDMEE
Scripting
PBCS Restruct
ure
CDM
FCCS Restruct
ure
CDMAcct &
Dept
1. Get Dim ID
2. Run Export Job
3. Check Output Status
4. Download File
4. Upload to pods
5. Execute CDM rules
6. Restructure cube 7. Email Result
• Requirements – October 2017
• Design – October 2017
• Build – November 2017 – Feb 2018 / April 2018
• FCCS & PBCS
• EDMCS Early Adopter participation Dec – 2017 through Feb 2018, procured
subscription end of Feb 2018
• Testing
• FCCS/PBCS: March 2018 / May 2018
• Go Live
• FCCS: April 2018
• PBCS: June 2018
Project Timeline
• EPM Automate does not support concurrent executions for
same login
• CDM has a connection leak for member refresh process
• Create metadata loads for each plan type individually
• Include global metadata properties when executing metadata
loads
Lessons Learned
• Implement integrations for ARCS
• Compliance and transaction matching
• Implement EDMCS for ARCS profiles
• Implement EDMCS for Great Plains G/L
Next Steps
Questions
26
8 Speaker Sessions
Monday, 6/11:
• 10:45am – 11:45am: Baha Mar's All In Bet on Red - The story of integrating data and master data with PBCS, FCCS and ARCS
• 2:30pm - 3:30pm: Visual Approach to Essbase Calcs: 2018
• 4:15pm - 5:15pm: Integrated Planning Using Enterprise Planning and Budgeting Cloud Service at Sims Metal Management
Tuesday, 6/12:
• 9:00am - 10:00am: FDMEE versus Cloud Data Management - The Real Story
• 10:15am - 11:15am: Edgewater Ranzal: Winning Strategies for Oracle Cloud Adoption: Should You Test Drive, Lease, or Buy?
• 2:15pm - 3:15pm: Why Should I Care About DVD? Blu-Ray is the New Thing, Right?
Wednesday, 6/13:
• 11:45am - 12:45pm: Putting Predictive Planning to Work
• 2:15pm - 3:15pm: EPM Automate - Automating Enterprise Performance Management Cloud Solutions
Visit us at Booth # 407
Baha Mar's All in Bet on Red: The Story of Integrating Data and Master Data with PBCS, FCCS, and ARCS

More Related Content

What's hot

The Wright Way into the Cloud: The Argument for ARCS
The Wright Way into the Cloud:  The Argument for ARCSThe Wright Way into the Cloud:  The Argument for ARCS
The Wright Way into the Cloud: The Argument for ARCSAlithya
 
Winning Strategies for Oracle Cloud Adoption: Should You Test Drive, Lease, o...
Winning Strategies for Oracle Cloud Adoption: Should You Test Drive, Lease, o...Winning Strategies for Oracle Cloud Adoption: Should You Test Drive, Lease, o...
Winning Strategies for Oracle Cloud Adoption: Should You Test Drive, Lease, o...Joseph Alaimo Jr
 
Moving from MaxL to EPMAutomate for Oracle Planning & Budgeting Cloud Service...
Moving from MaxL to EPMAutomate for Oracle Planning & Budgeting Cloud Service...Moving from MaxL to EPMAutomate for Oracle Planning & Budgeting Cloud Service...
Moving from MaxL to EPMAutomate for Oracle Planning & Budgeting Cloud Service...mindstremanalysis
 
Enterprise Planning and Budgeting Cloud EPBCS Factsheet
Enterprise Planning and Budgeting Cloud EPBCS FactsheetEnterprise Planning and Budgeting Cloud EPBCS Factsheet
Enterprise Planning and Budgeting Cloud EPBCS FactsheetJade Global
 
A Guide to Oracle's Planning and Budgeting Cloud Service
A Guide to Oracle's Planning and Budgeting Cloud ServiceA Guide to Oracle's Planning and Budgeting Cloud Service
A Guide to Oracle's Planning and Budgeting Cloud ServiceInnovusPartners
 
Viasat Launches to the Cloud with Oracle Enterprise Data Management
Viasat Launches to the Cloud with Oracle Enterprise Data Management Viasat Launches to the Cloud with Oracle Enterprise Data Management
Viasat Launches to the Cloud with Oracle Enterprise Data Management Alithya
 
EPM, ERP, Cloud, and On-Premise: All Integration Options Explained
EPM, ERP, Cloud, and On-Premise:  All Integration Options ExplainedEPM, ERP, Cloud, and On-Premise:  All Integration Options Explained
EPM, ERP, Cloud, and On-Premise: All Integration Options ExplainedJoseph Alaimo Jr
 
Oracle Planning and Budgeting Cloud Service (PBCS)
Oracle Planning and Budgeting Cloud Service (PBCS)Oracle Planning and Budgeting Cloud Service (PBCS)
Oracle Planning and Budgeting Cloud Service (PBCS)US-Analytics
 
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curve
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curveHow to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curve
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curveDoga Pamir
 
A Journey to Profitability with Oracle PCMCS
A Journey to Profitability with Oracle PCMCSA Journey to Profitability with Oracle PCMCS
A Journey to Profitability with Oracle PCMCSAlithya
 
Hyperion DRM Online Training | Oracle Hyperion DRM Online Training | Hyperion...
Hyperion DRM Online Training | Oracle Hyperion DRM Online Training | Hyperion...Hyperion DRM Online Training | Oracle Hyperion DRM Online Training | Hyperion...
Hyperion DRM Online Training | Oracle Hyperion DRM Online Training | Hyperion...Sapramsonlinetraining
 
Hyperion Planning 11.1.2.4 | MindStream Analytics
Hyperion Planning 11.1.2.4 | MindStream AnalyticsHyperion Planning 11.1.2.4 | MindStream Analytics
Hyperion Planning 11.1.2.4 | MindStream Analyticsmindstremanalysis
 
Data options with hyperion planning and essbase
Data options with hyperion planning and essbaseData options with hyperion planning and essbase
Data options with hyperion planning and essbasefinitsolutions
 
What's New in Oracle EPM Cloud
What's New in Oracle EPM CloudWhat's New in Oracle EPM Cloud
What's New in Oracle EPM CloudPerficient, Inc.
 
M&A Information Factory: Integrating 80 Sources in 100 Days with Oracle DRM &...
M&A Information Factory: Integrating 80 Sources in 100 Days with Oracle DRM &...M&A Information Factory: Integrating 80 Sources in 100 Days with Oracle DRM &...
M&A Information Factory: Integrating 80 Sources in 100 Days with Oracle DRM &...Alithya
 
Best of Oracle Hyperion 11.1.2.4
Best of Oracle Hyperion 11.1.2.4Best of Oracle Hyperion 11.1.2.4
Best of Oracle Hyperion 11.1.2.4US-Analytics
 
Hfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close CloudHfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close CloudAlithya
 
Why Business is Better in the Cloud
Why Business is Better in the CloudWhy Business is Better in the Cloud
Why Business is Better in the CloudPerficient, Inc.
 
Enriching the Value of Clinical Data with Oracle Data Management Workbench
Enriching the Value of Clinical Data with Oracle Data Management WorkbenchEnriching the Value of Clinical Data with Oracle Data Management Workbench
Enriching the Value of Clinical Data with Oracle Data Management WorkbenchPerficient, Inc.
 

What's hot (20)

Oracle FCCS: A Deep Dive
Oracle FCCS: A Deep DiveOracle FCCS: A Deep Dive
Oracle FCCS: A Deep Dive
 
The Wright Way into the Cloud: The Argument for ARCS
The Wright Way into the Cloud:  The Argument for ARCSThe Wright Way into the Cloud:  The Argument for ARCS
The Wright Way into the Cloud: The Argument for ARCS
 
Winning Strategies for Oracle Cloud Adoption: Should You Test Drive, Lease, o...
Winning Strategies for Oracle Cloud Adoption: Should You Test Drive, Lease, o...Winning Strategies for Oracle Cloud Adoption: Should You Test Drive, Lease, o...
Winning Strategies for Oracle Cloud Adoption: Should You Test Drive, Lease, o...
 
Moving from MaxL to EPMAutomate for Oracle Planning & Budgeting Cloud Service...
Moving from MaxL to EPMAutomate for Oracle Planning & Budgeting Cloud Service...Moving from MaxL to EPMAutomate for Oracle Planning & Budgeting Cloud Service...
Moving from MaxL to EPMAutomate for Oracle Planning & Budgeting Cloud Service...
 
Enterprise Planning and Budgeting Cloud EPBCS Factsheet
Enterprise Planning and Budgeting Cloud EPBCS FactsheetEnterprise Planning and Budgeting Cloud EPBCS Factsheet
Enterprise Planning and Budgeting Cloud EPBCS Factsheet
 
A Guide to Oracle's Planning and Budgeting Cloud Service
A Guide to Oracle's Planning and Budgeting Cloud ServiceA Guide to Oracle's Planning and Budgeting Cloud Service
A Guide to Oracle's Planning and Budgeting Cloud Service
 
Viasat Launches to the Cloud with Oracle Enterprise Data Management
Viasat Launches to the Cloud with Oracle Enterprise Data Management Viasat Launches to the Cloud with Oracle Enterprise Data Management
Viasat Launches to the Cloud with Oracle Enterprise Data Management
 
EPM, ERP, Cloud, and On-Premise: All Integration Options Explained
EPM, ERP, Cloud, and On-Premise:  All Integration Options ExplainedEPM, ERP, Cloud, and On-Premise:  All Integration Options Explained
EPM, ERP, Cloud, and On-Premise: All Integration Options Explained
 
Oracle Planning and Budgeting Cloud Service (PBCS)
Oracle Planning and Budgeting Cloud Service (PBCS)Oracle Planning and Budgeting Cloud Service (PBCS)
Oracle Planning and Budgeting Cloud Service (PBCS)
 
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curve
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curveHow to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curve
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curve
 
A Journey to Profitability with Oracle PCMCS
A Journey to Profitability with Oracle PCMCSA Journey to Profitability with Oracle PCMCS
A Journey to Profitability with Oracle PCMCS
 
Hyperion DRM Online Training | Oracle Hyperion DRM Online Training | Hyperion...
Hyperion DRM Online Training | Oracle Hyperion DRM Online Training | Hyperion...Hyperion DRM Online Training | Oracle Hyperion DRM Online Training | Hyperion...
Hyperion DRM Online Training | Oracle Hyperion DRM Online Training | Hyperion...
 
Hyperion Planning 11.1.2.4 | MindStream Analytics
Hyperion Planning 11.1.2.4 | MindStream AnalyticsHyperion Planning 11.1.2.4 | MindStream Analytics
Hyperion Planning 11.1.2.4 | MindStream Analytics
 
Data options with hyperion planning and essbase
Data options with hyperion planning and essbaseData options with hyperion planning and essbase
Data options with hyperion planning and essbase
 
What's New in Oracle EPM Cloud
What's New in Oracle EPM CloudWhat's New in Oracle EPM Cloud
What's New in Oracle EPM Cloud
 
M&A Information Factory: Integrating 80 Sources in 100 Days with Oracle DRM &...
M&A Information Factory: Integrating 80 Sources in 100 Days with Oracle DRM &...M&A Information Factory: Integrating 80 Sources in 100 Days with Oracle DRM &...
M&A Information Factory: Integrating 80 Sources in 100 Days with Oracle DRM &...
 
Best of Oracle Hyperion 11.1.2.4
Best of Oracle Hyperion 11.1.2.4Best of Oracle Hyperion 11.1.2.4
Best of Oracle Hyperion 11.1.2.4
 
Hfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close CloudHfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close Cloud
 
Why Business is Better in the Cloud
Why Business is Better in the CloudWhy Business is Better in the Cloud
Why Business is Better in the Cloud
 
Enriching the Value of Clinical Data with Oracle Data Management Workbench
Enriching the Value of Clinical Data with Oracle Data Management WorkbenchEnriching the Value of Clinical Data with Oracle Data Management Workbench
Enriching the Value of Clinical Data with Oracle Data Management Workbench
 

Similar to Baha Mar's All in Bet on Red: The Story of Integrating Data and Master Data with PBCS, FCCS, and ARCS

Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM CloudFinit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloudfinitsolutions
 
EPM Day San Francisco - Oracle DRM Success Factors
EPM Day San Francisco - Oracle DRM Success FactorsEPM Day San Francisco - Oracle DRM Success Factors
EPM Day San Francisco - Oracle DRM Success FactorsAlithya
 
Oracle EPM Day Philadelphia - What is your Cloud Strategy?
Oracle EPM Day Philadelphia - What is your Cloud Strategy?Oracle EPM Day Philadelphia - What is your Cloud Strategy?
Oracle EPM Day Philadelphia - What is your Cloud Strategy?Alithya
 
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...DataWorks Summit
 
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflowsCloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflowsYong Feng
 
Spatial Network Inc. Data Management and Transformation with FME
Spatial Network Inc. Data Management and Transformation with FMESpatial Network Inc. Data Management and Transformation with FME
Spatial Network Inc. Data Management and Transformation with FMESafe Software
 
What is your Cloud Strategy?
What is your Cloud Strategy?What is your Cloud Strategy?
What is your Cloud Strategy?Alithya
 
Selecting a SQL Server Cloud Platform - IaaS, Amazon RDS or Azure SQL DB?
Selecting a SQL Server Cloud Platform - IaaS, Amazon RDS or Azure SQL DB?Selecting a SQL Server Cloud Platform - IaaS, Amazon RDS or Azure SQL DB?
Selecting a SQL Server Cloud Platform - IaaS, Amazon RDS or Azure SQL DB?Christopher Foot
 
FORCES - EBS Upgrade Compared to SaaS Cloud.pdf
FORCES - EBS Upgrade Compared to SaaS Cloud.pdfFORCES - EBS Upgrade Compared to SaaS Cloud.pdf
FORCES - EBS Upgrade Compared to SaaS Cloud.pdfJacobYeboa1
 
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar Fishbowl Solutions
 
Skillwise Big Data part 2
Skillwise Big Data part 2Skillwise Big Data part 2
Skillwise Big Data part 2Skillwise Group
 
Automating Infrastructure as a Service Deployments and monitoring – TEC213
Automating Infrastructure as a Service Deployments and monitoring – TEC213Automating Infrastructure as a Service Deployments and monitoring – TEC213
Automating Infrastructure as a Service Deployments and monitoring – TEC213Chris Kernaghan
 
MongoDB Breakfast Milan - Mainframe Offloading Strategies
MongoDB Breakfast Milan -  Mainframe Offloading StrategiesMongoDB Breakfast Milan -  Mainframe Offloading Strategies
MongoDB Breakfast Milan - Mainframe Offloading StrategiesMongoDB
 
Optimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and ControlOptimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and ControlEDB
 
Collaborate 2018: Hyperion and PeopleSoft - Hands Off Automation
Collaborate 2018: Hyperion and PeopleSoft - Hands Off AutomationCollaborate 2018: Hyperion and PeopleSoft - Hands Off Automation
Collaborate 2018: Hyperion and PeopleSoft - Hands Off AutomationDatavail
 
Nippon It Solutions Data services offering 2015
Nippon It Solutions Data services offering 2015Nippon It Solutions Data services offering 2015
Nippon It Solutions Data services offering 2015Vinay Mistry
 
Optimize with Open Source
Optimize with Open SourceOptimize with Open Source
Optimize with Open SourceEDB
 

Similar to Baha Mar's All in Bet on Red: The Story of Integrating Data and Master Data with PBCS, FCCS, and ARCS (20)

Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM CloudFinit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
 
EPM Day San Francisco - Oracle DRM Success Factors
EPM Day San Francisco - Oracle DRM Success FactorsEPM Day San Francisco - Oracle DRM Success Factors
EPM Day San Francisco - Oracle DRM Success Factors
 
Oracle EPM Day Philadelphia - What is your Cloud Strategy?
Oracle EPM Day Philadelphia - What is your Cloud Strategy?Oracle EPM Day Philadelphia - What is your Cloud Strategy?
Oracle EPM Day Philadelphia - What is your Cloud Strategy?
 
Tah 03302015 withendclient
Tah 03302015 withendclientTah 03302015 withendclient
Tah 03302015 withendclient
 
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
 
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflowsCloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflows
 
Spatial Network Inc. Data Management and Transformation with FME
Spatial Network Inc. Data Management and Transformation with FMESpatial Network Inc. Data Management and Transformation with FME
Spatial Network Inc. Data Management and Transformation with FME
 
What is your Cloud Strategy?
What is your Cloud Strategy?What is your Cloud Strategy?
What is your Cloud Strategy?
 
Selecting a SQL Server Cloud Platform - IaaS, Amazon RDS or Azure SQL DB?
Selecting a SQL Server Cloud Platform - IaaS, Amazon RDS or Azure SQL DB?Selecting a SQL Server Cloud Platform - IaaS, Amazon RDS or Azure SQL DB?
Selecting a SQL Server Cloud Platform - IaaS, Amazon RDS or Azure SQL DB?
 
FORCES - EBS Upgrade Compared to SaaS Cloud.pdf
FORCES - EBS Upgrade Compared to SaaS Cloud.pdfFORCES - EBS Upgrade Compared to SaaS Cloud.pdf
FORCES - EBS Upgrade Compared to SaaS Cloud.pdf
 
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
 
Skillwise Big Data part 2
Skillwise Big Data part 2Skillwise Big Data part 2
Skillwise Big Data part 2
 
Automating Infrastructure as a Service Deployments and monitoring – TEC213
Automating Infrastructure as a Service Deployments and monitoring – TEC213Automating Infrastructure as a Service Deployments and monitoring – TEC213
Automating Infrastructure as a Service Deployments and monitoring – TEC213
 
MongoDB Breakfast Milan - Mainframe Offloading Strategies
MongoDB Breakfast Milan -  Mainframe Offloading StrategiesMongoDB Breakfast Milan -  Mainframe Offloading Strategies
MongoDB Breakfast Milan - Mainframe Offloading Strategies
 
Optimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and ControlOptimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and Control
 
Collaborate 2018: Hyperion and PeopleSoft - Hands Off Automation
Collaborate 2018: Hyperion and PeopleSoft - Hands Off AutomationCollaborate 2018: Hyperion and PeopleSoft - Hands Off Automation
Collaborate 2018: Hyperion and PeopleSoft - Hands Off Automation
 
Nippon It Solutions Data services offering 2015
Nippon It Solutions Data services offering 2015Nippon It Solutions Data services offering 2015
Nippon It Solutions Data services offering 2015
 
Sandeep Grandhi (1)
Sandeep Grandhi (1)Sandeep Grandhi (1)
Sandeep Grandhi (1)
 
Skilwise Big data
Skilwise Big dataSkilwise Big data
Skilwise Big data
 
Optimize with Open Source
Optimize with Open SourceOptimize with Open Source
Optimize with Open Source
 

More from Joseph Alaimo Jr

Visual Approach to Essbase Calcs: 2018
Visual Approach to Essbase Calcs: 2018Visual Approach to Essbase Calcs: 2018
Visual Approach to Essbase Calcs: 2018Joseph Alaimo Jr
 
Why Should I Care About DVD?  Blu-Ray is the New Thing, Right?
Why Should I Care About DVD?  Blu-Ray is the New Thing, Right?Why Should I Care About DVD?  Blu-Ray is the New Thing, Right?
Why Should I Care About DVD?  Blu-Ray is the New Thing, Right?Joseph Alaimo Jr
 
ODTUG NYC Meetup 2017 – PCMCS and ITFM
ODTUG NYC Meetup 2017 – PCMCS and ITFMODTUG NYC Meetup 2017 – PCMCS and ITFM
ODTUG NYC Meetup 2017 – PCMCS and ITFMJoseph Alaimo Jr
 
The Bill for IT: IT Service Costing, Showback, & Chargebacks with PCMCS
The Bill for IT:  IT Service Costing, Showback, & Chargebacks with PCMCSThe Bill for IT:  IT Service Costing, Showback, & Chargebacks with PCMCS
The Bill for IT: IT Service Costing, Showback, & Chargebacks with PCMCSJoseph Alaimo Jr
 
Sims Metal Management Automates Enterprise Planning with EPBCS
Sims Metal Management Automates Enterprise Planning with EPBCSSims Metal Management Automates Enterprise Planning with EPBCS
Sims Metal Management Automates Enterprise Planning with EPBCSJoseph Alaimo Jr
 
Adaptive Intelligence: What's Next in Business Analytics
Adaptive Intelligence:  What's Next in Business AnalyticsAdaptive Intelligence:  What's Next in Business Analytics
Adaptive Intelligence: What's Next in Business AnalyticsJoseph Alaimo Jr
 
Strategic Modeling: Right Strategic Decisions Aligned with Operating Plans a...
Strategic Modeling:  Right Strategic Decisions Aligned with Operating Plans a...Strategic Modeling:  Right Strategic Decisions Aligned with Operating Plans a...
Strategic Modeling: Right Strategic Decisions Aligned with Operating Plans a...Joseph Alaimo Jr
 
Oracle IT Financial Management
Oracle IT Financial ManagementOracle IT Financial Management
Oracle IT Financial ManagementJoseph Alaimo Jr
 
Back to the Future - Oracle Essbase - Then and Now
Back to the Future - Oracle Essbase - Then and Now Back to the Future - Oracle Essbase - Then and Now
Back to the Future - Oracle Essbase - Then and Now Joseph Alaimo Jr
 
Supplementing the Close Process at UHS
Supplementing the Close Process at UHSSupplementing the Close Process at UHS
Supplementing the Close Process at UHSJoseph Alaimo Jr
 
True Power of Oracle's Enterprise Planning Suite Unleashed at POET
True Power of Oracle's Enterprise Planning Suite Unleashed at POETTrue Power of Oracle's Enterprise Planning Suite Unleashed at POET
True Power of Oracle's Enterprise Planning Suite Unleashed at POETJoseph Alaimo Jr
 
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...Joseph Alaimo Jr
 
Ask the Experts - An Informal Panel for FDMEE
Ask the Experts - An Informal Panel for FDMEEAsk the Experts - An Informal Panel for FDMEE
Ask the Experts - An Informal Panel for FDMEEJoseph Alaimo Jr
 
The Bill for IT: IT Service Costing, Showbacks & Chargebacks with Profitabili...
The Bill for IT: IT Service Costing, Showbacks & Chargebacks with Profitabili...The Bill for IT: IT Service Costing, Showbacks & Chargebacks with Profitabili...
The Bill for IT: IT Service Costing, Showbacks & Chargebacks with Profitabili...Joseph Alaimo Jr
 

More from Joseph Alaimo Jr (16)

Visual Approach to Essbase Calcs: 2018
Visual Approach to Essbase Calcs: 2018Visual Approach to Essbase Calcs: 2018
Visual Approach to Essbase Calcs: 2018
 
Why Should I Care About DVD?  Blu-Ray is the New Thing, Right?
Why Should I Care About DVD?  Blu-Ray is the New Thing, Right?Why Should I Care About DVD?  Blu-Ray is the New Thing, Right?
Why Should I Care About DVD?  Blu-Ray is the New Thing, Right?
 
ODTUG NYC Meetup 2017 – PCMCS and ITFM
ODTUG NYC Meetup 2017 – PCMCS and ITFMODTUG NYC Meetup 2017 – PCMCS and ITFM
ODTUG NYC Meetup 2017 – PCMCS and ITFM
 
Oracle Analytics Cloud
Oracle Analytics CloudOracle Analytics Cloud
Oracle Analytics Cloud
 
The Bill for IT: IT Service Costing, Showback, & Chargebacks with PCMCS
The Bill for IT:  IT Service Costing, Showback, & Chargebacks with PCMCSThe Bill for IT:  IT Service Costing, Showback, & Chargebacks with PCMCS
The Bill for IT: IT Service Costing, Showback, & Chargebacks with PCMCS
 
Sims Metal Management Automates Enterprise Planning with EPBCS
Sims Metal Management Automates Enterprise Planning with EPBCSSims Metal Management Automates Enterprise Planning with EPBCS
Sims Metal Management Automates Enterprise Planning with EPBCS
 
Adaptive Intelligence: What's Next in Business Analytics
Adaptive Intelligence:  What's Next in Business AnalyticsAdaptive Intelligence:  What's Next in Business Analytics
Adaptive Intelligence: What's Next in Business Analytics
 
Strategic Modeling: Right Strategic Decisions Aligned with Operating Plans a...
Strategic Modeling:  Right Strategic Decisions Aligned with Operating Plans a...Strategic Modeling:  Right Strategic Decisions Aligned with Operating Plans a...
Strategic Modeling: Right Strategic Decisions Aligned with Operating Plans a...
 
Oracle IT Financial Management
Oracle IT Financial ManagementOracle IT Financial Management
Oracle IT Financial Management
 
Back to the Future - Oracle Essbase - Then and Now
Back to the Future - Oracle Essbase - Then and Now Back to the Future - Oracle Essbase - Then and Now
Back to the Future - Oracle Essbase - Then and Now
 
Supplementing the Close Process at UHS
Supplementing the Close Process at UHSSupplementing the Close Process at UHS
Supplementing the Close Process at UHS
 
True Power of Oracle's Enterprise Planning Suite Unleashed at POET
True Power of Oracle's Enterprise Planning Suite Unleashed at POETTrue Power of Oracle's Enterprise Planning Suite Unleashed at POET
True Power of Oracle's Enterprise Planning Suite Unleashed at POET
 
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
 
Ask the Experts - An Informal Panel for FDMEE
Ask the Experts - An Informal Panel for FDMEEAsk the Experts - An Informal Panel for FDMEE
Ask the Experts - An Informal Panel for FDMEE
 
The Bill for IT: IT Service Costing, Showbacks & Chargebacks with Profitabili...
The Bill for IT: IT Service Costing, Showbacks & Chargebacks with Profitabili...The Bill for IT: IT Service Costing, Showbacks & Chargebacks with Profitabili...
The Bill for IT: IT Service Costing, Showbacks & Chargebacks with Profitabili...
 
PCMCS - Have it Your Way
PCMCS - Have it Your WayPCMCS - Have it Your Way
PCMCS - Have it Your Way
 

Recently uploaded

Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 

Recently uploaded (20)

Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 

Baha Mar's All in Bet on Red: The Story of Integrating Data and Master Data with PBCS, FCCS, and ARCS

  • 1. Integrated Business Analytics Solutions Baha Mar's All In Bet on Red The story of integrating data and master data with PBCS, FCCS and ARCS Tony Scalese 11 June 2018
  • 2. Agenda • About Ranzal, Me & Baha Mar • Project Background • Data Integration Detail • Master Data Integration Detail • Lessons Learned • Q&A
  • 3. 3 Comprehensive Business Solutions Ranzal’s solutions drive improved business performance through better decision making, strong customer engagement and optimized operations Deep Oracle Partnership Drives Customer Value Adaptable Deployment Models Diverse Client Portfolio & Industry Expertise Bio Tech and Pharma Medical Supplies Team Highlights Multiple Oracle ACEs Seasoned delivery team with avg ~6 yrs serving Ranzal clients Experienced mgmt team with avg 12 yrs leading Ranzal About Ranzal
  • 4. About Me • Vice President of Technology at Edgewater Ranzal • Internal focus: Standards and quality control • External focus: Brand growth and relationship management • More than 17 years in the Oracle Hyperion Suite • Former Hyperion & Upstream administrator • Over 12 years of consulting experience • Certified in various Oracle Hyperion technologies • Oracle ACE recognized for contributions in the BI track which includes EPM • Blog: http://www.fdmeeguru.com • Twitter: @fdmeeguru • Two published books on FDMEE • The Definitive Guide to Oracle FDMEE • Oracle FDMEE Scripting: Essential Elements
  • 5. About Baha Mar • Multi-billion dollar 5 Star Resort located in Nassau, Bahamas • Owned by CTF BM Holdings Ltd, a subsidiary of the Hong Kong conglomerate Chow Tai Fook Enterprises Ltd. • Soft opened in April 2017, Full open in October 2017 • 3 Hotel Brands – Grand Hyatt, SLS, Rosewood • Jack Nicklaus Signature golf course • ESPA spa • Luxury shopping including Bulgari, Rolex and Hublot • World class restaurants including Katsuya, Cleo and Shuang Ba • Casino with Ocean Views complete with table games, slots and sports book • Exciting additions planned over the coming years My Room
  • 6. • Prior to the bankruptcy of previous Baha Mar owners, PBCS was implemented • Very rudimentary implementation, all data had to be hand keyed – daily • Re-envisioned EPM project to support: • Daily Operational Reporting • Budget and Forecasting • Monthly Financial Close • Monthly Account Reconciliation Project Background
  • 7. • Planning and Budgeting Cloud Service (PBCS) • Financial Close and Consolidation Cloud Service (FCCS) • Account Reconciliation Cloud Service (ARCS) • Enterprise Data Management Cloud Service (EDMCS) • Cloud Data Management (CDM) • Financial Data Quality Management, Enterprise Edition (FDMEE)* Oracle Products
  • 8. Why FDMEE? FDMEE CDM Flat file Processing   Pre Built Connection to Oracle branded Ledgers   Pre Built Connection to Oracle Fusion GL   Pre Built Connection to SAP ERP & DW   Direct Connection to relational data sources   Mapping   Multi-period Processing   Data Synchronization (Hybrid Mode)   Data Synchronization (Full Cloud Mode)   Automation   Import, Custom & Event Scripting   Custom Reports   Drill Through   Textual “data”   Flat file Master Data Integration  
  • 9. Data Sources Source Target Type/Technology Purpose Data Flow Scenario Frequency Simphony PBCS.DOR FDMEE - OIA Load food and beverage revenue Inbound DOR Daily IBS PBCS.DOR FDMEE - OIA Load golf and retail revenue Inbound DOR Daily Spasoft PBCS.DOR FDMEE - OIA Load Spa Inbound DOR Daily Revintel PBCS.DOR FDMEE - Flat File Load Rooms Inbound DOR Daily Slots PBCS.DOR FDMEE - Flat File Load Slots Inbound DOR Daily Table Games PBCS.DOR FDMEE - Flat File Load Table games Inbound DOR Daily Sports Book PBCS.DOR FDMEE - Flat File Load Sports Book Inbound DOR Daily AVPM PBCS.DOR FDMEE - Flat File Load parking and valet Inbound DOR Daily VistaTime PBCS.DOR FDMEE - OIA Load Headcount Inbound DOR Daily NetTime PBCS.DOR FDMEE - Flat File Load Hours Inbound DOR Daily Great Plains FCCS FDMEE - OIA Load trial balance Inbound Actual Monthly FCCS PBCS FDMEE - Data Sync Sync adjustments & elims Intra EPM Actual Monthly PBCS FCCS FDMEE - Data Sync Load Status Intra EPM Actual Monthly
  • 10. • Scrape email • Convert XLS file to CSV • Process XML file to CSV • Download files daily from FTP • Non Homogenous Data Files Complex Integration Needs
  • 12. • Batch Automation Alerting • Essbase Enhanced Validate • Substitution Variable Setting • Smart Business Rules • Automated Metadata Loads FDMEE Enhancements
  • 13. • Automated process runs every day of the year • Multiple feeds are loaded • Mechanism is needed to provide status and error information in an efficient manner Batch Automation Alerting
  • 14. • Concept originally developed ~10 years ago with on-premises Essbase • Redeveloped for cloud integrations using the CDM REST API • Identifies mapped intersections that are not level 0 members in the outline of the cloud application • Prevents data load errors & business rule execution failure • Bug identified in CDM – connection leak Essbase Enhanced Validate
  • 16. • Substitution variables set daily as part of the data load process • Utilizes EPM Automate • Setsubstvars ‘CubeName’ ‘SubVar’=‘Value’ • Calculates variables dynamically based on system date Substitution Variables
  • 17. • Execute clears before load and aggregation after load completes successfully • Flexible to allow POV, DLR attributes or data itself to drive which members are passed to calc • Utilizes EPM Automate • Runbusinessrule plan_type=XXX VariableName=VariableValue • Will transition to REST API as enhancement for greater concurrency Execute Business Rules
  • 18. • Formal Oracle program to beta test the new software/cloud service offering • Qualifications: • Imminent project • Project profile that fits anticipated use cases • Reasonable customer • Qualified consulting partner (skills & personality) • Baha Mar was 1 of 3 Worldwide Early Adopters of EDMCS • Leveraged EDMCS to manage multiple shared hierarchies across PBCS & FCCS • Account • Department • Utilized Cloud Data Management and FDMEE to augment EDMCS functionality EDMCS – Early Adoption
  • 19. EDMCS Design Considerations Pros Cons PBCS Application Adaptor • Built in connection to PBCS • Built-in properties and validations. • Eliminates need to build and maintain custom properties • Future enhancements will natively be applied • Can be used for FCCS • Eliminates need for additional ETL work in CDM • Requires separate applications to be registered • Master data needs to be maintained multiple times Custom Application Adaptor • Single application can be used to maintain application for multiple applications • Need to create custom properties • No validations other than basic • Future enhancements to application adaptor not available to integration
  • 20. • Utilize EDMCS REST API (18.05) to download metadata to a flat file • Metadata file is saved to FDMEE inbox subdirectory • EPM Automate used to upload metadata files to PBCS and FCCS • CDM DLRs executed to load metadata to each plan type • Cube outline refreshed using PBCS & FCCS REST APIs • Metadata load results emailed • Process executed by FDMEE custom script Automated Metadata Loads
  • 21. Automated Metadata Loads EDMCS FDMEE Scripting PBCS Restruct ure CDM FCCS Restruct ure CDMAcct & Dept 1. Get Dim ID 2. Run Export Job 3. Check Output Status 4. Download File 4. Upload to pods 5. Execute CDM rules 6. Restructure cube 7. Email Result
  • 22. • Requirements – October 2017 • Design – October 2017 • Build – November 2017 – Feb 2018 / April 2018 • FCCS & PBCS • EDMCS Early Adopter participation Dec – 2017 through Feb 2018, procured subscription end of Feb 2018 • Testing • FCCS/PBCS: March 2018 / May 2018 • Go Live • FCCS: April 2018 • PBCS: June 2018 Project Timeline
  • 23. • EPM Automate does not support concurrent executions for same login • CDM has a connection leak for member refresh process • Create metadata loads for each plan type individually • Include global metadata properties when executing metadata loads Lessons Learned
  • 24. • Implement integrations for ARCS • Compliance and transaction matching • Implement EDMCS for ARCS profiles • Implement EDMCS for Great Plains G/L Next Steps
  • 26. 26 8 Speaker Sessions Monday, 6/11: • 10:45am – 11:45am: Baha Mar's All In Bet on Red - The story of integrating data and master data with PBCS, FCCS and ARCS • 2:30pm - 3:30pm: Visual Approach to Essbase Calcs: 2018 • 4:15pm - 5:15pm: Integrated Planning Using Enterprise Planning and Budgeting Cloud Service at Sims Metal Management Tuesday, 6/12: • 9:00am - 10:00am: FDMEE versus Cloud Data Management - The Real Story • 10:15am - 11:15am: Edgewater Ranzal: Winning Strategies for Oracle Cloud Adoption: Should You Test Drive, Lease, or Buy? • 2:15pm - 3:15pm: Why Should I Care About DVD? Blu-Ray is the New Thing, Right? Wednesday, 6/13: • 11:45am - 12:45pm: Putting Predictive Planning to Work • 2:15pm - 3:15pm: EPM Automate - Automating Enterprise Performance Management Cloud Solutions Visit us at Booth # 407