SlideShare a Scribd company logo
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite
Integration Best Practices
Veshaal Singh
Vice President, Application Technology Group
Oracle E-Business Suite Development
October 28, 2015
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Safe Harbor Statement
The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied upon
in making purchasing decisions. The development, release, and timing of any features or
functionality described for Oracle’s products remains at the sole discretion of Oracle.
2
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
3
Application Integration Overview
Best Practices
Cloud, Integration and Oracle E-Business Suite
1
2
3
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
Application Integration Overview
Best Practices
Cloud, Integration and Oracle E-Business Suite
1
2
3
4
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Integration Styles
Data-Centric
Integration
Integration through
Native Interfaces
Process-Centric
Integration
Event-Driven
Integration
B2B Integration Integration through
Services/Cloud
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite Integration Tools & Technology
Oracle E-Business Suite
Concurrent
Program
Open Interface
Integrated SOA
Gateway
(SOAP/REST)/Cloud
Business
Event
System
XML Gateway
E-Commerce
Gateway
PLSQL
Java
Data-Centric
Integration
Integration through
Native Interfaces
Workflow
Process-Centric
Integration
Event-Driven
Integration
B2B Integration Integration through
Services
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Catalogue of EBS Integration Interfaces
Integration Repository
Standardized Documentation
Search & Browse Interfaces
Web Service Management
Seeded + Custom Interfaces
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Centralized Repository for EBS & Custom Integration
Interfaces
Annotate
Parse
Upload
Custom Interfaces Centralized View of Oracle Seeded & Custom Interfaces
XML Gateway
PL/SQL APIs
Concurrent ProgramsBusiness Events
Java APIs Business Service
Objects
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
Application Integration Overview
Best Practices
Cloud, Integration and Oracle E-Business Suite
1
2
3
9
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
• WHAT: PL/SQL & Java based public
integration APIs
• WHEN: Extension, integration within
firewall in homogeneous platform
• HOW: Described in Integration
Repository. Follow EBS guidelines for
customization & extension. Create,
update business objects, re-use
business logic/ rules, retrieve business
data
Homogeneous Customizations,
Extensions
Native Interfaces – Integration Style
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite SDK for Java
Integration Styles – Native Interfaces
E-Business Suite SDK for Java
JAAS
Language
Info
Messages
Profile
i18n
Session Management
Apps
HandleLog
AppsDataSource
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Data Centric Integration – Integration Styles
Open Interface & Concurrent Program for Bulk Data Updates
Oracle E-Business Suite
Concurrent
Program
(Validation)
Open Interface
Tables
Base Tables
Open Interface
Views
SQL * Loader
Oracle Data
Integrator
3rd party
Adapter
Outbound
Inbound
Data Source
Tools to Extract,
Transform & Load
Load
Extract
Text File
Custom Table
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Data Centric Integration – Integration Style
Web ADI for Small Batch Data Upload (Excel)
Oracle E-Business Suite
Concurrent
Program
(Validation)
Open Interface
Tables
Base Tables
Text File
Manual Verification, Update & Upload
Upload Download
Web ADI
Download
Outbound
Inbound
Custom Table
Data Source
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite
Event Driven – Integration Style
Embedded Business Event System
Advanced Queue
Business Event
Workflow Process
Service Invocation
Framework
Notification Mailer
XML Gateway
PL/SQL & Java APIs
(Business Logic)
Trading Partners
Emails
Web Services
Applications
Business Activity
MonitoringAdapter
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite
Process Centric – Integration Style
Business Process Automation using Oracle Workflow
Workflow
Business
Events
Notifications
APIs
Rules
Parallel
Flows
Looping ChainingRouting
Trading Partners
Web Services BPEL Process / SOA
Composites
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Business to Business – Integration Style
Transaction
Management Point
PointPoint
Trading
Partner
Management
Message
Transport
Monitoring
• Industry B2B Standards
• Cross Firewall
• Multi-enterprise
• Collaboration with PartnerTrading Partners
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Business to Business – Integration Style
Oracle E-Commerce Gateway for EDI Transactions
Oracle E-Business Suite
Concurrent
Program
(Validation)
Open Interface
Tables / Views
Base Tables
ASCII Text
File
E-Commerce
Gateway
Outbound
Inbound
B2B Gateway/
3rd Party EDI
Translator
Trading Partners
EDI Standard
File
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite
Business to Business – Integration Style
Oracle XML Gateway for XML based Standard Business Transactions
Business Events
Workflow Process
PL/SQL & Java APIs
(Business Logic)
Trading Partners
Advanced Queue
Open Interface Tables/
Views
Base Tables
OTA
XML Gateway
JMS
Adapter
B2B
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Services – Integration Style
Fusion Middleware
Oracle SOA Suite, Oracle
Service Bus
Oracle E-Business Suite
Adapter
All Supported E-Business
Suite Releases
Oracle E-Business Suite
Integrated SOA Gateway
R12.1 Onwards
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Integrated SOA Gateway – SOAP/REST
PL/SQL
APIs
BSO
Interface
Tables
Java
APIs
CP
Interface
Views
EC
Gateway
XML
Gateway
IntegrationRepository
IntegratedSOAGateway
Username
Token
AuthenticationServices
Access
Control
Oracle E-Business Suite
Configuration Server
OA Framework Pages
Business Logic Layer
User Interface Layer
SOAPREST
SOAP/XML
REST/JSON
BC4J
Security
Services
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Service Provider – Native API as Web Service
Generate
Deploy
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Service Invocation Framework – Invoke & Consume
External Web Service
SOAP Web
Services
PL/SQL APIs
Forms
Service Invocation
Framework
(Web Service Consumer)
Workflow
Concurrent Programs
(Java/ PLSQL)
OAF pages
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite – REST Services
24
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Deploy PL/SQL API as REST Service
Deploy REST
Web Service
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Deployed REST Service
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite Security as Service
• Authentication
– Session Token/Cookie
– HTTP Basic Auth
• Authorization
– Apps Context Initialization
• Published in Integration Repository
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Security Services in Integration Repository
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
REST Services R12.1/12.2
Oracle E-Business Suite
Mobile
Things
Cloud
73°
Trading Partners
REST Services
Out of the Box, no SOA Suite required
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
E-Business Suite Smartphone Apps
Custom Applications
30
Roadmap
• REST Services Framework
– Publish Application Module interfaces to Integration Repository
– Deploy Application Module and PLSQL interfaces as REST services
• Mobile Foundation
– Mobile applications deployment metrics
– Login component for application development
– Sample application for reference
– Mobile Applications Developer Guide
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Demonstration – Approvals for EBS
31
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
Application Integration Overview
Best Practices
Cloud, Integration and Oracle E-Business Suite
1
2
3
32
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Software-as-a-Service
Platform-as-a-Service
Infrastructure-as-a-Service
Oracle Public Cloud Strategy
33
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite on IaaS
Initial offering and Roadmap
34
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite on Oracle Compute Cloud
Initial Offering
1. Images for quick provisioning of E-Business Suite 12.2.5
2. Cloning of E-Business Suite systems (12.1.3 or 12.2) to Oracle Cloud
• Non-production instances
• Single-node E-Business Suite systems
• Oracle Linux
3. Development in Oracle Cloud
4. Management of on-premise and cloud instances via Enterprise Manager
Future Directions (phased approach)
1. Advanced configurations: Multi-node, load balancing, RAC, DMZ
2. Integration with external services such as OAM, OID, SOA Suite
35
Roadmap
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Quick Provisioning
EBS Instances from Machine Images on Oracle Cloud
EBS
Dev
EBS
OS-Only
EBS
QAVision Image
Fresh Install Image
OS-Only Image
Development Tools Image
Object Storage
EBS
Tools
36
ORACLE
Public Cloud
Roadmap
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Lift ‘n’ Shift EBS Dev/Test instances
Clone On Premise Oracle E-Business Suite to Oracle Cloud
Cloud EBS InstancesOn-Premises EBS Instances
EBS Dev EBS Dev EBS QA
Customer
Datacenter
ORACLE
Public Cloud
SSH
EBS TestEBS Test EBS QA
37
Roadmap
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Integration
Platform as a Service
What Integration Solution is Best for You?
HYBRID
On-premises
Integration Platform
ON-PREMISES
On-premises
Integration Platform
Oracle SOA Suite
Oracle SOA Suite
CLOUD
Integration
Platform as a Service
Oracle Integration Cloud Service
Oracle SOA Suite Cloud Service
Oracle Integration Cloud Service
Oracle SOA Suite Cloud Service
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
When Cloud-based Integration?
39
Legacy
ON-PREMISES
3rd PartyORACLE CLOUD
Salesforce
Integration
Platform as a Service
Oracle SaaS
Applications
Best When
• Most integrations are between cloud-based applications
• Low to no need for integration to on-premises, or
between on-premises applications
• Integrations are less complex (ICS)
• In-house integration skills are limited
• Focus is on rapid integration
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
40
When On-premises Based Integration?
Oracle Applications, SAP, legacy…
ON-PREMISES
3rd PartyORACLE CLOUD
Salesforce
Oracle SaaS
Applications
On-premises
Integration Platform
Best When
• Most applications, business processes and data are on-
premises
• Low to no requirements for integration to cloud services
and APIs
• Privacy/security needs prevent move to cloud
deployments
• Strict quality of service/SLA requirements require close
control
• Complexity of on-premises IT requires a full-featured,
flexible integration platform on the ground
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 41
When Hybrid Integration?
Best When
• Need a strategic and comprehensive platform
• Want to balance quick delivery projects with a systematic
approach to integration
• Need to handle combinations of
• Cloud to cloud to on-premises
• On-premises to on-premises
• Mobile, IoT, B2B, API Management
• Want to extend an established on-premises integration
platform
• Quickly attach to existing on-premises integration flows whilst
leveraging the ease of use of the Cloud
• Want to move existing integration flows to the public cloud (e.g.
Mobile, B2B)
ORACLE CLOUD 3rd Party
Salesforce
Integration
Platform as a Service
Oracle SaaS
Applications
Oracle Applications, SAP, customer, legacy…
ON-PREMISES
On-premise
Integration Platform
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Hybrid Integration Scenario #1
Faster Time to Market
ON-PREMISES
ORACLE CLOUD
Integration
Platform as a Service
On-premises
Integration Platform
Product Lifecycle
Test
Production
Development
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Hybrid Integration Scenario #2
Increased Business Agility
ON-PREMISES
ORACLE CLOUD
Integration
Platform as a Service
On-premises
Integration Platform
Existing
Lower Costs
Increased Control
NEW
REGULATIONS
INTRODUCED
Changing Business Conditions
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite
Integrated SOA Gateway
Integration Interfaces
REST Services
Firewall
ICS Agent
Roadmap
3rd Party
ORACLE CLOUD
Oracle Integration Cloud Service
Oracle SaaS
Applications
EBS Adapter
ON-PREMISE
E-Business Suite Adapter from Integration Cloud Service
Salesforce
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Key Features
 Simplified: Web based, Point & Click integration experience
 Highly Visible: Rich monitoring & error management
 Lifecycle : Support both on-premise, cloud lifecycle tools
 Highly Available: Data Guard, RAC Cluster
 Managed: Oracle Backs Up, Patches, Upgrades
 Fully portable: On-premise to Cloud
Benefits
 Pre-integrated SaaS, PaaS Auto-Association
 Integration Pre-builts: Customize, Activate
 Rapid Mapping using Recommendations
 Rich Connectivity with Cloud & On-premise Connectors
 Secure On-premise integration using lightweight Agent
 Rapid and fully automated provisioning
Oracle Integration Cloud Service
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 46
E-Business Suite Connection Details Roadmap
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 47
Browse & Filter Public EBS APIs
Roadmap
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 48
Integration - EBS Connector as Target Roadmap
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Use Case:
Integration Cloud Service
49
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
• Opportunity created in
Oracle Sales Cloud
• A Quote to be created in
Oracle CPQ Cloud and
details to be updated back
in Sales Cloud.
• Sales Order to be created
from Quote/Item details in
E-Business Suite on-premise.
• Integration Designer models
integration flows using ICS
• Integration flow activated
• Opportunity to Order flow is
processed as modeled
Use Case Flow
Sales Rep
ICS Designer
ICS
ICS
1
2
3
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle EBS HCM and Oracle HCM Cloud
Compensation
Performance
Management
Talent Review
Social
Compensation
Work
Structures
Person
Information
Human Resources
Advanced Benefits
Payroll
Time & Labor
Learning Management
51
On-Premise
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle E-Business Suite and Practical Coexistence Scenarios
Hybrid is the New Normal
1.EBS HCM to Oracle Taleo Cloud
Service
2.EBS HCM to Oracle Talent
Management Cloud
3.EBS Payroll with Oracle HCM Cloud
4.EBS ERP to Oracle HCM Cloud
Financials:
1. FAH for Financial Reporting Cloud Service for EBS
2. Expense Cloud Service to EBS
3. Planning & Budgeting Cloud Service for EBS
Projects:
4. Primavera Project Mgmt to EBS Projects
5. Project Portfolio Management Cloud to EBS
Procurement:
6. Procurement /Sourcing Cloud for EBS
7. Procure-to-Pay Cloud Service to EBS (Indirect Proc)
Logistics:
8. Transportation Management (OTM) Cloud to EBS
9. Global Trade Management (GTM) Cloud to EBS
Manufacturing:
10. PLM Cloud to EBS Item Master
1.Sales Cloud with EBS Quoting
2.Order Management Cloud to EBS Order
Fulfillment
3.CPQ Cloud to EBS Order Fulfillment
4.Service Cloud (RightNow) to EBS Field
Service
5.Field Service Management (TOA) Cloud
Service to EBS
6.EBS ERP to Oracle CX Cloud
52
E-Business Suite and HCM Cloud E-Business Suite and ERP/SCM Cloud E-Business Suite and CX Cloud
1. Protect your investment in E-Business Suite
2. Extend the Value of your E-Business Suite
3. Embrace new Innovation with Rapid Deployment of Oracle Cloud Solutions
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 53
Integration New Features and Roadmap
•ISG certified with 12c SOA
Suite
•Application Modules as REST
Services
•Multi Node SOA Suite
support for ISG
•EBS Adapter for ICS
•EBS Adapter for SOA Suite
Cloud Services
•REST Service Invocation
•Simplified Configuration for
ISG
•Service Enable Open
Interface tables
•Additional Interfaces
Support for ICS
•Business Events
•Java Services
•AM Services
•Open Interface Tables
•Service Monitor for REST
Up to Release 12.2.5
August 2014
0-12 months
What’s Next
Future Planning
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Integration Best Practices - Summary
Concurrent
Program
Open Interface
Integrated SOA
Gateway
(REST/SOAP Services)
Workflow
Business
Event
System
XML Gateway
E-Commerce
Gateway
PLSQL
Java
Data-Centric
Integration
Integration through
Native Interfaces
Process-Centric
Integration
Event-Driven
Integration
B2B Integration Integration through
Services
Oracle SOA Suite
BPEL
Oracle Data
Integrator B2BCEP
E-Business Suite
Adapter/Integration
Cloud Services
Oracle E-
Business
Suite SDK
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Related Sessions
Integration
Wednesday
Oct 28
1:45 p.m.
CON8143 - Standards-Based Desktop Integration in Oracle E-Business Suite
Padmaprabodh Ambale, Director, ATG Development, Oracle
Moscone
West—3022
Thursday
Oct 29
12:00 p.m.
CON8131 - Enabling Oracle E-Business Suite for SOA, Cloud, and Mobile
Rekha Ayothi, Principal Product Manager, Oracle
Moscone
West—3004
55
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Safe Harbor Statement
The preceding is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied upon
in making purchasing decisions. The development, release, and timing of any features or
functionality described for Oracle’s products remains at the sole discretion of Oracle.
Oracle Confidential – Internal/Restricted/Highly Restricted 56
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 57
OOW15 - Oracle E-Business Suite Integration Best Practices

More Related Content

What's hot (20)

PPT
Fusion applications gl and ar suresh c-mishra
Suresh Mishra
 
PPT
Overview of fusion payables.v1
Suresh Mishra
 
PDF
Otbi and bicc_psr_technote_v3_final_document
HamadaAsmrAladham1
 
PDF
8 legal structures
mohamed refaei
 
PPTX
Beginner's Guide to APEX
Anthony Rayner
 
PDF
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
vasuballa
 
PDF
Presentation Maintenance Cloud.pdf
WalidShoman3
 
PPTX
Oracle ERP and General Ledger Configuration
Syed Tashfeen
 
PDF
Preparing for EBS R12.2-upgrade-full
Berry Clemens
 
PPTX
Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...
Prithis Das, PMP, OCS ☁️
 
PDF
Financials Cloud Expenses
Juan Carlos Valencia Villena
 
PDF
White Paper Oracle Subledger Accounting
Sandeep Vantmuriswami
 
PPTX
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
SAP Cloud Platform
 
PDF
How to efficiently handle period-close process in Oracle EBS R12.pdf
Sridhar
 
PDF
Hcm enterprise and_workforce_structures
Kadhiresan Loganathan - MHRM, PGD-PMIR
 
PDF
Oracle fusion cloud financial : How to create Journal , Manual Vs Spreadsheet?
Pranav Pandya
 
PPTX
Oracle BI publisher intro
Adil Arshad
 
PPT
Building Oracle BIEE (OBIEE) Reports, Dashboards
iWare Logic Technologies Pvt. Ltd.
 
PDF
Oracle financials functional training on ap, ar & gl
magnifics
 
PPTX
Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick!
Alithya
 
Fusion applications gl and ar suresh c-mishra
Suresh Mishra
 
Overview of fusion payables.v1
Suresh Mishra
 
Otbi and bicc_psr_technote_v3_final_document
HamadaAsmrAladham1
 
8 legal structures
mohamed refaei
 
Beginner's Guide to APEX
Anthony Rayner
 
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
vasuballa
 
Presentation Maintenance Cloud.pdf
WalidShoman3
 
Oracle ERP and General Ledger Configuration
Syed Tashfeen
 
Preparing for EBS R12.2-upgrade-full
Berry Clemens
 
Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...
Prithis Das, PMP, OCS ☁️
 
Financials Cloud Expenses
Juan Carlos Valencia Villena
 
White Paper Oracle Subledger Accounting
Sandeep Vantmuriswami
 
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
SAP Cloud Platform
 
How to efficiently handle period-close process in Oracle EBS R12.pdf
Sridhar
 
Hcm enterprise and_workforce_structures
Kadhiresan Loganathan - MHRM, PGD-PMIR
 
Oracle fusion cloud financial : How to create Journal , Manual Vs Spreadsheet?
Pranav Pandya
 
Oracle BI publisher intro
Adil Arshad
 
Building Oracle BIEE (OBIEE) Reports, Dashboards
iWare Logic Technologies Pvt. Ltd.
 
Oracle financials functional training on ap, ar & gl
magnifics
 
Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick!
Alithya
 

Viewers also liked (19)

PDF
OOW09 Integration Architecture EBS R12
jucaab
 
PDF
oracle easy upgrade to r12 details
gundepudi
 
PPTX
Oaug collaborate sadia_tahseen
Sadz Ta
 
PPS
Creating Client Value
guesta826212
 
PDF
Utilize Process Improvement Methodologies to Improve Accounting by Tom Sonde ...
TSONDE
 
PDF
Gene synthesis technology and applications update—unleash your lab’s potentia...
Integrated DNA Technologies
 
PPTX
U.S. Immigrant Visa Interview Appointments Scheduled by NVC
U.S. Embassy London
 
PDF
SNS Gelous color real nail
Nguyen Doan
 
PDF
Soft skills pattern and syllabus, ducc systems
DUCC Systems
 
PPTX
Implementation Experiences with SAP Ariba Solutions – Customer Panel
SAP Ariba
 
PPS
20 Consejos Saludables
Jhossimar Prado Gutierrez
 
PPTX
My 10 year plan powerpoint
highlifewest
 
PPTX
Win runner testing tool
mansirajpara
 
PPTX
Ideation Platform
Ed Wolf
 
PPTX
Pendulum lab guide experiment design
giordepasamba
 
PDF
Ripe71 FastNetMon open source DoS / DDoS mitigation
Pavel Odintsov
 
PPT
8 characteristics of living things in detail
Bridget.Bradshaw
 
PPT
The Three Transition Types
Rebecca
 
DOCX
Sample Appointment Confirmation Email
Ray Garrett
 
OOW09 Integration Architecture EBS R12
jucaab
 
oracle easy upgrade to r12 details
gundepudi
 
Oaug collaborate sadia_tahseen
Sadz Ta
 
Creating Client Value
guesta826212
 
Utilize Process Improvement Methodologies to Improve Accounting by Tom Sonde ...
TSONDE
 
Gene synthesis technology and applications update—unleash your lab’s potentia...
Integrated DNA Technologies
 
U.S. Immigrant Visa Interview Appointments Scheduled by NVC
U.S. Embassy London
 
SNS Gelous color real nail
Nguyen Doan
 
Soft skills pattern and syllabus, ducc systems
DUCC Systems
 
Implementation Experiences with SAP Ariba Solutions – Customer Panel
SAP Ariba
 
20 Consejos Saludables
Jhossimar Prado Gutierrez
 
My 10 year plan powerpoint
highlifewest
 
Win runner testing tool
mansirajpara
 
Ideation Platform
Ed Wolf
 
Pendulum lab guide experiment design
giordepasamba
 
Ripe71 FastNetMon open source DoS / DDoS mitigation
Pavel Odintsov
 
8 characteristics of living things in detail
Bridget.Bradshaw
 
The Three Transition Types
Rebecca
 
Sample Appointment Confirmation Email
Ray Garrett
 
Ad

Similar to OOW15 - Oracle E-Business Suite Integration Best Practices (20)

PDF
Leverage integration cloud_service_for_ebs_
aioughydchapter
 
PDF
ebs-adapter-webcast12345678900000000.pdf
Brighton26
 
PDF
Soa enablement
Ardi Januardi
 
PDF
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
vasuballa
 
PPTX
Service everywhere using oracle integration repository
Pavan B
 
PDF
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
vasuballa
 
PDF
Oracle E-Business Suitre mobile apps ADF
Berry Clemens
 
PDF
Oracle eBusiness and Middleware
Carina Kordan
 
PDF
OracleWorld 2002 Whitepaper Web Services in E-Business Suite
Rajesh Raheja
 
PPTX
Managing Oracle Fusion Middleware
Fumiko Yamashita
 
PPTX
Oracle EBS to Oracle Service Cloud Integration
Bizinsight Consulting Inc
 
PDF
B5 modernise your_cloud_to_on_premises_integration
Dr. Wilfred Lin (Ph.D.)
 
PDF
Solving todays problems with oracle integration cloud
Heba Fouad
 
PDF
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
pasalapudi
 
PDF
OOW-CON3656-EA
Ben Duan
 
PPT
Oracle World 2002 Leverage Web Services in E-Business Applications
Rajesh Raheja
 
PDF
Approach to Unified Mobile Application Implementation for Multisystem Integra...
RapidValue
 
PDF
Con9437 ad ffor_ebs and mobile
Berry Clemens
 
PDF
CON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdf
mbkapps1
 
PDF
Ebs soa con8716_pdf_8716_0001
jucaab
 
Leverage integration cloud_service_for_ebs_
aioughydchapter
 
ebs-adapter-webcast12345678900000000.pdf
Brighton26
 
Soa enablement
Ardi Januardi
 
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
vasuballa
 
Service everywhere using oracle integration repository
Pavan B
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
vasuballa
 
Oracle E-Business Suitre mobile apps ADF
Berry Clemens
 
Oracle eBusiness and Middleware
Carina Kordan
 
OracleWorld 2002 Whitepaper Web Services in E-Business Suite
Rajesh Raheja
 
Managing Oracle Fusion Middleware
Fumiko Yamashita
 
Oracle EBS to Oracle Service Cloud Integration
Bizinsight Consulting Inc
 
B5 modernise your_cloud_to_on_premises_integration
Dr. Wilfred Lin (Ph.D.)
 
Solving todays problems with oracle integration cloud
Heba Fouad
 
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
pasalapudi
 
OOW-CON3656-EA
Ben Duan
 
Oracle World 2002 Leverage Web Services in E-Business Applications
Rajesh Raheja
 
Approach to Unified Mobile Application Implementation for Multisystem Integra...
RapidValue
 
Con9437 ad ffor_ebs and mobile
Berry Clemens
 
CON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdf
mbkapps1
 
Ebs soa con8716_pdf_8716_0001
jucaab
 
Ad

More from vasuballa (20)

PDF
Securing Oracle EBS on Oracle Cloud Infrastructure_PPT_v2.pdf
vasuballa
 
PPTX
Oracle E-Business Suite on Kubernetes Cluster
vasuballa
 
PPTX
Using oracle cloud to speed up e business suite 12.2 upgrade
vasuballa
 
PDF
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
vasuballa
 
PPTX
Oracle EBS database upgrade to 12c
vasuballa
 
PPTX
EBS on Oracle Cloud
vasuballa
 
PDF
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
vasuballa
 
PDF
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
vasuballa
 
PDF
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
vasuballa
 
PDF
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
vasuballa
 
PDF
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
vasuballa
 
PDF
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
vasuballa
 
PDF
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
vasuballa
 
PDF
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
vasuballa
 
PDF
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
vasuballa
 
PDF
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
vasuballa
 
PDF
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
vasuballa
 
PDF
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
vasuballa
 
PDF
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
vasuballa
 
PDF
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
vasuballa
 
Securing Oracle EBS on Oracle Cloud Infrastructure_PPT_v2.pdf
vasuballa
 
Oracle E-Business Suite on Kubernetes Cluster
vasuballa
 
Using oracle cloud to speed up e business suite 12.2 upgrade
vasuballa
 
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
vasuballa
 
Oracle EBS database upgrade to 12c
vasuballa
 
EBS on Oracle Cloud
vasuballa
 
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
vasuballa
 
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
vasuballa
 
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
vasuballa
 
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
vasuballa
 
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
vasuballa
 
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
vasuballa
 
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
vasuballa
 
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
vasuballa
 
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
vasuballa
 
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
vasuballa
 
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
vasuballa
 
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
vasuballa
 
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
vasuballa
 
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
vasuballa
 

Recently uploaded (20)

PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Python basic programing language for automation
DanialHabibi2
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Python basic programing language for automation
DanialHabibi2
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 

OOW15 - Oracle E-Business Suite Integration Best Practices

  • 1. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite Integration Best Practices Veshaal Singh Vice President, Application Technology Group Oracle E-Business Suite Development October 28, 2015
  • 2. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. 2
  • 3. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Program Agenda 3 Application Integration Overview Best Practices Cloud, Integration and Oracle E-Business Suite 1 2 3
  • 4. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Program Agenda Application Integration Overview Best Practices Cloud, Integration and Oracle E-Business Suite 1 2 3 4
  • 5. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Integration Styles Data-Centric Integration Integration through Native Interfaces Process-Centric Integration Event-Driven Integration B2B Integration Integration through Services/Cloud
  • 6. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite Integration Tools & Technology Oracle E-Business Suite Concurrent Program Open Interface Integrated SOA Gateway (SOAP/REST)/Cloud Business Event System XML Gateway E-Commerce Gateway PLSQL Java Data-Centric Integration Integration through Native Interfaces Workflow Process-Centric Integration Event-Driven Integration B2B Integration Integration through Services
  • 7. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Catalogue of EBS Integration Interfaces Integration Repository Standardized Documentation Search & Browse Interfaces Web Service Management Seeded + Custom Interfaces
  • 8. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Centralized Repository for EBS & Custom Integration Interfaces Annotate Parse Upload Custom Interfaces Centralized View of Oracle Seeded & Custom Interfaces XML Gateway PL/SQL APIs Concurrent ProgramsBusiness Events Java APIs Business Service Objects
  • 9. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Program Agenda Application Integration Overview Best Practices Cloud, Integration and Oracle E-Business Suite 1 2 3 9
  • 10. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | • WHAT: PL/SQL & Java based public integration APIs • WHEN: Extension, integration within firewall in homogeneous platform • HOW: Described in Integration Repository. Follow EBS guidelines for customization & extension. Create, update business objects, re-use business logic/ rules, retrieve business data Homogeneous Customizations, Extensions Native Interfaces – Integration Style
  • 11. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite SDK for Java Integration Styles – Native Interfaces E-Business Suite SDK for Java JAAS Language Info Messages Profile i18n Session Management Apps HandleLog AppsDataSource
  • 12. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Data Centric Integration – Integration Styles Open Interface & Concurrent Program for Bulk Data Updates Oracle E-Business Suite Concurrent Program (Validation) Open Interface Tables Base Tables Open Interface Views SQL * Loader Oracle Data Integrator 3rd party Adapter Outbound Inbound Data Source Tools to Extract, Transform & Load Load Extract Text File Custom Table
  • 13. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Data Centric Integration – Integration Style Web ADI for Small Batch Data Upload (Excel) Oracle E-Business Suite Concurrent Program (Validation) Open Interface Tables Base Tables Text File Manual Verification, Update & Upload Upload Download Web ADI Download Outbound Inbound Custom Table Data Source
  • 14. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite Event Driven – Integration Style Embedded Business Event System Advanced Queue Business Event Workflow Process Service Invocation Framework Notification Mailer XML Gateway PL/SQL & Java APIs (Business Logic) Trading Partners Emails Web Services Applications Business Activity MonitoringAdapter
  • 15. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite Process Centric – Integration Style Business Process Automation using Oracle Workflow Workflow Business Events Notifications APIs Rules Parallel Flows Looping ChainingRouting Trading Partners Web Services BPEL Process / SOA Composites
  • 16. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Business to Business – Integration Style Transaction Management Point PointPoint Trading Partner Management Message Transport Monitoring • Industry B2B Standards • Cross Firewall • Multi-enterprise • Collaboration with PartnerTrading Partners
  • 17. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Business to Business – Integration Style Oracle E-Commerce Gateway for EDI Transactions Oracle E-Business Suite Concurrent Program (Validation) Open Interface Tables / Views Base Tables ASCII Text File E-Commerce Gateway Outbound Inbound B2B Gateway/ 3rd Party EDI Translator Trading Partners EDI Standard File
  • 18. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite Business to Business – Integration Style Oracle XML Gateway for XML based Standard Business Transactions Business Events Workflow Process PL/SQL & Java APIs (Business Logic) Trading Partners Advanced Queue Open Interface Tables/ Views Base Tables OTA XML Gateway JMS Adapter B2B
  • 19. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Services – Integration Style Fusion Middleware Oracle SOA Suite, Oracle Service Bus Oracle E-Business Suite Adapter All Supported E-Business Suite Releases Oracle E-Business Suite Integrated SOA Gateway R12.1 Onwards
  • 20. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Integrated SOA Gateway – SOAP/REST PL/SQL APIs BSO Interface Tables Java APIs CP Interface Views EC Gateway XML Gateway IntegrationRepository IntegratedSOAGateway Username Token AuthenticationServices Access Control Oracle E-Business Suite Configuration Server OA Framework Pages Business Logic Layer User Interface Layer SOAPREST SOAP/XML REST/JSON BC4J Security Services
  • 21. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Service Provider – Native API as Web Service Generate Deploy
  • 22. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Service Invocation Framework – Invoke & Consume External Web Service SOAP Web Services PL/SQL APIs Forms Service Invocation Framework (Web Service Consumer) Workflow Concurrent Programs (Java/ PLSQL) OAF pages
  • 23. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite – REST Services 24
  • 24. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Deploy PL/SQL API as REST Service Deploy REST Web Service
  • 25. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Deployed REST Service
  • 26. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite Security as Service • Authentication – Session Token/Cookie – HTTP Basic Auth • Authorization – Apps Context Initialization • Published in Integration Repository
  • 27. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Security Services in Integration Repository
  • 28. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | REST Services R12.1/12.2 Oracle E-Business Suite Mobile Things Cloud 73° Trading Partners REST Services Out of the Box, no SOA Suite required
  • 29. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | E-Business Suite Smartphone Apps Custom Applications 30 Roadmap • REST Services Framework – Publish Application Module interfaces to Integration Repository – Deploy Application Module and PLSQL interfaces as REST services • Mobile Foundation – Mobile applications deployment metrics – Login component for application development – Sample application for reference – Mobile Applications Developer Guide
  • 30. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Demonstration – Approvals for EBS 31
  • 31. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Program Agenda Application Integration Overview Best Practices Cloud, Integration and Oracle E-Business Suite 1 2 3 32
  • 32. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Software-as-a-Service Platform-as-a-Service Infrastructure-as-a-Service Oracle Public Cloud Strategy 33
  • 33. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite on IaaS Initial offering and Roadmap 34
  • 34. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite on Oracle Compute Cloud Initial Offering 1. Images for quick provisioning of E-Business Suite 12.2.5 2. Cloning of E-Business Suite systems (12.1.3 or 12.2) to Oracle Cloud • Non-production instances • Single-node E-Business Suite systems • Oracle Linux 3. Development in Oracle Cloud 4. Management of on-premise and cloud instances via Enterprise Manager Future Directions (phased approach) 1. Advanced configurations: Multi-node, load balancing, RAC, DMZ 2. Integration with external services such as OAM, OID, SOA Suite 35 Roadmap
  • 35. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Quick Provisioning EBS Instances from Machine Images on Oracle Cloud EBS Dev EBS OS-Only EBS QAVision Image Fresh Install Image OS-Only Image Development Tools Image Object Storage EBS Tools 36 ORACLE Public Cloud Roadmap
  • 36. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Lift ‘n’ Shift EBS Dev/Test instances Clone On Premise Oracle E-Business Suite to Oracle Cloud Cloud EBS InstancesOn-Premises EBS Instances EBS Dev EBS Dev EBS QA Customer Datacenter ORACLE Public Cloud SSH EBS TestEBS Test EBS QA 37 Roadmap
  • 37. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Integration Platform as a Service What Integration Solution is Best for You? HYBRID On-premises Integration Platform ON-PREMISES On-premises Integration Platform Oracle SOA Suite Oracle SOA Suite CLOUD Integration Platform as a Service Oracle Integration Cloud Service Oracle SOA Suite Cloud Service Oracle Integration Cloud Service Oracle SOA Suite Cloud Service
  • 38. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | When Cloud-based Integration? 39 Legacy ON-PREMISES 3rd PartyORACLE CLOUD Salesforce Integration Platform as a Service Oracle SaaS Applications Best When • Most integrations are between cloud-based applications • Low to no need for integration to on-premises, or between on-premises applications • Integrations are less complex (ICS) • In-house integration skills are limited • Focus is on rapid integration
  • 39. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 40 When On-premises Based Integration? Oracle Applications, SAP, legacy… ON-PREMISES 3rd PartyORACLE CLOUD Salesforce Oracle SaaS Applications On-premises Integration Platform Best When • Most applications, business processes and data are on- premises • Low to no requirements for integration to cloud services and APIs • Privacy/security needs prevent move to cloud deployments • Strict quality of service/SLA requirements require close control • Complexity of on-premises IT requires a full-featured, flexible integration platform on the ground
  • 40. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 41 When Hybrid Integration? Best When • Need a strategic and comprehensive platform • Want to balance quick delivery projects with a systematic approach to integration • Need to handle combinations of • Cloud to cloud to on-premises • On-premises to on-premises • Mobile, IoT, B2B, API Management • Want to extend an established on-premises integration platform • Quickly attach to existing on-premises integration flows whilst leveraging the ease of use of the Cloud • Want to move existing integration flows to the public cloud (e.g. Mobile, B2B) ORACLE CLOUD 3rd Party Salesforce Integration Platform as a Service Oracle SaaS Applications Oracle Applications, SAP, customer, legacy… ON-PREMISES On-premise Integration Platform
  • 41. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Hybrid Integration Scenario #1 Faster Time to Market ON-PREMISES ORACLE CLOUD Integration Platform as a Service On-premises Integration Platform Product Lifecycle Test Production Development
  • 42. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Hybrid Integration Scenario #2 Increased Business Agility ON-PREMISES ORACLE CLOUD Integration Platform as a Service On-premises Integration Platform Existing Lower Costs Increased Control NEW REGULATIONS INTRODUCED Changing Business Conditions
  • 43. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite Integrated SOA Gateway Integration Interfaces REST Services Firewall ICS Agent Roadmap 3rd Party ORACLE CLOUD Oracle Integration Cloud Service Oracle SaaS Applications EBS Adapter ON-PREMISE E-Business Suite Adapter from Integration Cloud Service Salesforce
  • 44. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Key Features  Simplified: Web based, Point & Click integration experience  Highly Visible: Rich monitoring & error management  Lifecycle : Support both on-premise, cloud lifecycle tools  Highly Available: Data Guard, RAC Cluster  Managed: Oracle Backs Up, Patches, Upgrades  Fully portable: On-premise to Cloud Benefits  Pre-integrated SaaS, PaaS Auto-Association  Integration Pre-builts: Customize, Activate  Rapid Mapping using Recommendations  Rich Connectivity with Cloud & On-premise Connectors  Secure On-premise integration using lightweight Agent  Rapid and fully automated provisioning Oracle Integration Cloud Service
  • 45. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 46 E-Business Suite Connection Details Roadmap
  • 46. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 47 Browse & Filter Public EBS APIs Roadmap
  • 47. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 48 Integration - EBS Connector as Target Roadmap
  • 48. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Use Case: Integration Cloud Service 49
  • 49. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | • Opportunity created in Oracle Sales Cloud • A Quote to be created in Oracle CPQ Cloud and details to be updated back in Sales Cloud. • Sales Order to be created from Quote/Item details in E-Business Suite on-premise. • Integration Designer models integration flows using ICS • Integration flow activated • Opportunity to Order flow is processed as modeled Use Case Flow Sales Rep ICS Designer ICS ICS 1 2 3
  • 50. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle EBS HCM and Oracle HCM Cloud Compensation Performance Management Talent Review Social Compensation Work Structures Person Information Human Resources Advanced Benefits Payroll Time & Labor Learning Management 51 On-Premise
  • 51. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle E-Business Suite and Practical Coexistence Scenarios Hybrid is the New Normal 1.EBS HCM to Oracle Taleo Cloud Service 2.EBS HCM to Oracle Talent Management Cloud 3.EBS Payroll with Oracle HCM Cloud 4.EBS ERP to Oracle HCM Cloud Financials: 1. FAH for Financial Reporting Cloud Service for EBS 2. Expense Cloud Service to EBS 3. Planning & Budgeting Cloud Service for EBS Projects: 4. Primavera Project Mgmt to EBS Projects 5. Project Portfolio Management Cloud to EBS Procurement: 6. Procurement /Sourcing Cloud for EBS 7. Procure-to-Pay Cloud Service to EBS (Indirect Proc) Logistics: 8. Transportation Management (OTM) Cloud to EBS 9. Global Trade Management (GTM) Cloud to EBS Manufacturing: 10. PLM Cloud to EBS Item Master 1.Sales Cloud with EBS Quoting 2.Order Management Cloud to EBS Order Fulfillment 3.CPQ Cloud to EBS Order Fulfillment 4.Service Cloud (RightNow) to EBS Field Service 5.Field Service Management (TOA) Cloud Service to EBS 6.EBS ERP to Oracle CX Cloud 52 E-Business Suite and HCM Cloud E-Business Suite and ERP/SCM Cloud E-Business Suite and CX Cloud 1. Protect your investment in E-Business Suite 2. Extend the Value of your E-Business Suite 3. Embrace new Innovation with Rapid Deployment of Oracle Cloud Solutions
  • 52. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 53 Integration New Features and Roadmap •ISG certified with 12c SOA Suite •Application Modules as REST Services •Multi Node SOA Suite support for ISG •EBS Adapter for ICS •EBS Adapter for SOA Suite Cloud Services •REST Service Invocation •Simplified Configuration for ISG •Service Enable Open Interface tables •Additional Interfaces Support for ICS •Business Events •Java Services •AM Services •Open Interface Tables •Service Monitor for REST Up to Release 12.2.5 August 2014 0-12 months What’s Next Future Planning
  • 53. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Integration Best Practices - Summary Concurrent Program Open Interface Integrated SOA Gateway (REST/SOAP Services) Workflow Business Event System XML Gateway E-Commerce Gateway PLSQL Java Data-Centric Integration Integration through Native Interfaces Process-Centric Integration Event-Driven Integration B2B Integration Integration through Services Oracle SOA Suite BPEL Oracle Data Integrator B2BCEP E-Business Suite Adapter/Integration Cloud Services Oracle E- Business Suite SDK
  • 54. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Related Sessions Integration Wednesday Oct 28 1:45 p.m. CON8143 - Standards-Based Desktop Integration in Oracle E-Business Suite Padmaprabodh Ambale, Director, ATG Development, Oracle Moscone West—3022 Thursday Oct 29 12:00 p.m. CON8131 - Enabling Oracle E-Business Suite for SOA, Cloud, and Mobile Rekha Ayothi, Principal Product Manager, Oracle Moscone West—3004 55
  • 55. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. Oracle Confidential – Internal/Restricted/Highly Restricted 56
  • 56. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 57