SlideShare ist ein Scribd-Unternehmen logo
1 von 56
Downloaden Sie, um offline zu lesen
Mobile Apps for E-Business Suite
using Fusion Middleware
Srikant Subramaniam
Senior Principal Product Manager, Fusion Middleware
Vijay Shanmugam
Senior Development Manager, E-Business Suite

Jay Smith
Business Information Officer, World Fuel Services
Agenda

 ORACLE MOBILE PLATFORM
 E-BUSINESS SUITE MOBILE SERVICES
 CUSTOMER CASE STUDY

2

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Oracle Mobile Solution
MOBILE APPS

CRM

ERP

B2B

3

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

MOBILE PLATFORM

MOBILE SECURITY
Oracle Mobile Platform
Any App, Any Data, Any Device – Secure
Cross-Channel

Maximize existing IT investments

NATIVE, WEB, HYBRID

 Develop cross platform & multi channel

DEVELOP
INTEGRATE
SECURE

applications

MANAGE

DEPLOY

ORACLE MOBILE PLATFORM

 Integrate data and services across the

Enterprise and Mobile devices
 Secure information uniformly across all

layers of enterprise and mobile apps
 Deploy & Manage cloud and onCUSTOM
APPLICATIONS

4

ON-PREMISE
PACKAGED
APPLICATIONS

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

premises for multi-channel delivery
CLOUD
Develop: Mobile Development Framework
 Build Once, Run on Any Platform
 Disconnected: SQLite with

Encryption
 Full Access to Native Device

Features
 Modular, Reusable Application

Components

5

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Integrate: Mobile Service Integration
Service Enablement, Management and Integration
 Reuse existing application

services
 Rapid response to new

business requests

RESTful API
SOA
Foundation
Existing
Services

Integration Infrastructure
Inventory
Check
Service

Credit
Check
Service

ORACLE
APPLICATIONS

Production
Service

Customer
Status
Service

CLOUD
APPLICATIONS

Order
Service

 Fast access to data and
Billing
Service

ISV/CUSTOM
APPLICATIONS

services across the Enterprise
and external sources
 Reliable and solid

orchestration platform

6

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Secure Devices and Apps

Secure
REST API’s

API Control &
Governance

Threat
Protection

Client
Throttling

Transformation

API Management
& Monitoring

Access Management

Secure mobile access to corporate data
 Extend Access Management

to REST API’s
 Context Aware
 Authentication
 Authorization
 Fraud Detection
 Security Tokens

{“JSON”}

 Data Redaction

< XML >

 Audit
OAUTH 2.0
Client & Server

7

API Key
Management

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Native JSON & XML
Processing
DEMONSTRATION
Extend E-Business Suite to Mobile with Oracle Mobile Platform

8

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Architecture: Mobile Order Management App for EBS
ADF Mobile
Secured Web
App

Secured SOA
Web Services

ADF Mobile

9

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

EBS
SDK
for
Java

‱ App login using EBS credentials
‱ Connect to EBS via SOA
‱ OSB for REST
‱ Secure via EBS SDK, OWSM
‱ Integration with device services
Meet Charlie Brown
Always on the go!

 Sales Manager at Summit, a sports goods

manufacturer
 Mobile worker, always on the road to meet
with customers (retail stores)
 Access to EBS Order Management data
from mobile device
– Retrieve customer/order data
– Create EBS orders

10

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Solution Highlights
Oracle Fusion Middleware: Mobility Platform for Oracle Applications
 Ease of development
– Same code can be deployed on iOS/Android
– Use native device features (location services,

contacts, email)
 Non-intrusive
– No change to E-Business Suite

 No change to security model
– Logins re-used, identity propagated
– Authentication/Authorization

11

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Oracle Mobile Platform
Take-Aways
One Enterprise Platform, Open, and Integrated
Innovation built on top of existing IT architectures
Leverage existing developer & IT skills
Out of box Oracle Mobile Apps built on Fusion Middleware
Consistent security governance for mobile & enterprise

12

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
E-Business Suite Mobile Services

13

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Architecture
High Level
Native – iOS, Android
User
Interface

HTML5

Clients

Hybrid – ADF Mobile
Authentication

Security
Middle
Tier

Authorization
Access Control

Data Services

Integrated SOA Gateway
SOA Suite / EBS Adapter

Backend

14

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
BAM

Architecture
Web Services – EBS and External SOA Suite

Mobile Applications Web Applications

B2B integration

Mediator

BPEL

Process Monitoring Enterprise Integration

B2B

BAM

Oracle E-Business Suite Adapter

Integration Repository
PL/SQL APIs

Concurrent
Programs

XML Gateway

BSO

15

Interface
Tables
Java APIs

Interface
Views

eCommerce Gateway

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Security
Secured Data for Mobile Users
 Application Login/Logout
– Service deployed on IDM using EBS SDK for Java
– Native EBS Login/Logout Service

 Request Authentication
– SOAP Services: WS-Security UsernameToken header

 Authorization
– Applications Context for EBS Adapter

– Native EBS Access Control Service to load Roles and Privileges

16

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Security Configuration
Authentication
Login and Logout
 /OA_HTML/RF.jsp?function_id=mLogin
 /OA_HTML/RF.jsp?function_id=mLogout
 Configure EBS Cookies
– JSESSIONID
– EBS Session Cookie

17

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Security Configuration
Authorization
Access Control Service
 Role Based Access Control
 Roles and Privileges
 Control Access to Features and UI

Components
 JSON RESTful Service

18

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Data Services
Connecting Mobile to EBS
 Web Services from SOA composites
– Secured using WS-Security UsernameToken header

 EBS SDK for Java to secure SOA Composites
 E-Business Suite Adapter to access EBS interfaces from SOA Suite
– Variety of EBS Interfaces
– PLSQL, Interface Views, CPs, etc.

19

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Data Services
Where to find services?
Integration Repository
 Standardized Documentation
 Search and Browse Interfaces
 Seeded and Custom interfaces
 Function Security
 Discoverable from E-Business

Suite Adapter

20

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
EBS Services for Mobile
Security and Data Services

HTTP BasicAuth

Security

Sign In

Load Roles and Privileges

Login
Service

EBS
SDK
for
Java

IDM

EBS
Security
Model

Sign Off

21

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

EBS Adapter

SOAP Request
(UsernameToken, XML Payload)

SOA Suite

Insert
Credentials
to Request

Security Data Services

OWSM
Data Access

IDM
Logout

Logout
Service

Integration
Repository
EBS SDK for Java

22

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Oracle E-Business Suite SDK for Java
Integrate with EBS
 Protect your investment in the future
 Co-exist with Fusion Applications

ADF Application
EBS SDK for Java

23

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Oracle E-Business Suite SDK for Java
For Releases 11i to 12.x of Oracle E-Business Suite

AppsDataSource

E-Business Suite SDK for Java

24

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

JAAS

Language

i18N

Messages

Session
Management

Profiles
Integrate with EBS from External Applications
EBS SDK for Java
 Secure any Java EE Application

including Oracle ADF from
external application server
 Secure Web Services (SOA Suite,
OSB) from external application
server
 Use E-Business Suite security
 Use AppsDataSource to access
EBS database

25

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

ADF
Application

Web
Services

AppsDataSource
AppsDataSource
Standard Data Source
 Configure AppsDataSource for

access to Oracle E-Business Suite
Database
– Dedicated FND user with special

UMX|APPS_SCHEMA_CONNECT
role

ADF
Application

Web
Services

AppsDataSource

– External server does not need

APPS password
– External application can call stored

procedures available in APPS

Users
Roles

26

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
What is new in R12.2?

27

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Architectural Changes in Release 12.2
Integrated SOA Gateway
E-Business Suite R12.1.3
Integrated SOA Gateway

E-Business Suite R12.2
Integrated SOA Gateway

Service Provider

Service Invocation
Framework

Service Provider

Service Invocation
Framework

Adapter Framework

Business Event
System

Oracle Applications
Adapter

Business Event
System

JAX-RPC

WSIF

Oracle SOA Suite
11g

JAX-WS

Oracle Application Server 10g for E-Business
Suite

28

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

WebLogic Server
11g for SOA Suite

WebLogic Server 11g
for E-Business Suite
BAM

Architecture
Web Services – EBS and SOA Suite Together
Mobile Applications

Web Applications

B2B integration

Process Monitoring Enterprise Integration

SOAP Services

REST Services

Integrated SOA Gateway
REST Service Provider

SOAP Service Provider

Security
Services

Jersey, Jackson and
Staxon Libraries

Worklist
Services

Adapter Framework

EBS SDK for Java
BPEL

Oracle EBS Adapter

Integration Repository

29

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Mediator
E-Business Suite Data
Services – Roadmap

30

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
ADF Mobile and E-Business Suite

Roadmap

Towards a better Mobile Platform

Design

Develop Services

Develop App

Secure

Patterns

REST Service

Mobile SDKs

Cookie, Token

Reference
Flows

JSON

Sample Apps

Basic Auth

31

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Deploy and
Configure
Configuration Server
Design
Standardize your EBS Apps
 Best Practices
– UI Patterns
– Reference Flows

 Sample Apps
– Native
– Hybrid
– HTML5

32

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Roadmap
Roadmap

Development
EBS SDK for Mobile

EBS SDK for Mobile
Application Templates
Security Services
Profiles, Preferences
Apps Context Initialization
Push Notifications
Images, Attachments, LOVs
Worklist Library
Administration Services and Console
Integration with Data Services

33

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Data Services
Integrated SOA Gateway
 SOAP Services via SOA Suite
 REST Services via E-Business Suite
 Variety of EBS Interfaces
– PLSQL
– OAF BC4J

 JSON Payload Support for REST Services
 Worklist Data REST Services

34

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Roadmap
Data Services

35

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Roadmap
Security
Authentication and Authorization
 Authentication
– Session Token/Cookie
– HTTP Basic Auth

 Authorization
– Apps Context Initialization

 Published in Integration Repository

36

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Roadmap
Security Services in IREP

37

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Roadmap
Roadmap

Security
Session Management with REST Services
HTTP BasicAuth

Security

Login Service

Security Data Services

Capture Username and
Password

38

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Load Roles and Privileges
Applications Context

Header (EBS Cookies/Session Token)
Body (Payload – XML or JSON)

Access Control
Service
Apps Context
Initialization

REST Service 1
REST Service 2

EBS Session Cookie

Logout Service

Integration
Repository
Deployment and Management

 Configuration Services
– Load Configurations
– Manage Configurations

 Mobile Application Administrator
– Control Access
– Push Messages

39

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Roadmap
Customer Case Study
World Fuel Services

40

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Business
Transformation
Enabled by IT

Jay Smith
Business Information Officer (BIO)
World Fuel Services
Fueling Relationships Around the World
‱ Revenues of $39B, Fortune 74 in 2012

‱ Serving Aviation, Marine and Land
‱ Operate in 200 countries from 60 offices

‱ Low margin business
‱ Business model is staff-lite and asset-lite
‱ Strong organic growth
‱ Heavy acquisition focus, 20+ acquisitions in the last 10 years
Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Business Model Enabled by IT

“We are a technology company that just
happens to sell fuel”
‱ Protecting and maximizing margins

‱ Enhancing customer / supplier relationships
‱ Creating incremental business opportunities
‱ Staying ahead of the competition
‱ Driving employee productivity
‱ Extracting value out of acquired businesses
Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Our Oracle Journey – STANDARDIZE
‱

Oracle EBS for all middle and back office

‱

Tailored Work Benches for Sales & Supply

‱

Marine – Trading, derivatives, contract business, reselling, physical
inventory

‱

Aviation – Card processing, fuel management, government, technology

‱

Land – Card processing, merchandising at gas stations / c-stores,
dispatch, logistics

‱

Single Instance Globally

Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Our Oracle Journey – EXTEND
‱

Robust ADF framework supported by Java for custom
applications

‱

Web applications with limited use on mobile devices
through a browser

‱

CRM / SRM OnDemand with a Mobile App for our Marine
commercial team, globally

‱

Expanded security through Oracle’s Identify Management
and Single Sign-On integration
Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Our Oracle Journey – AGILITY
‱

Executed in parallel with EXTEND

‱

Oracle Fusion Middleware (Weblogic, SOA Suite, BPEL,
BPM, etc.) for enterprise integration

‱

Application to application

‱

Business to business

‱

Driving efficiencies through end-to-end integration with
customers and suppliers
Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Our Oracle Journey – ANALYTICS
‱

Robust capabilities to assess business health with timely
information

‱

Data visualization capabilities for efficient information
consumption

‱

Enterprise Data Warehouse (EDW) with a sound data
model and ETL design

‱

OBIEE, dashboards, reports

‱

Disciplined business process supported by accountability,
monitoring and ACTION
Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Mobile Business Strategy – FOUR PILLARS

1. Customer / Supplier Experience
2. Commercial Effectiveness
3. Operational Productivity
4. Business Analytics
Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Pillar #1 – CUSTOMER / SUPPLIER EXPERIENCE
‱

Deliver information “anytime, anywhere”

‱

Drives stickiness and incremental business

‱

Example: initiated a prototype leveraging our existing Fuel
Finder web application

‱

Fuel Finder provides fuel prices & availability at 3000 global
locations, 24/7

‱

Using ADF Mobile as an extension

‱

Leverages our Fusion Middleware stack
Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Pillar #2 – COMMERCIAL EFFECTIVENESS
‱

CRM / SRM Mobile: increase collaboration between our
global team members which enables efficient relationship
management with our customers / suppliers

‱

Commercial Mobile: creating mobile capabilities for the
critical, time sensitive commercial responsibilities (inquiry /
quote, deal approvals, customer confirmations)

‱

ADF Mobile as an extension

Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Pillar #3 – OPERATIONAL PRODUCTIVITY
‱

Operational efficiency and employee productivity are areas
where mobile will have a significant impact

‱

Examples: invoice approvals, user access requests, trade
validations, credit requests and time & expense approvals

‱

Drives internal efficiencies and employee satisfaction

‱

ADF Mobile as an extension

Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Pillar #4 – BUSINESS ANALYTICS
‱

Focused internally on senior leadership down to the line
manager level

‱

Potentially expose certain analytic components to our
customers (purchase performance reporting, etc.)

‱

Take analytics to the next level through mobile allowing
access to the information needed to steer the business in
near real-time

Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
Conclusion
‱

WFS’ mobile strategy is taking shape across:

‱
‱

Commercial Effectiveness

‱

Operational Productivity

‱
‱

Customer / Supplier Experience

Business Analytics and Decision Making

Leveraging Oracle’s technology stack (Fusion Middleware,
SOA Suite, ADF Mobile, CRM OnDemand Mobile App,
Oracle’s IDM, etc.)
Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
For More Information

 Talk to your Oracle contact to schedule onsite mobile workshop
– Develop mobile app for E-Business Suite expense approvals

 Case Study: Mobilizing EBS iProcurement using Fusion Middleware
– http://www.oracle.com/technetwork/developer-tools/jdev/northumbriancasestudy-2008272.pdf

 Visit: www.oracle.com/appadvantage

54

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
0

55

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
56

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Weitere Àhnliche Inhalte

Was ist angesagt?

Oaug collaborate sadia_tahseen
Oaug collaborate sadia_tahseenOaug collaborate sadia_tahseen
Oaug collaborate sadia_tahseenSadz Ta
 
OOW09 Integration Architecture EBS R12
OOW09 Integration Architecture  EBS R12OOW09 Integration Architecture  EBS R12
OOW09 Integration Architecture EBS R12jucaab
 
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...vasuballa
 
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...Steven Davelaar
 
OOW15 - managing oracle e-business suite auditing and security
OOW15 - managing oracle e-business suite auditing and securityOOW15 - managing oracle e-business suite auditing and security
OOW15 - managing oracle e-business suite auditing and securityvasuballa
 
Con8837 leverage authorization to monetize content and media subscriptions ...
Con8837   leverage authorization to monetize content and media subscriptions ...Con8837   leverage authorization to monetize content and media subscriptions ...
Con8837 leverage authorization to monetize content and media subscriptions ...OracleIDM
 
Building beacon-enabled apps with Oracle MCS
Building beacon-enabled apps with Oracle MCSBuilding beacon-enabled apps with Oracle MCS
Building beacon-enabled apps with Oracle MCSSteven Davelaar
 
Oracle ADF Architecture TV - Design - Application Customization and MDS
Oracle ADF Architecture TV - Design - Application Customization and MDSOracle ADF Architecture TV - Design - Application Customization and MDS
Oracle ADF Architecture TV - Design - Application Customization and MDSChris Muir
 
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]vasuballa
 
Oracle ADF Architecture TV - Design - ADF Service Architectures
Oracle ADF Architecture TV - Design - ADF Service ArchitecturesOracle ADF Architecture TV - Design - ADF Service Architectures
Oracle ADF Architecture TV - Design - ADF Service ArchitecturesChris Muir
 
Ebs idm con9020_pdf_9020_0001
Ebs idm con9020_pdf_9020_0001Ebs idm con9020_pdf_9020_0001
Ebs idm con9020_pdf_9020_0001jucaab
 
Oracle ADF Architecture TV - Design - Service Integration Architectures
Oracle ADF Architecture TV - Design - Service Integration ArchitecturesOracle ADF Architecture TV - Design - Service Integration Architectures
Oracle ADF Architecture TV - Design - Service Integration ArchitecturesChris Muir
 
OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...vasuballa
 
Oracle Fusion applications 101 [2010 OAUG Collaborate]
Oracle Fusion applications 101 [2010 OAUG Collaborate]Oracle Fusion applications 101 [2010 OAUG Collaborate]
Oracle Fusion applications 101 [2010 OAUG Collaborate]Rhapsody Technologies, Inc.
 
Let's Talk Mobile
Let's Talk MobileLet's Talk Mobile
Let's Talk MobileChris Muir
 
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business SuiteOOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suitevasuballa
 
OOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and RoadmapOOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and Roadmapvasuballa
 
B2 whats new with oracle exalogic worlds best foundation for applications
B2   whats new with oracle exalogic worlds best foundation for applicationsB2   whats new with oracle exalogic worlds best foundation for applications
B2 whats new with oracle exalogic worlds best foundation for applicationsDr. Wilfred Lin (Ph.D.)
 
Oracle ebs overview 1
Oracle ebs overview 1 Oracle ebs overview 1
Oracle ebs overview 1 Sovanlal Das
 
Implementing Data Caching and Data Synching Using Oracle MAF
Implementing Data Caching and Data Synching Using Oracle MAFImplementing Data Caching and Data Synching Using Oracle MAF
Implementing Data Caching and Data Synching Using Oracle MAFSteven Davelaar
 

Was ist angesagt? (20)

Oaug collaborate sadia_tahseen
Oaug collaborate sadia_tahseenOaug collaborate sadia_tahseen
Oaug collaborate sadia_tahseen
 
OOW09 Integration Architecture EBS R12
OOW09 Integration Architecture  EBS R12OOW09 Integration Architecture  EBS R12
OOW09 Integration Architecture EBS R12
 
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
 
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...
 
OOW15 - managing oracle e-business suite auditing and security
OOW15 - managing oracle e-business suite auditing and securityOOW15 - managing oracle e-business suite auditing and security
OOW15 - managing oracle e-business suite auditing and security
 
Con8837 leverage authorization to monetize content and media subscriptions ...
Con8837   leverage authorization to monetize content and media subscriptions ...Con8837   leverage authorization to monetize content and media subscriptions ...
Con8837 leverage authorization to monetize content and media subscriptions ...
 
Building beacon-enabled apps with Oracle MCS
Building beacon-enabled apps with Oracle MCSBuilding beacon-enabled apps with Oracle MCS
Building beacon-enabled apps with Oracle MCS
 
Oracle ADF Architecture TV - Design - Application Customization and MDS
Oracle ADF Architecture TV - Design - Application Customization and MDSOracle ADF Architecture TV - Design - Application Customization and MDS
Oracle ADF Architecture TV - Design - Application Customization and MDS
 
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
 
Oracle ADF Architecture TV - Design - ADF Service Architectures
Oracle ADF Architecture TV - Design - ADF Service ArchitecturesOracle ADF Architecture TV - Design - ADF Service Architectures
Oracle ADF Architecture TV - Design - ADF Service Architectures
 
Ebs idm con9020_pdf_9020_0001
Ebs idm con9020_pdf_9020_0001Ebs idm con9020_pdf_9020_0001
Ebs idm con9020_pdf_9020_0001
 
Oracle ADF Architecture TV - Design - Service Integration Architectures
Oracle ADF Architecture TV - Design - Service Integration ArchitecturesOracle ADF Architecture TV - Design - Service Integration Architectures
Oracle ADF Architecture TV - Design - Service Integration Architectures
 
OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...
 
Oracle Fusion applications 101 [2010 OAUG Collaborate]
Oracle Fusion applications 101 [2010 OAUG Collaborate]Oracle Fusion applications 101 [2010 OAUG Collaborate]
Oracle Fusion applications 101 [2010 OAUG Collaborate]
 
Let's Talk Mobile
Let's Talk MobileLet's Talk Mobile
Let's Talk Mobile
 
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business SuiteOOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
 
OOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and RoadmapOOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and Roadmap
 
B2 whats new with oracle exalogic worlds best foundation for applications
B2   whats new with oracle exalogic worlds best foundation for applicationsB2   whats new with oracle exalogic worlds best foundation for applications
B2 whats new with oracle exalogic worlds best foundation for applications
 
Oracle ebs overview 1
Oracle ebs overview 1 Oracle ebs overview 1
Oracle ebs overview 1
 
Implementing Data Caching and Data Synching Using Oracle MAF
Implementing Data Caching and Data Synching Using Oracle MAFImplementing Data Caching and Data Synching Using Oracle MAF
Implementing Data Caching and Data Synching Using Oracle MAF
 

Andere mochten auch

Strategy and erp in-the-cloud
Strategy and erp in-the-cloudStrategy and erp in-the-cloud
Strategy and erp in-the-cloudBerry Clemens
 
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...Berry Clemens
 
Ebs strategy-roadmap-given
Ebs strategy-roadmap-givenEbs strategy-roadmap-given
Ebs strategy-roadmap-givenBerry Clemens
 
Getting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationGetting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationBerry Clemens
 
Oracle E-Business Suitre mobile apps ADF
Oracle E-Business Suitre mobile apps ADFOracle E-Business Suitre mobile apps ADF
Oracle E-Business Suitre mobile apps ADFBerry Clemens
 
Enterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cEnterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cRakesh Gujjarlapudi
 
Oracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPSOracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPSRakesh Gujjarlapudi
 
Oracle WebLogic 11g Topology
Oracle WebLogic 11g TopologyOracle WebLogic 11g Topology
Oracle WebLogic 11g TopologyRakesh Gujjarlapudi
 
Oracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialOracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialRakesh Gujjarlapudi
 
Oracle OSB Security Enforcement with OWSM
Oracle OSB Security Enforcement with OWSMOracle OSB Security Enforcement with OWSM
Oracle OSB Security Enforcement with OWSMRakesh Gujjarlapudi
 
Programming-best practices( beginner) ADF_fusionapps
Programming-best practices( beginner) ADF_fusionappsProgramming-best practices( beginner) ADF_fusionapps
Programming-best practices( beginner) ADF_fusionappsBerry Clemens
 
Oracle Weblogic for EBS and obiee (R12.2)
Oracle Weblogic for EBS and obiee (R12.2)Oracle Weblogic for EBS and obiee (R12.2)
Oracle Weblogic for EBS and obiee (R12.2)Berry Clemens
 
SOA OSB suite cluster installation
SOA OSB suite cluster installationSOA OSB suite cluster installation
SOA OSB suite cluster installationRakesh Gujjarlapudi
 
A guide to ADF fusion development
A guide to ADF fusion developmentA guide to ADF fusion development
A guide to ADF fusion developmentDataNext Solutions
 
EBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-givenEBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-givenBerry Clemens
 

Andere mochten auch (20)

Strategy and erp in-the-cloud
Strategy and erp in-the-cloudStrategy and erp in-the-cloud
Strategy and erp in-the-cloud
 
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...
 
Ebs strategy-roadmap-given
Ebs strategy-roadmap-givenEbs strategy-roadmap-given
Ebs strategy-roadmap-given
 
Getting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationGetting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentation
 
Oracle E-Business Suitre mobile apps ADF
Oracle E-Business Suitre mobile apps ADFOracle E-Business Suitre mobile apps ADF
Oracle E-Business Suitre mobile apps ADF
 
Enterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cEnterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12c
 
Oracle BPM 11g Lesson 2
Oracle BPM 11g Lesson 2Oracle BPM 11g Lesson 2
Oracle BPM 11g Lesson 2
 
Oracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPSOracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPS
 
Oracle WebLogic 11g Topology
Oracle WebLogic 11g TopologyOracle WebLogic 11g Topology
Oracle WebLogic 11g Topology
 
Oracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialOracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning Tutorial
 
Oracle BPM 11g Lesson 1
Oracle BPM 11g Lesson 1Oracle BPM 11g Lesson 1
Oracle BPM 11g Lesson 1
 
Oracle OSB Security Enforcement with OWSM
Oracle OSB Security Enforcement with OWSMOracle OSB Security Enforcement with OWSM
Oracle OSB Security Enforcement with OWSM
 
Programming-best practices( beginner) ADF_fusionapps
Programming-best practices( beginner) ADF_fusionappsProgramming-best practices( beginner) ADF_fusionapps
Programming-best practices( beginner) ADF_fusionapps
 
Oracle OSB Tutorial 3
Oracle OSB Tutorial 3Oracle OSB Tutorial 3
Oracle OSB Tutorial 3
 
Oracle OSB Tutorial 2
Oracle OSB Tutorial 2Oracle OSB Tutorial 2
Oracle OSB Tutorial 2
 
Oracle EMC 12C Grand Tour
Oracle EMC 12C Grand TourOracle EMC 12C Grand Tour
Oracle EMC 12C Grand Tour
 
Oracle Weblogic for EBS and obiee (R12.2)
Oracle Weblogic for EBS and obiee (R12.2)Oracle Weblogic for EBS and obiee (R12.2)
Oracle Weblogic for EBS and obiee (R12.2)
 
SOA OSB suite cluster installation
SOA OSB suite cluster installationSOA OSB suite cluster installation
SOA OSB suite cluster installation
 
A guide to ADF fusion development
A guide to ADF fusion developmentA guide to ADF fusion development
A guide to ADF fusion development
 
EBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-givenEBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-given
 

Ähnlich wie Con9437 ad ffor_ebs and mobile

Mobile Application Framework - OFM Canberra September 2014
Mobile Application Framework - OFM Canberra September 2014Mobile Application Framework - OFM Canberra September 2014
Mobile Application Framework - OFM Canberra September 2014Joelith
 
Exploring Oracle Enterprise Mobility using Oracle Mobile Solutions
Exploring Oracle Enterprise Mobility using Oracle Mobile SolutionsExploring Oracle Enterprise Mobility using Oracle Mobile Solutions
Exploring Oracle Enterprise Mobility using Oracle Mobile SolutionsWise Men
 
Crie AplicaçÔes Mobile Híbridas Escritas em Java, para iOS e Android
Crie AplicaçÔes Mobile Híbridas Escritas em Java, para iOS e AndroidCrie AplicaçÔes Mobile Híbridas Escritas em Java, para iOS e Android
Crie AplicaçÔes Mobile Híbridas Escritas em Java, para iOS e AndroidBruno Borges
 
Con8439 fusion apps customs to ebs
Con8439 fusion apps customs to ebsCon8439 fusion apps customs to ebs
Con8439 fusion apps customs to ebsBerry Clemens
 
Oracle ADF Architecture TV - Design - Architecting for ADF Mobile Integration
Oracle ADF Architecture TV - Design - Architecting for ADF Mobile IntegrationOracle ADF Architecture TV - Design - Architecting for ADF Mobile Integration
Oracle ADF Architecture TV - Design - Architecting for ADF Mobile IntegrationChris Muir
 
B3 mobile development and deployment platform enabled by oracle fusion midd...
B3   mobile development and deployment platform enabled by oracle fusion midd...B3   mobile development and deployment platform enabled by oracle fusion midd...
B3 mobile development and deployment platform enabled by oracle fusion midd...Dr. Wilfred Lin (Ph.D.)
 
Ranbijay Kumar - BlackBerry Jam Americas 2013
Ranbijay Kumar - BlackBerry Jam Americas 2013Ranbijay Kumar - BlackBerry Jam Americas 2013
Ranbijay Kumar - BlackBerry Jam Americas 2013Dr. Ranbijay Kumar
 
Wise Men Oracle Mobility Webinar- 11-December-2014
Wise Men Oracle Mobility Webinar- 11-December-2014Wise Men Oracle Mobility Webinar- 11-December-2014
Wise Men Oracle Mobility Webinar- 11-December-2014Wise Men
 
Con8817 api management - enable your infrastructure for secure mobile and c...
Con8817   api management - enable your infrastructure for secure mobile and c...Con8817   api management - enable your infrastructure for secure mobile and c...
Con8817 api management - enable your infrastructure for secure mobile and c...OracleIDM
 
Building cross platfrom solutions for enterprise - the mobileshow- may 2014
Building cross platfrom solutions for enterprise - the mobileshow- may 2014Building cross platfrom solutions for enterprise - the mobileshow- may 2014
Building cross platfrom solutions for enterprise - the mobileshow- may 2014Kareem ElSayyed
 
Revised Adf security in a project centric environment
Revised Adf security in a project centric environmentRevised Adf security in a project centric environment
Revised Adf security in a project centric environmentJean-Marc Desvaux
 
MCSDataSheet
MCSDataSheetMCSDataSheet
MCSDataSheetBilal Khan
 
Con8902 developing secure mobile applications-final
Con8902 developing secure mobile applications-finalCon8902 developing secure mobile applications-final
Con8902 developing secure mobile applications-finalOracleIDM
 
OOW13: Developing secure mobile applications (CON8902)
OOW13: Developing secure mobile applications (CON8902)OOW13: Developing secure mobile applications (CON8902)
OOW13: Developing secure mobile applications (CON8902)GregOracle
 
Extending Enterprise Applications to mobile interfaces-Final
Extending Enterprise Applications to mobile interfaces-FinalExtending Enterprise Applications to mobile interfaces-Final
Extending Enterprise Applications to mobile interfaces-FinalRohit Dhamija
 
Oracle Mobile Cloud / Bot
Oracle Mobile Cloud / BotOracle Mobile Cloud / Bot
Oracle Mobile Cloud / BotMee Nam Lee
 
5 Reasons Why APIs Must be Part of Your Mobile Strategy - Scott Morrison, Dis...
5 Reasons Why APIs Must be Part of Your Mobile Strategy - Scott Morrison, Dis...5 Reasons Why APIs Must be Part of Your Mobile Strategy - Scott Morrison, Dis...
5 Reasons Why APIs Must be Part of Your Mobile Strategy - Scott Morrison, Dis...CA API Management
 
OOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmap
OOW15 - Oracle E-Business Suite Technology: Latest Features and RoadmapOOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmap
OOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmapvasuballa
 
Building Better Mobile Backends with Oracle Mobile Cloud Service
Building Better Mobile Backends with Oracle Mobile Cloud Service	Building Better Mobile Backends with Oracle Mobile Cloud Service
Building Better Mobile Backends with Oracle Mobile Cloud Service Guatemala User Group
 

Ähnlich wie Con9437 ad ffor_ebs and mobile (20)

Mobile Application Framework - OFM Canberra September 2014
Mobile Application Framework - OFM Canberra September 2014Mobile Application Framework - OFM Canberra September 2014
Mobile Application Framework - OFM Canberra September 2014
 
Exploring Oracle Enterprise Mobility using Oracle Mobile Solutions
Exploring Oracle Enterprise Mobility using Oracle Mobile SolutionsExploring Oracle Enterprise Mobility using Oracle Mobile Solutions
Exploring Oracle Enterprise Mobility using Oracle Mobile Solutions
 
Crie AplicaçÔes Mobile Híbridas Escritas em Java, para iOS e Android
Crie AplicaçÔes Mobile Híbridas Escritas em Java, para iOS e AndroidCrie AplicaçÔes Mobile Híbridas Escritas em Java, para iOS e Android
Crie AplicaçÔes Mobile Híbridas Escritas em Java, para iOS e Android
 
Con8439 fusion apps customs to ebs
Con8439 fusion apps customs to ebsCon8439 fusion apps customs to ebs
Con8439 fusion apps customs to ebs
 
Oracle ADF Architecture TV - Design - Architecting for ADF Mobile Integration
Oracle ADF Architecture TV - Design - Architecting for ADF Mobile IntegrationOracle ADF Architecture TV - Design - Architecting for ADF Mobile Integration
Oracle ADF Architecture TV - Design - Architecting for ADF Mobile Integration
 
B3 mobile development and deployment platform enabled by oracle fusion midd...
B3   mobile development and deployment platform enabled by oracle fusion midd...B3   mobile development and deployment platform enabled by oracle fusion midd...
B3 mobile development and deployment platform enabled by oracle fusion midd...
 
Ranbijay Kumar - BlackBerry Jam Americas 2013
Ranbijay Kumar - BlackBerry Jam Americas 2013Ranbijay Kumar - BlackBerry Jam Americas 2013
Ranbijay Kumar - BlackBerry Jam Americas 2013
 
Wise Men Oracle Mobility Webinar- 11-December-2014
Wise Men Oracle Mobility Webinar- 11-December-2014Wise Men Oracle Mobility Webinar- 11-December-2014
Wise Men Oracle Mobility Webinar- 11-December-2014
 
Con8817 api management - enable your infrastructure for secure mobile and c...
Con8817   api management - enable your infrastructure for secure mobile and c...Con8817   api management - enable your infrastructure for secure mobile and c...
Con8817 api management - enable your infrastructure for secure mobile and c...
 
Adf mobile overview
Adf mobile overviewAdf mobile overview
Adf mobile overview
 
Building cross platfrom solutions for enterprise - the mobileshow- may 2014
Building cross platfrom solutions for enterprise - the mobileshow- may 2014Building cross platfrom solutions for enterprise - the mobileshow- may 2014
Building cross platfrom solutions for enterprise - the mobileshow- may 2014
 
Revised Adf security in a project centric environment
Revised Adf security in a project centric environmentRevised Adf security in a project centric environment
Revised Adf security in a project centric environment
 
MCSDataSheet
MCSDataSheetMCSDataSheet
MCSDataSheet
 
Con8902 developing secure mobile applications-final
Con8902 developing secure mobile applications-finalCon8902 developing secure mobile applications-final
Con8902 developing secure mobile applications-final
 
OOW13: Developing secure mobile applications (CON8902)
OOW13: Developing secure mobile applications (CON8902)OOW13: Developing secure mobile applications (CON8902)
OOW13: Developing secure mobile applications (CON8902)
 
Extending Enterprise Applications to mobile interfaces-Final
Extending Enterprise Applications to mobile interfaces-FinalExtending Enterprise Applications to mobile interfaces-Final
Extending Enterprise Applications to mobile interfaces-Final
 
Oracle Mobile Cloud / Bot
Oracle Mobile Cloud / BotOracle Mobile Cloud / Bot
Oracle Mobile Cloud / Bot
 
5 Reasons Why APIs Must be Part of Your Mobile Strategy - Scott Morrison, Dis...
5 Reasons Why APIs Must be Part of Your Mobile Strategy - Scott Morrison, Dis...5 Reasons Why APIs Must be Part of Your Mobile Strategy - Scott Morrison, Dis...
5 Reasons Why APIs Must be Part of Your Mobile Strategy - Scott Morrison, Dis...
 
OOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmap
OOW15 - Oracle E-Business Suite Technology: Latest Features and RoadmapOOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmap
OOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmap
 
Building Better Mobile Backends with Oracle Mobile Cloud Service
Building Better Mobile Backends with Oracle Mobile Cloud Service	Building Better Mobile Backends with Oracle Mobile Cloud Service
Building Better Mobile Backends with Oracle Mobile Cloud Service
 

Mehr von Berry Clemens

Preparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullPreparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullBerry Clemens
 
Oracle Fusion functional setup manager
Oracle Fusion functional setup managerOracle Fusion functional setup manager
Oracle Fusion functional setup managerBerry Clemens
 
Fusion_apps extending and customizations
Fusion_apps extending and customizationsFusion_apps extending and customizations
Fusion_apps extending and customizationsBerry Clemens
 
Adf-fusion-architecture_manage-modular-approach_4581
Adf-fusion-architecture_manage-modular-approach_4581Adf-fusion-architecture_manage-modular-approach_4581
Adf-fusion-architecture_manage-modular-approach_4581Berry Clemens
 
EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2Berry Clemens
 
Con9534 fusion financials
Con9534 fusion financialsCon9534 fusion financials
Con9534 fusion financialsBerry Clemens
 
Con3928 horton session con3928 fusion app on-premise installation lessons lea...
Con3928 horton session con3928 fusion app on-premise installation lessons lea...Con3928 horton session con3928 fusion app on-premise installation lessons lea...
Con3928 horton session con3928 fusion app on-premise installation lessons lea...Berry Clemens
 
Budget wand datasheet
Budget wand datasheetBudget wand datasheet
Budget wand datasheetBerry Clemens
 
Chris meyer gl wand - financial reporting in excel
Chris meyer   gl wand - financial reporting in excelChris meyer   gl wand - financial reporting in excel
Chris meyer gl wand - financial reporting in excelBerry Clemens
 
Esouag r12 presentation
Esouag r12 presentationEsouag r12 presentation
Esouag r12 presentationBerry Clemens
 
Release 12-financials-best-practices1227
Release 12-financials-best-practices1227Release 12-financials-best-practices1227
Release 12-financials-best-practices1227Berry Clemens
 
R12financialsupgrade22010 12659159458494-phpapp01
R12financialsupgrade22010 12659159458494-phpapp01R12financialsupgrade22010 12659159458494-phpapp01
R12financialsupgrade22010 12659159458494-phpapp01Berry Clemens
 
Selling the-value-to-new-and-existing-customers2142
Selling the-value-to-new-and-existing-customers2142Selling the-value-to-new-and-existing-customers2142
Selling the-value-to-new-and-existing-customers2142Berry Clemens
 
Business models inc
Business models incBusiness models inc
Business models incBerry Clemens
 
Erasmus mc presentatie spijker r12
Erasmus mc presentatie spijker r12Erasmus mc presentatie spijker r12
Erasmus mc presentatie spijker r12Berry Clemens
 

Mehr von Berry Clemens (15)

Preparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullPreparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-full
 
Oracle Fusion functional setup manager
Oracle Fusion functional setup managerOracle Fusion functional setup manager
Oracle Fusion functional setup manager
 
Fusion_apps extending and customizations
Fusion_apps extending and customizationsFusion_apps extending and customizations
Fusion_apps extending and customizations
 
Adf-fusion-architecture_manage-modular-approach_4581
Adf-fusion-architecture_manage-modular-approach_4581Adf-fusion-architecture_manage-modular-approach_4581
Adf-fusion-architecture_manage-modular-approach_4581
 
EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2
 
Con9534 fusion financials
Con9534 fusion financialsCon9534 fusion financials
Con9534 fusion financials
 
Con3928 horton session con3928 fusion app on-premise installation lessons lea...
Con3928 horton session con3928 fusion app on-premise installation lessons lea...Con3928 horton session con3928 fusion app on-premise installation lessons lea...
Con3928 horton session con3928 fusion app on-premise installation lessons lea...
 
Budget wand datasheet
Budget wand datasheetBudget wand datasheet
Budget wand datasheet
 
Chris meyer gl wand - financial reporting in excel
Chris meyer   gl wand - financial reporting in excelChris meyer   gl wand - financial reporting in excel
Chris meyer gl wand - financial reporting in excel
 
Esouag r12 presentation
Esouag r12 presentationEsouag r12 presentation
Esouag r12 presentation
 
Release 12-financials-best-practices1227
Release 12-financials-best-practices1227Release 12-financials-best-practices1227
Release 12-financials-best-practices1227
 
R12financialsupgrade22010 12659159458494-phpapp01
R12financialsupgrade22010 12659159458494-phpapp01R12financialsupgrade22010 12659159458494-phpapp01
R12financialsupgrade22010 12659159458494-phpapp01
 
Selling the-value-to-new-and-existing-customers2142
Selling the-value-to-new-and-existing-customers2142Selling the-value-to-new-and-existing-customers2142
Selling the-value-to-new-and-existing-customers2142
 
Business models inc
Business models incBusiness models inc
Business models inc
 
Erasmus mc presentatie spijker r12
Erasmus mc presentatie spijker r12Erasmus mc presentatie spijker r12
Erasmus mc presentatie spijker r12
 

KĂŒrzlich hochgeladen

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍾 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍾 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍾 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍾 8923113531 🎰 Avail...gurkirankumar98700
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 

KĂŒrzlich hochgeladen (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍾 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍾 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍾 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍾 8923113531 🎰 Avail...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

Con9437 ad ffor_ebs and mobile

  • 1. Mobile Apps for E-Business Suite using Fusion Middleware Srikant Subramaniam Senior Principal Product Manager, Fusion Middleware Vijay Shanmugam Senior Development Manager, E-Business Suite Jay Smith Business Information Officer, World Fuel Services
  • 2. Agenda  ORACLE MOBILE PLATFORM  E-BUSINESS SUITE MOBILE SERVICES  CUSTOMER CASE STUDY 2 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 3. Oracle Mobile Solution MOBILE APPS CRM ERP B2B 3 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. MOBILE PLATFORM MOBILE SECURITY
  • 4. Oracle Mobile Platform Any App, Any Data, Any Device – Secure Cross-Channel Maximize existing IT investments NATIVE, WEB, HYBRID  Develop cross platform & multi channel DEVELOP INTEGRATE SECURE applications MANAGE DEPLOY ORACLE MOBILE PLATFORM  Integrate data and services across the Enterprise and Mobile devices  Secure information uniformly across all layers of enterprise and mobile apps  Deploy & Manage cloud and onCUSTOM APPLICATIONS 4 ON-PREMISE PACKAGED APPLICATIONS Copyright © 2013, Oracle and/or its affiliates. All rights reserved. premises for multi-channel delivery CLOUD
  • 5. Develop: Mobile Development Framework  Build Once, Run on Any Platform  Disconnected: SQLite with Encryption  Full Access to Native Device Features  Modular, Reusable Application Components 5 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 6. Integrate: Mobile Service Integration Service Enablement, Management and Integration  Reuse existing application services  Rapid response to new business requests RESTful API SOA Foundation Existing Services Integration Infrastructure Inventory Check Service Credit Check Service ORACLE APPLICATIONS Production Service Customer Status Service CLOUD APPLICATIONS Order Service  Fast access to data and Billing Service ISV/CUSTOM APPLICATIONS services across the Enterprise and external sources  Reliable and solid orchestration platform 6 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 7. Secure Devices and Apps Secure REST API’s API Control & Governance Threat Protection Client Throttling Transformation API Management & Monitoring Access Management Secure mobile access to corporate data  Extend Access Management to REST API’s  Context Aware  Authentication  Authorization  Fraud Detection  Security Tokens {“JSON”}  Data Redaction < XML >  Audit OAUTH 2.0 Client & Server 7 API Key Management Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Native JSON & XML Processing
  • 8. DEMONSTRATION Extend E-Business Suite to Mobile with Oracle Mobile Platform 8 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 9. Architecture: Mobile Order Management App for EBS ADF Mobile Secured Web App Secured SOA Web Services ADF Mobile 9 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. EBS SDK for Java ‱ App login using EBS credentials ‱ Connect to EBS via SOA ‱ OSB for REST ‱ Secure via EBS SDK, OWSM ‱ Integration with device services
  • 10. Meet Charlie Brown Always on the go!  Sales Manager at Summit, a sports goods manufacturer  Mobile worker, always on the road to meet with customers (retail stores)  Access to EBS Order Management data from mobile device – Retrieve customer/order data – Create EBS orders 10 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 11. Solution Highlights Oracle Fusion Middleware: Mobility Platform for Oracle Applications  Ease of development – Same code can be deployed on iOS/Android – Use native device features (location services, contacts, email)  Non-intrusive – No change to E-Business Suite  No change to security model – Logins re-used, identity propagated – Authentication/Authorization 11 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 12. Oracle Mobile Platform Take-Aways One Enterprise Platform, Open, and Integrated Innovation built on top of existing IT architectures Leverage existing developer & IT skills Out of box Oracle Mobile Apps built on Fusion Middleware Consistent security governance for mobile & enterprise 12 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 13. E-Business Suite Mobile Services 13 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 14. Architecture High Level Native – iOS, Android User Interface HTML5 Clients Hybrid – ADF Mobile Authentication Security Middle Tier Authorization Access Control Data Services Integrated SOA Gateway SOA Suite / EBS Adapter Backend 14 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 15. BAM Architecture Web Services – EBS and External SOA Suite Mobile Applications Web Applications B2B integration Mediator BPEL Process Monitoring Enterprise Integration B2B BAM Oracle E-Business Suite Adapter Integration Repository PL/SQL APIs Concurrent Programs XML Gateway BSO 15 Interface Tables Java APIs Interface Views eCommerce Gateway Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 16. Security Secured Data for Mobile Users  Application Login/Logout – Service deployed on IDM using EBS SDK for Java – Native EBS Login/Logout Service  Request Authentication – SOAP Services: WS-Security UsernameToken header  Authorization – Applications Context for EBS Adapter – Native EBS Access Control Service to load Roles and Privileges 16 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 17. Security Configuration Authentication Login and Logout  /OA_HTML/RF.jsp?function_id=mLogin  /OA_HTML/RF.jsp?function_id=mLogout  Configure EBS Cookies – JSESSIONID – EBS Session Cookie 17 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 18. Security Configuration Authorization Access Control Service  Role Based Access Control  Roles and Privileges  Control Access to Features and UI Components  JSON RESTful Service 18 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 19. Data Services Connecting Mobile to EBS  Web Services from SOA composites – Secured using WS-Security UsernameToken header  EBS SDK for Java to secure SOA Composites  E-Business Suite Adapter to access EBS interfaces from SOA Suite – Variety of EBS Interfaces – PLSQL, Interface Views, CPs, etc. 19 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 20. Data Services Where to find services? Integration Repository  Standardized Documentation  Search and Browse Interfaces  Seeded and Custom interfaces  Function Security  Discoverable from E-Business Suite Adapter 20 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 21. EBS Services for Mobile Security and Data Services HTTP BasicAuth Security Sign In Load Roles and Privileges Login Service EBS SDK for Java IDM EBS Security Model Sign Off 21 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. EBS Adapter SOAP Request (UsernameToken, XML Payload) SOA Suite Insert Credentials to Request Security Data Services OWSM Data Access IDM Logout Logout Service Integration Repository
  • 22. EBS SDK for Java 22 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 23. Oracle E-Business Suite SDK for Java Integrate with EBS  Protect your investment in the future  Co-exist with Fusion Applications ADF Application EBS SDK for Java 23 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 24. Oracle E-Business Suite SDK for Java For Releases 11i to 12.x of Oracle E-Business Suite AppsDataSource E-Business Suite SDK for Java 24 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. JAAS Language i18N Messages Session Management Profiles
  • 25. Integrate with EBS from External Applications EBS SDK for Java  Secure any Java EE Application including Oracle ADF from external application server  Secure Web Services (SOA Suite, OSB) from external application server  Use E-Business Suite security  Use AppsDataSource to access EBS database 25 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. ADF Application Web Services AppsDataSource
  • 26. AppsDataSource Standard Data Source  Configure AppsDataSource for access to Oracle E-Business Suite Database – Dedicated FND user with special UMX|APPS_SCHEMA_CONNECT role ADF Application Web Services AppsDataSource – External server does not need APPS password – External application can call stored procedures available in APPS Users Roles 26 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 27. What is new in R12.2? 27 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 28. Architectural Changes in Release 12.2 Integrated SOA Gateway E-Business Suite R12.1.3 Integrated SOA Gateway E-Business Suite R12.2 Integrated SOA Gateway Service Provider Service Invocation Framework Service Provider Service Invocation Framework Adapter Framework Business Event System Oracle Applications Adapter Business Event System JAX-RPC WSIF Oracle SOA Suite 11g JAX-WS Oracle Application Server 10g for E-Business Suite 28 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. WebLogic Server 11g for SOA Suite WebLogic Server 11g for E-Business Suite
  • 29. BAM Architecture Web Services – EBS and SOA Suite Together Mobile Applications Web Applications B2B integration Process Monitoring Enterprise Integration SOAP Services REST Services Integrated SOA Gateway REST Service Provider SOAP Service Provider Security Services Jersey, Jackson and Staxon Libraries Worklist Services Adapter Framework EBS SDK for Java BPEL Oracle EBS Adapter Integration Repository 29 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Mediator
  • 30. E-Business Suite Data Services – Roadmap 30 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 31. ADF Mobile and E-Business Suite Roadmap Towards a better Mobile Platform Design Develop Services Develop App Secure Patterns REST Service Mobile SDKs Cookie, Token Reference Flows JSON Sample Apps Basic Auth 31 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Deploy and Configure Configuration Server
  • 32. Design Standardize your EBS Apps  Best Practices – UI Patterns – Reference Flows  Sample Apps – Native – Hybrid – HTML5 32 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Roadmap
  • 33. Roadmap Development EBS SDK for Mobile EBS SDK for Mobile Application Templates Security Services Profiles, Preferences Apps Context Initialization Push Notifications Images, Attachments, LOVs Worklist Library Administration Services and Console Integration with Data Services 33 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 34. Data Services Integrated SOA Gateway  SOAP Services via SOA Suite  REST Services via E-Business Suite  Variety of EBS Interfaces – PLSQL – OAF BC4J  JSON Payload Support for REST Services  Worklist Data REST Services 34 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Roadmap
  • 35. Data Services 35 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Roadmap
  • 36. Security Authentication and Authorization  Authentication – Session Token/Cookie – HTTP Basic Auth  Authorization – Apps Context Initialization  Published in Integration Repository 36 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Roadmap
  • 37. Security Services in IREP 37 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Roadmap
  • 38. Roadmap Security Session Management with REST Services HTTP BasicAuth Security Login Service Security Data Services Capture Username and Password 38 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Load Roles and Privileges Applications Context Header (EBS Cookies/Session Token) Body (Payload – XML or JSON) Access Control Service Apps Context Initialization REST Service 1 REST Service 2 EBS Session Cookie Logout Service Integration Repository
  • 39. Deployment and Management  Configuration Services – Load Configurations – Manage Configurations  Mobile Application Administrator – Control Access – Push Messages 39 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Roadmap
  • 40. Customer Case Study World Fuel Services 40 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 41. Business Transformation Enabled by IT Jay Smith Business Information Officer (BIO) World Fuel Services
  • 42. Fueling Relationships Around the World ‱ Revenues of $39B, Fortune 74 in 2012 ‱ Serving Aviation, Marine and Land ‱ Operate in 200 countries from 60 offices ‱ Low margin business ‱ Business model is staff-lite and asset-lite ‱ Strong organic growth ‱ Heavy acquisition focus, 20+ acquisitions in the last 10 years Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 43. Business Model Enabled by IT “We are a technology company that just happens to sell fuel” ‱ Protecting and maximizing margins ‱ Enhancing customer / supplier relationships ‱ Creating incremental business opportunities ‱ Staying ahead of the competition ‱ Driving employee productivity ‱ Extracting value out of acquired businesses Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 44. Our Oracle Journey – STANDARDIZE ‱ Oracle EBS for all middle and back office ‱ Tailored Work Benches for Sales & Supply ‱ Marine – Trading, derivatives, contract business, reselling, physical inventory ‱ Aviation – Card processing, fuel management, government, technology ‱ Land – Card processing, merchandising at gas stations / c-stores, dispatch, logistics ‱ Single Instance Globally Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 45. Our Oracle Journey – EXTEND ‱ Robust ADF framework supported by Java for custom applications ‱ Web applications with limited use on mobile devices through a browser ‱ CRM / SRM OnDemand with a Mobile App for our Marine commercial team, globally ‱ Expanded security through Oracle’s Identify Management and Single Sign-On integration Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 46. Our Oracle Journey – AGILITY ‱ Executed in parallel with EXTEND ‱ Oracle Fusion Middleware (Weblogic, SOA Suite, BPEL, BPM, etc.) for enterprise integration ‱ Application to application ‱ Business to business ‱ Driving efficiencies through end-to-end integration with customers and suppliers Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 47. Our Oracle Journey – ANALYTICS ‱ Robust capabilities to assess business health with timely information ‱ Data visualization capabilities for efficient information consumption ‱ Enterprise Data Warehouse (EDW) with a sound data model and ETL design ‱ OBIEE, dashboards, reports ‱ Disciplined business process supported by accountability, monitoring and ACTION Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 48. Mobile Business Strategy – FOUR PILLARS 1. Customer / Supplier Experience 2. Commercial Effectiveness 3. Operational Productivity 4. Business Analytics Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 49. Pillar #1 – CUSTOMER / SUPPLIER EXPERIENCE ‱ Deliver information “anytime, anywhere” ‱ Drives stickiness and incremental business ‱ Example: initiated a prototype leveraging our existing Fuel Finder web application ‱ Fuel Finder provides fuel prices & availability at 3000 global locations, 24/7 ‱ Using ADF Mobile as an extension ‱ Leverages our Fusion Middleware stack Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 50. Pillar #2 – COMMERCIAL EFFECTIVENESS ‱ CRM / SRM Mobile: increase collaboration between our global team members which enables efficient relationship management with our customers / suppliers ‱ Commercial Mobile: creating mobile capabilities for the critical, time sensitive commercial responsibilities (inquiry / quote, deal approvals, customer confirmations) ‱ ADF Mobile as an extension Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 51. Pillar #3 – OPERATIONAL PRODUCTIVITY ‱ Operational efficiency and employee productivity are areas where mobile will have a significant impact ‱ Examples: invoice approvals, user access requests, trade validations, credit requests and time & expense approvals ‱ Drives internal efficiencies and employee satisfaction ‱ ADF Mobile as an extension Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 52. Pillar #4 – BUSINESS ANALYTICS ‱ Focused internally on senior leadership down to the line manager level ‱ Potentially expose certain analytic components to our customers (purchase performance reporting, etc.) ‱ Take analytics to the next level through mobile allowing access to the information needed to steer the business in near real-time Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 53. Conclusion ‱ WFS’ mobile strategy is taking shape across: ‱ ‱ Commercial Effectiveness ‱ Operational Productivity ‱ ‱ Customer / Supplier Experience Business Analytics and Decision Making Leveraging Oracle’s technology stack (Fusion Middleware, SOA Suite, ADF Mobile, CRM OnDemand Mobile App, Oracle’s IDM, etc.) Copyright© 2013 World Fuel Services Corporation. Proprietary & Confidential. All Rights Reserved.
  • 54. For More Information  Talk to your Oracle contact to schedule onsite mobile workshop – Develop mobile app for E-Business Suite expense approvals  Case Study: Mobilizing EBS iProcurement using Fusion Middleware – http://www.oracle.com/technetwork/developer-tools/jdev/northumbriancasestudy-2008272.pdf  Visit: www.oracle.com/appadvantage 54 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 55. 0 55 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 56. 56 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.