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

ODP
Introduction to Oracle Financials
PPTX
oracle ebs free web service integration tools
PDF
Oracle r12 eb tax sql queries for functional implementers for troubleshooting...
PPT
Oracle Payable Complete Business flows
PPT
Oracle Fusion Financials Overview
PPT
Oracle Forms Introduction
PPTX
How to Handle DEV&TEST&PROD for Oracle Data Integrator
PDF
Details and Set-up of Other FlexFields in Oracle E-Business Suite
Introduction to Oracle Financials
oracle ebs free web service integration tools
Oracle r12 eb tax sql queries for functional implementers for troubleshooting...
Oracle Payable Complete Business flows
Oracle Fusion Financials Overview
Oracle Forms Introduction
How to Handle DEV&TEST&PROD for Oracle Data Integrator
Details and Set-up of Other FlexFields in Oracle E-Business Suite

What's hot (20)

PPTX
Rapid implementation Spreadsheets in Oracle ERP Cloud
PDF
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
PPT
Data migration
PDF
oracle order management
PPT
Oracle eAM Overview And Integration With E-Business Suite
DOCX
R12 Fixed Assets General Questions
PPT
Fusion applications gl and ar suresh c-mishra
PPT
Oracle Assets
PPTX
Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...
ODT
R12:Payment Process Request (PPR)
PPT
R12 Oracle Inventory Management, New Features
DOCX
Oracle Process Manufacturing Setup EBS12.2
PDF
P2P Cycle -Oracle Apps
PPT
Oracle Fusion & Cloud Applications Overview
DOC
TE40-Template
PPTX
Oracle ERP Implementation_Genpact_V7.pptx
DOC
Oracle report from ppt
PPT
Oracle Web ADI Implementation Steps
PDF
Oracle apps-interview-questions
PDF
Implementing Cloud Financials
Rapid implementation Spreadsheets in Oracle ERP Cloud
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
Data migration
oracle order management
Oracle eAM Overview And Integration With E-Business Suite
R12 Fixed Assets General Questions
Fusion applications gl and ar suresh c-mishra
Oracle Assets
Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...
R12:Payment Process Request (PPR)
R12 Oracle Inventory Management, New Features
Oracle Process Manufacturing Setup EBS12.2
P2P Cycle -Oracle Apps
Oracle Fusion & Cloud Applications Overview
TE40-Template
Oracle ERP Implementation_Genpact_V7.pptx
Oracle report from ppt
Oracle Web ADI Implementation Steps
Oracle apps-interview-questions
Implementing Cloud Financials
Ad

Viewers also liked (19)

PDF
OOW09 Integration Architecture EBS R12
PDF
oracle easy upgrade to r12 details
PPTX
Oaug collaborate sadia_tahseen
PPS
Creating Client Value
PDF
Utilize Process Improvement Methodologies to Improve Accounting by Tom Sonde ...
PDF
Gene synthesis technology and applications update—unleash your lab’s potentia...
PPTX
U.S. Immigrant Visa Interview Appointments Scheduled by NVC
PDF
SNS Gelous color real nail
PDF
Soft skills pattern and syllabus, ducc systems
PPTX
Implementation Experiences with SAP Ariba Solutions – Customer Panel
PPS
20 Consejos Saludables
PPTX
My 10 year plan powerpoint
PPTX
Win runner testing tool
PPTX
Ideation Platform
PPTX
Pendulum lab guide experiment design
PDF
Ripe71 FastNetMon open source DoS / DDoS mitigation
PPT
8 characteristics of living things in detail
PPT
The Three Transition Types
DOCX
Sample Appointment Confirmation Email
OOW09 Integration Architecture EBS R12
oracle easy upgrade to r12 details
Oaug collaborate sadia_tahseen
Creating Client Value
Utilize Process Improvement Methodologies to Improve Accounting by Tom Sonde ...
Gene synthesis technology and applications update—unleash your lab’s potentia...
U.S. Immigrant Visa Interview Appointments Scheduled by NVC
SNS Gelous color real nail
Soft skills pattern and syllabus, ducc systems
Implementation Experiences with SAP Ariba Solutions – Customer Panel
20 Consejos Saludables
My 10 year plan powerpoint
Win runner testing tool
Ideation Platform
Pendulum lab guide experiment design
Ripe71 FastNetMon open source DoS / DDoS mitigation
8 characteristics of living things in detail
The Three Transition Types
Sample Appointment Confirmation Email
Ad

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

PDF
SOACS-Overview.pdf
PDF
OOW-CON3640-portal
PDF
Solving todays problems with oracle integration cloud
PDF
Primavera integration possibilities technical overview ppt
PDF
Modern App Development with Oracle Cloud
PDF
OOW-CON3656-EA
PDF
OOW15 - case study: oracle application management suite for oracle e-business...
PDF
Beneficios de la coexistencia de ambientes híbridos utilizando SOA
PPTX
Oracle P6 R8.2 Technical Architecture Feb 2012 v3.pptx
PDF
Embracing SOA and the Cloud
PDF
Integrating Enterprise Controls with the Cloud
PDF
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
PDF
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
PDF
Soa suite12c presentation @AMIS by Simone Geib
PDF
Soa12c launch 3 bpm 12c cr
PPTX
SOA_BPM_12c_launch_event_BPM_track_proficiency_features_joost_volker_oracle
PDF
Siebel CRM Innovation Pack 2015
PDF
EBS Upgrade to Oracle Cloud Platform
PDF
REST API Doc Best Practices
PPTX
OData External Data Integration Strategies for SaaS
SOACS-Overview.pdf
OOW-CON3640-portal
Solving todays problems with oracle integration cloud
Primavera integration possibilities technical overview ppt
Modern App Development with Oracle Cloud
OOW-CON3656-EA
OOW15 - case study: oracle application management suite for oracle e-business...
Beneficios de la coexistencia de ambientes híbridos utilizando SOA
Oracle P6 R8.2 Technical Architecture Feb 2012 v3.pptx
Embracing SOA and the Cloud
Integrating Enterprise Controls with the Cloud
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
Soa suite12c presentation @AMIS by Simone Geib
Soa12c launch 3 bpm 12c cr
SOA_BPM_12c_launch_event_BPM_track_proficiency_features_joost_volker_oracle
Siebel CRM Innovation Pack 2015
EBS Upgrade to Oracle Cloud Platform
REST API Doc Best Practices
OData External Data Integration Strategies for SaaS

More from vasuballa (20)

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

Recently uploaded (20)

PPTX
A Presentation on Artificial Intelligence
PDF
Empathic Computing: Creating Shared Understanding
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Mushroom cultivation and it's methods.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Machine Learning_overview_presentation.pptx
PPTX
1. Introduction to Computer Programming.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
A comparative study of natural language inference in Swahili using monolingua...
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Encapsulation theory and applications.pdf
PPT
Teaching material agriculture food technology
A Presentation on Artificial Intelligence
Empathic Computing: Creating Shared Understanding
Machine learning based COVID-19 study performance prediction
Digital-Transformation-Roadmap-for-Companies.pptx
Mushroom cultivation and it's methods.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Machine Learning_overview_presentation.pptx
1. Introduction to Computer Programming.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Encapsulation_ Review paper, used for researhc scholars
Group 1 Presentation -Planning and Decision Making .pptx
Assigned Numbers - 2025 - Bluetooth® Document
Building Integrated photovoltaic BIPV_UPV.pdf
Programs and apps: productivity, graphics, security and other tools
Spectral efficient network and resource selection model in 5G networks
A comparative study of natural language inference in Swahili using monolingua...
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Encapsulation theory and applications.pdf
Teaching material agriculture food technology

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