Using Oracle E-Business Suite Business Events for Integrations in Integration Cloud Service

Size: px
Start display at page:

Download "Using Oracle E-Business Suite Business Events for Integrations in Integration Cloud Service"

Transcription

1 Using Oracle E-Business Suite Business Events for Integrations in Integration Cloud Service Tutorial: Order to Manual Invoice O R A C L E T U T O R I A L J U N E

2 Disclaimer 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. USING ORACLE E-BUSINESS SUITE BUSINESS EVENTS FOR INTEGRATIONS IN INTEGRATION CLOUD SERVICE

3 Table of Contents Disclaimer 1 Introduction 1 Use Case 1 Steps Overview 1 Assumptions & Notes 1 Prerequisites 2 Preparing EBS Order Management System 2 Preparing EBS Accounts Receivables System 2 Steps 3 Creating Connection for EBS Order Management 3 Creating Connection for Receivables 5 Importing Integration 7 Activating the Integration 7 Raising Business Event from EBS Order Management 8 Verifying the Invoice in EBS Accounts Receivables 9 [O.FOOTER] USING ORACLE E-BUSINESS SUITE BUSINESS EVENTS FOR INTEGRATIONS IN INTEGRATION CLOUD SERVICE

4 Introduction This document describes an example of using Oracle E-Business Suite Adapter in Integration Cloud Service for outbound integrations from E-Business Suite (that is, inbound integrations to Integration Cloud Service).It describes the steps to import existing ICS integration built for this tutorial. Use Case This tutorial considers the use case: Create a draft manual Invoice in Receivables system when a Sales Order is booked in EBS Order Management. EBS Order Management raises business event oracle.apps.ont.oip.statuschange.update whenever the status of Sales Order is updated as part of business flow. It contains information about the Header Id, Status of Sales Order. For this example, we will create integration in Integration Cloud Service with EBS Order Management as Source system and EBS Accounts Receivables as Target system. We will use EBS Adapter to connect to EBS Order Management system whereas; we will use generic REST Adapter from ICS to connect to target Receivables system. ICS integration will subscribe to above business event. When there is a change in Sales Order status in EBS OM system, it will trigger ICS integration. For Booked Orders, integration will fetch the details of Sales Order from EBS OM instance and data will be used to create draft manual invoice in Receivables system. Steps Overview Overview of steps: Creating Connections Importing & Activating the Integration Executing the Integration Verifying the result Assumptions & Notes Assume that Oracle E-Business Suite Order Management and Oracle E-Business Suite Accounts Receivables are two different systems. Assume that REST Services are directly accessible from Integration Cloud Service. Hence for this example, ICS Connectivity Agent is not used. However, if EBS REST Services are behind corporate firewall, you can configure agent for EBS Connection for this tutorial. This document describes the steps to import ICS integration built for this tutorial. By importing the existing integration, you will be able to straightaway view and test the integration using your EBS instance (provided the below mentioned prerequisites are implemented). If you are interested in building the ICS integration from the beginning, refer following links for details: o o o o Creating an Integration Adding Trigger and Invoke endpoints Create Mappings Assigning Business Identifier for Tracking 1 Using oracle e-business suite business events for integrations in integration cloud service

5 Prerequisites Before starting this tutorial, you must have: Access to Oracle Integration Cloud Service (you may request for trial subscription from here, if you don t have one). Access to Oracle E-Business Suite Order Management & Accounts Receivables. Prepare Oracle E-Business Suite Order Management & Accounts Receivables systems for integration. Perform one-time setup tasks in both systems: Preparing EBS Order Management System 1. Refer Setup Tasks for Enabling the Oracle E-Business Suite Adapter: Ensure that EBS is configured for ISG REST Services and latest patches are applied as mentioned MOS This is a one-time setup step. Deploy Metadata Provider API with GET HTTP Verb for all the methods contained in the API. Provide service alias as provider. Grant access privileges to operations user for all methods in Metadata Provider API. Deploy Event Manager API with POST HTTP Verb for all the methods contained in the API. Provide service alias as subscription. Grant access privileges to operations user for all methods in Event Manager API. Deploy OE_ORDER_PUB (Process Order API) as REST Service. Grant access privileges to operations user for Get Order method in OE_ORDER_PUB. 2. Refer Setup Tasks for Using the Oracle E-Business Suite Adapter as a Trigger (Source) Connection, to: Store ICS user credentials in EBS database Vault. Import SSL certificate of ICS to EBS (if required). Set up proxy URLs in EBS (if required). 3. Apply patch :R12.ONT.B, if it is not already applied. 4. Ensure that the value of profile option: OM: Raise Status Change Business Event is set to Yes. Preparing EBS Accounts Receivables System 1. Configure EBS for ISG REST Services as mentioned in MOS Deploy Invoice Creation API as REST Service (with alias invoice). 3. Grant access to operations user to Create Single Invoice method in Invoice Creation service. 2 USING ORACLE E-BUSINESS SUITE BUSINESS EVENTS FOR INTEGRATIONS IN INTEGRATION CLOUD SERVICE

6 Steps Creating Connection for EBS Order Management 1. Log in to Oracle Integration Cloud Service. 2. Click Connections in Integration Cloud Service home page. 3. Click Create New Connection in Connections page. 4. Create Connection Select Adapter dialog appears. Enter Oracle E-Business Suite in Search bar. 5. Oracle E-Business Suite Adapter is filtered from the list of Adapters. Click Select. 6. New Connection Information dialog page appears. Enter Order Management as the connection name. 7. Ensure that Trigger and Invoke is selected as Connection Role. 8. Enter a meaningful description for this connection. 9. Click Create in New Connection Information dialog page. 3 USING ORACLE E-BUSINESS SUITE BUSINESS EVENTS FOR INTEGRATIONS IN INTEGRATION CLOUD SERVICE

7 10. Connection Details page is displayed for Order Management connection. Click Configure Connectivity in Connection Properties section. 11. Enter connection URL of EBS Order Management instance as host name>:<port>. 12. Click OK. 13. Click Configure Security in Security section. 14. Enter operations as the username and its associated password in the Credentials dialog to access the EBS Order Management instance you specified earlier in the Connection Properties dialog. 15. Click OK. 16. Click Test to test the connection you just specified for Oracle E-Business Suite. 17. Click Save to save your connection. 4 USING ORACLE E-BUSINESS SUITE BUSINESS EVENTS FOR INTEGRATIONS IN INTEGRATION CLOUD SERVICE

8 18. Click Exit Connection. 19. Oracle E-Business Suite connection "Order Management" now appears in the Connections page. Creating Connection for Receivables 1. We will use REST Adapter to connect to Receivables system. Click Create New Connection in Connections page. 2. Create Connection Select Adapter dialog appears. Enter REST in Search bar. 3. REST Adapter is filtered from the list of Adapters. Click Select. 4. New Connection Information dialog page appears. Enter Receivables as the connection name. 5. Select either Invoke or Trigger and Invoke as Connection Role. 5 USING ORACLE E-BUSINESS SUITE BUSINESS EVENTS FOR INTEGRATIONS IN INTEGRATION CLOUD SERVICE

9 6. Enter a meaningful description for this connection. 7. Click Create in New Connection Information dialog page. 8. Click Configure Connectivity to open the Connection Properties dialog. 9. Select REST API Base URL as Connection Type. 10. Enter URL for Invoice REST Service in Receivables system. For example, host name>:<port>/webservices/rest/invoice. 11. Click OK. 12. Click Configure Security to open the Credentials dialog. 6 USING ORACLE E-BUSINESS SUITE BUSINESS EVENTS FOR INTEGRATIONS IN INTEGRATION CLOUD SERVICE

10 13. Enter credentials to access Invoice REST Service. For example, enter operations as the username and its associated password in the Credentials dialog. 14. Click OK. 15. Click Test to test the connection you just specified for Oracle E-Business Suite. 16. Click Save to save your connection. 17. Click Exit Connection. 18. Oracle E-Business Suite connection "Receivables" now appears in the Connections page. Importing Integration 1. Navigate to Integrations Home page. 2. Click Import Integrations. 3. Browse and select Order to Invoice iar file (ORDER_TO_INVOICE_ iar). 4. Integration is successfully imported message is displayed. And, Order to Invoice integration is listed in Integrations home page. 5. Click integration name to view the imported integration. Note: Refer An Example of Using a Business Event as a Trigger (Source) in Integration. It describes the steps to create integration, add Trigger and Invoke endpoints and, define mappings. Activating the Integration 1. In the Integrations page, click Activate for the "Order to Invoice" integration that you imported earlier. 2. The Confirmation dialog appears. Click Yes for Are you sure you want to activate integration Order to Invoice? 3. "Order to Invoice" integration is now ACTIVE. 7 USING ORACLE E-BUSINESS SUITE BUSINESS EVENTS FOR INTEGRATIONS IN INTEGRATION CLOUD SERVICE

11 Raising Business Event from EBS Order Management 1. Log in to Oracle E-Business Suite as the operations user who has access to Order Management Super User, Vision Operations (USA) responsibility. 2. Select Order, Returns and then Sales Order from the navigation menu to open the Sales Orders form. 3. In the Sales Orders form, select the Order Information tab. 4. Create a new Sales Order for customer "A.C. Networks. 5. Select the Line Items tab and add the following line item: Ordered Item: AS54888 Quantity: 1 UOM: Each 8 USING ORACLE E-BUSINESS SUITE BUSINESS EVENTS FOR INTEGRATIONS IN INTEGRATION CLOUD SERVICE

12 Unit Price: Accept the populated unit price. Request Date: Accept the populated date (such as 14-MAY-2016) 6. Save this new order. This order is created with "Entered" status. 7. Click Book Order. The order status is now updated to "Booked". It internally raises a business event oracle.apps.ont.oip.statuschange.update which will trigger the integration. Verifying the Invoice in EBS Accounts Receivables 1. Log in to Oracle Accounts Receivables as the operations user who has access to Receivables, Vision Operations (USA) responsibility. 2. Select Transactions and then Transactions from the navigation menu. 3. Search for the invoice transaction by transaction number. Note: Header ID of Sales Order from Order Management was mapped to transaction number of Invoice. 4. Invoice would be found in Oracle Accounts Receivables for A.C. Networks for corresponding Sales Order. 9 USING ORACLE E-BUSINESS SUITE BUSINESS EVENTS FOR INTEGRATIONS IN INTEGRATION CLOUD SERVICE

13 Oracle Corporation, World Headquarters Worldwide Inquiries 500 Oracle Parkway Phone: Redwood Shores, CA 94065, USA Fax: C O N N E C T W I T H U S blogs.oracle.com/oracle facebook.com/oracle twitter.com/oracle oracle.com Copyright 2016, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only, and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document, and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group Using Oracle E-Business Suite Business Events from Integration Cloud Service June 2016 Author: Rekha Ayothi

Oracle Inventory Management Inventory Management Integration with Projects

Oracle Inventory Management Inventory Management Integration with Projects Oracle Inventory Management Inventory Management Integration with Projects An Oracle White Paper ORACLE WHITE PAPER UPDATED FEBRUARY 2018 Table of Contents Project Transaction Overview 2 Setup Project

More information

Oracle Inventory Management Inventory Management Integration with Projects

Oracle Inventory Management Inventory Management Integration with Projects Oracle Inventory Management Inventory Management Integration with Projects An Oracle White Paper ORACLE WHITE PAPER UPDATED SEPTEMBER 2017 Table of Contents Project Transaction Overview 2 Setup Project

More information

Asset Register Report

Asset Register Report Asset Register Report ERP CLOUD Oracle Financials for EMEA Table of Contents 1. Purpose of the document 2 2. Assumptions and Prerequisites 2 3. Feature Specific Setup 3 Implementation 3 Create Asset Book

More information

Running Oracle Supply Chain Collaboration Cloud with Standalone Planning Solutions

Running Oracle Supply Chain Collaboration Cloud with Standalone Planning Solutions Running Oracle Supply Chain Collaboration Cloud with Standalone Planning Solutions O R A C L E W H I T E P A P E R A P R I L 2 0 1 8 Disclaimer The following is intended to outline our general product

More information

Implementing Supplier Audit History

Implementing Supplier Audit History An Oracle White Paper July 2013 Implementing Supplier Audit History Oracle Fusion Suppliers 11.1.7.0.0 Disclaimer The following is intended to outline our general product direction. It is intended for

More information

Oracle SCM Cloud Support for Contract Manufacturing

Oracle SCM Cloud Support for Contract Manufacturing ----------------------------------- FUSION APPLICATIONS Supply Chain Management Oracle SCM Cloud Support for Contract Manufacturing An Overview O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 8 Disclaimer

More information

Integration Concepts for JD Edwards EnterpriseOne Human Resources and Oracle Taleo Business Edition Recruiting Cloud Service

Integration Concepts for JD Edwards EnterpriseOne Human Resources and Oracle Taleo Business Edition Recruiting Cloud Service Integration Concepts for JD Edwards EnterpriseOne Human Resources and Oracle Taleo Business Edition Recruiting Cloud Service O R A C L E W H I T E P A P E R O C T O B E R 2014 Disclaimer The following

More information

Oracle BigMachines CPQ Cloud Service Products Document Engine Feature

Oracle BigMachines CPQ Cloud Service Products Document Engine Feature Oracle BigMachines CPQ Cloud Service Products Document Engine Feature With the Document Engine feature of Oracle BigMachines Configure, Price, and Quote (CPQ) Cloud Service products, your organization

More information

PeopleSoft on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017

PeopleSoft on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017 PeopleSoft on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017 Oracle Ravello Cloud Service Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications,

More information

An Oracle White Paper June Oracle Fusion Applications Creation of a View Only Role in Procurement

An Oracle White Paper June Oracle Fusion Applications Creation of a View Only Role in Procurement An Oracle White Paper June 2012 Oracle Fusion Applications Creation of a View Only Role in Procurement Disclaimer The following is intended to outline our general product direction. It is intended for

More information

How Oracle Global Order Promising Cloud Sources Supply for Your Orders O R A C L E W H I T E P A P E R F E B R U A R Y

How Oracle Global Order Promising Cloud Sources Supply for Your Orders O R A C L E W H I T E P A P E R F E B R U A R Y How Oracle Global Order Promising Cloud Sources Supply for Your Orders O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 8 Introduction Oracle Global Order Promising Cloud checks supply availability

More information

Oracle Business Intelligence Cloud Service Boot Camp. Release 1.0

Oracle Business Intelligence Cloud Service Boot Camp. Release 1.0 Oracle Business Intelligence Cloud Service Boot Camp Release 1.0 Oracle Business Intelligence Cloud Service Boot Camp is a 3-day hands-on workshop that focuses on key features of Oracle BI Cloud Service

More information

Oracle Data Visualization Content Pack for Engagement Cloud User Guide. Customer Service Executive Role

Oracle Data Visualization Content Pack for Engagement Cloud User Guide. Customer Service Executive Role Oracle Data Visualization Content Pack for Engagement Cloud User Guide Customer Service Executive Role Contents 1. Oracle DV Content Packs for Oracle Engagement Cloud Overview... 3 2. Introducing Customer

More information

Oracle Hospitality elearning for OPERA Cloud Edition

Oracle Hospitality elearning for OPERA Cloud Edition Oracle Hospitality elearning for OPERA Cloud - 2017 Edition Curriculum and s L A S T U P D A T E D O N 1 1 S E P T E M B E R 2 0 1 7 Disclaimer The following is intended to outline our general product

More information

TABLE OF CONTENTS DOCUMENT HISTORY 3

TABLE OF CONTENTS DOCUMENT HISTORY 3 TABLE OF CONTENTS DOCUMENT HISTORY 3 UPDATE 17D 3 Revision History 3 Overview 3 Accounting Hub 4 Streamlined Navigation to Configure Accounting Rules 4 UPDATE 17C 4 Revision History 4 Overview 4 Accounting

More information

Oracle Crystal Ball and Minitab O R A C L E W H I T E P A P E R N O V E M B E R

Oracle Crystal Ball and Minitab O R A C L E W H I T E P A P E R N O V E M B E R Oracle Crystal Ball and Minitab O R A C L E W H I T E P A P E R N O V E M B E R 2 0 1 7 Table of Contents Executive Overview 1 Today s Business Climate 1 Why Statistical Analysis and Simulation Analysis

More information

Manufacturing in a Box ERP Solution Pack. Supply Chain Management, Consulting UKIE

Manufacturing in a Box ERP Solution Pack. Supply Chain Management, Consulting UKIE Manufacturing in a Box ERP Solution Pack Supply Chain Management, Consulting UKIE The Oracle Manufacturing in a Box ERP Solution Pack allows your organization to rapidly deploy modern best practice Cloud

More information

Oracle Account Reconciliation Cloud. What s New in the June Update (17.06)

Oracle Account Reconciliation Cloud. What s New in the June Update (17.06) Oracle Account Reconciliation Cloud What s New in the June Update (17.06) June 2017 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE ACCOUNT RECONCILIATION CLOUD, JUNE UPDATE... 4 ANNOUNCEMENTS... 4 Monthly

More information

Agile PLM on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017

Agile PLM on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017 Agile PLM on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017 Oracle Ravello Cloud Service Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications,

More information

Curriculum and Course Descriptions Oracle Hospitality elearning for OPERA

Curriculum and Course Descriptions Oracle Hospitality elearning for OPERA Curriculum and s Oracle Hospitality elearning for OPERA LAST UPDATED ON / DECEMBER 18, 2018 DISCLAIMER The following is intended to outline our general product direction. It is intended for information

More information

Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015

Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015 Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Curriculum and Course Descriptions Oracle Hospitality elearning for OPERA

Curriculum and Course Descriptions Oracle Hospitality elearning for OPERA Curriculum and s Oracle Hospitality elearning for OPERA LAST UPDATED ON / DECEMBER 18, 2018 DISCLAIMER The following is intended to outline our general product direction. It is intended for information

More information

January Oracle Real Time Decisions Statement of Direction

January Oracle Real Time Decisions Statement of Direction January 2016 Oracle Real Time Decisions Statement of Direction Oracle Statement of Direction Oracle Business Intelligence Discoverer Disclaimer This document in any form, software or printed matter, contains

More information

Readiness and Extensions for Oracle Platinum Services

Readiness and Extensions for Oracle Platinum Services Readiness and Extensions for represents a new model in IT support that provides remote fault monitoring with faster response times and patch deployment services to qualified Oracle Premier Support customers

More information

SCM Cloud B2B Messaging Strategy

SCM Cloud B2B Messaging Strategy SCM Cloud B2B Messaging Strategy Executive Overview O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 7 SCM CLOUD B2B MESSAGING STRATEGY Introduction All modern supply chains deal with some form of

More information

Oracle Field Service Cloud. What's New in the August 2016 Release

Oracle Field Service Cloud. What's New in the August 2016 Release Oracle Field Service Cloud What's New in the August 2016 Release August 2016 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 Security & New Features... 4 Give Us Feedback... 4 RELEASE FEATURE SUMMARY...

More information

Oracle Maintenance Cloud

Oracle Maintenance Cloud Oracle Maintenance Cloud Oracle Maintenance Cloud enables effective and efficient maintenance operations. With shrinking margins and declining capital spending, companies need to operate their assets with

More information

ORACLE TASK MANAGEMENT CLOUD

ORACLE TASK MANAGEMENT CLOUD ORACLE TASK MANAGEMENT CLOUD Oracle Task Management Cloud lets organizations manage all work and related interactions in a consolidated place. Team members, challenged by the quantity of tasks they own,

More information

ORACLE CRM ON DEMAND DISCONNECTED MOBILE SALES FOR LIFE SCIENCES

ORACLE CRM ON DEMAND DISCONNECTED MOBILE SALES FOR LIFE SCIENCES ORACLE CRM ON DEMAND DISCONNECTED MOBILE SALES FOR LIFE SCIENCES Oracle CRM On Demand Disconnected Mobile Sales for Life Sciences provides a flexible CRM solution for the ipad platform. It provides world-class

More information

Seven Steps to Building a High- Impact Learning Culture. Employees increasingly value a workplace that nurtures learning

Seven Steps to Building a High- Impact Learning Culture. Employees increasingly value a workplace that nurtures learning Seven Steps to Building a High- Impact Learning Culture Employees increasingly value a workplace that nurtures learning Employees increasingly value a workplace that nurtures learning. But what, exactly,

More information

JD Edwards UPK Pre-built Content for EnterpriseOne 9.2

JD Edwards UPK Pre-built Content for EnterpriseOne 9.2 JD Edwards UPK Pre-built Content for EnterpriseOne 9.2 Oracle s User Productivity Kit (UPK) is a collaborative content development platform that drives end-user and project team productivity throughout

More information

Oracle Management Cloud. The Next Generation of Systems Management

Oracle Management Cloud. The Next Generation of Systems Management Oracle Management Cloud The Next Generation of Systems Management Oracle Management Cloud represents a new generation of systems management designed for today s IT organizations. Delivering on Oracle s

More information

One View Report Samples Manufacturing Management

One View Report Samples Manufacturing Management One View Report Samples Manufacturing Management Introduction... 1 Application: One View Manufacturing Costing Inquiry P48270... 2 Report: Calculated Actual Variance... 2 Report: Calculated Engineering

More information

An Oracle White Paper September Understanding how to use the Demand Fulfillment page in Supply Planning Cloud

An Oracle White Paper September Understanding how to use the Demand Fulfillment page in Supply Planning Cloud An Oracle White Paper September 2018 Understanding how to use the Demand Fulfillment page in Supply Planning Cloud Contents Scope... 3 Introduction to Demand Fulfillment... 3 Demand Fulfillment Output...

More information

An Oracle White Paper December HCM Succession Planning

An Oracle White Paper December HCM Succession Planning An Oracle White Paper December 2010 HCM Succession Planning Hcm Succession Planning Executive Overview Your management team of Baby Boomers is rapidly moving toward retirement. They ll take with them decades

More information

Benefits of Deploying Oracle E-Business Suite on Oracle Cloud At Customer O R A C L E W H I T E P A P E R D E C E M B E R 2017

Benefits of Deploying Oracle E-Business Suite on Oracle Cloud At Customer O R A C L E W H I T E P A P E R D E C E M B E R 2017 Benefits of Deploying Oracle E-Business Suite on Oracle Cloud At Customer O R A C L E W H I T E P A P E R D E C E M B E R 2017 Disclaimer The following is intended to outline our general product direction.

More information

Oracle Account Reconciliation Cloud

Oracle Account Reconciliation Cloud Oracle Account Reconciliation Cloud October Update (16.10) New Feature Summary September 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE ACCOUNT RECONCILIATION CLOUD, OCTOBER UPDATE... 4 New Features...

More information

Oracle Profitability and Cost Management Cloud. September 2017 Update (17.09) What s New

Oracle Profitability and Cost Management Cloud. September 2017 Update (17.09) What s New Oracle Profitability and Cost Management Cloud September 2017 Update (17.09) What s New TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE PROFITABILITY AND COST MANAGEMENT CLOUD, SEPTEMBER UPDATE... 4 ANNOUNCEMENTS

More information

Oracle Revenue Management Cloud

Oracle Revenue Management Cloud Disclaimer: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development,

More information

Oracle CPQ Cloud and Salesforce.com Integration

Oracle CPQ Cloud and Salesforce.com Integration Oracle CPQ Cloud and Salesforce.com Integration Oracle CPQ Cloud provides on-demand configuration, pricing, and quoting capabilities that can easily integrate with Salesforce s customer relationship management

More information

Oracle Manufacturing Cloud

Oracle Manufacturing Cloud Oracle Manufacturing Cloud Pre-Release Draft Subject to Change. Subject to Safe Harbor statement in Footnotes The Oracle Manufacturing Cloud solution helps firms compete in today s global market by providing

More information

Oracle Discrete Cost Management Information Discovery

Oracle Discrete Cost Management Information Discovery Oracle Discrete Cost Management Information Discovery Oracle Cost Management Information Discovery is a new revolutionary information discovery application from the Oracle E-Business Suite that allows

More information

The New Digital Reality for Manufacturing

The New Digital Reality for Manufacturing The New Digital Reality for Manufacturing Digital disruption is changing the course of the manufacturing industry. From transportation, sales, distribution, suppliers and manufacturing, a company needs

More information

Oracle Account Reconciliation Cloud

Oracle Account Reconciliation Cloud Oracle Account Reconciliation Cloud September Update (16.09) Release Content Document August 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE ACCOUNT RECONCILIATION CLOUD, SEPTEMBER UPDATE... 4 New

More information

Oracle Linux Management with Oracle Enterprise Manager 13c Cloud Control O R A C L E W H I T E P A P E R M A R C H

Oracle Linux Management with Oracle Enterprise Manager 13c Cloud Control O R A C L E W H I T E P A P E R M A R C H Oracle Linux Management with Oracle Enterprise Manager 13c Cloud Control O R A C L E W H I T E P A P E R M A R C H 2 0 1 7 Introduction 2 Oracle Enterprise Manager 13c overview 2 Managing Oracle Linux

More information

An Oracle White Paper June Running Oracle E-Business Suite on Oracle SuperCluster T5-8

An Oracle White Paper June Running Oracle E-Business Suite on Oracle SuperCluster T5-8 An Oracle White Paper June 2013 Running Oracle E-Business Suite on Oracle SuperCluster T5-8 Fully Integrated, Complete Hardware and Software Solution Oracle SuperCluster T5-8 provides a highly available,

More information

JD Edwards EnterpriseOne Mobile Applications

JD Edwards EnterpriseOne Mobile Applications JD Edwards EnterpriseOne Mobile Applications Mobile computing is fast becoming the business norm. Professionals need the flexibility to rapidly execute time-critical tasks from any location. To keep pace

More information

Oracle Utilities Customer Care and Billing 2.5 Benchmark Report

Oracle Utilities Customer Care and Billing 2.5 Benchmark Report Oracle Utilities Customer Care and Billing 2.5 Benchmark Report Demonstrates Superior Performance and Scalability O R A C L E W H I T E P A P E R A P R I L 2016 Introduction Oracle Utilities Customer Care

More information

Oracle Revenue Management Cloud

Oracle Revenue Management Cloud Oracle Revenue Management Cloud Release 12 New Feature Summary December 2016 TABLE OF CONTENTS REVISION HISTORY... 3 REVENUE MANAGEMENT... 4 Revenue Management Cloud Integration... 4 Establish and Manage

More information

Oracle. SCM Cloud Getting Started with Your Manufacturing and Supply Chain Materials Management Implementation. Release 13 (update 17D)

Oracle. SCM Cloud Getting Started with Your Manufacturing and Supply Chain Materials Management Implementation. Release 13 (update 17D) Oracle SCM Cloud Getting Started with Your Manufacturing and Supply Chain Materials Management Implementation Release 13 (update 17D) Release 13 (update 17D) Part Number E89209-01 Copyright 2011-2017,

More information

Oracle CPQ Cloud Solutions for enterprises and Fast Growing Companies

Oracle CPQ Cloud Solutions for enterprises and Fast Growing Companies Oracle CPQ Cloud Solutions for enterprises and Fast Growing Companies Oracle CPQ Cloud enables both enterprise and midsize companies to streamline the entire opportunity-to-quote-to-order process, including

More information

Oracle Utilities Mobile Workforce Management Release Utility Reference Model MWM Manage Fieldworks

Oracle Utilities Mobile Workforce Management Release Utility Reference Model MWM Manage Fieldworks Oracle Utilities Mobile Workforce Management Release 2.0.1 Utility Reference Model 5.3.2 MWM Manage Fieldworks February 2012 Oracle Utilities Mobile Workforce Management, Release 2.0.1 Utility Reference

More information

Oracle Cloud Applications Common Technologies and User Experience

Oracle Cloud Applications Common Technologies and User Experience Oracle Cloud Applications Common Technologies and User Experience Release 11 Release Content Document December 2015 Revised: July 2016 TABLE OF CONTENTS REVISION HISTORY... 3 COMMON TECHNOLOGIES... 4 USER

More information

ORACLE CRM ON DEMAND RELEASE 37

ORACLE CRM ON DEMAND RELEASE 37 ORACLE CRM ON DEMAND RELEASE 37 Get smarter, more productive and gain the best value with Oracle CRM On Demand Release 37. Now, with Release 37, organizations of all types and sizes benefit from actionable

More information

The Rise of the Renaissance Database Administrator

The Rise of the Renaissance Database Administrator The Rise of the Renaissance Database Administrator Cloud Opens Up New Career Vistas O R A C L E W H I T E P A P E R J U L Y 2 0 1 7 THIS IS THE TIME FOR DBAS TO STEP FORWARD, TAKE A LEADERSHIP ROLE, AND

More information

ORACLE CRM ON DEMAND LIFE SCIENCES EDITION

ORACLE CRM ON DEMAND LIFE SCIENCES EDITION ORACLE CRM ON DEMAND LIFE SCIENCES EDITION The changing nature of the Life Sciences Industry continues to challenge Life Science sales representatives to become more efficient, more knowledgeable and approach

More information

One View Report Samples Inventory Management

One View Report Samples Inventory Management One View Report Samples Inventory Management Introduction... 1 Application: One View Average Cost Analysis from Item Ledger Inquiry P41270... 2 Report: Average Cost Analysis by Lot/Serial Number... 2 Report:

More information

Integration Options for Strategic Procurement Cloud

Integration Options for Strategic Procurement Cloud Integration Options for Strategic Procurement Cloud Sourcing, Procurement Contracts and Supplier Qualification Management Release 13 O R A C L E W H I T E P A P E R 2 0 1 8 Disclaimer The following is

More information

Oracle SCM Cloud. Release 11. Getting Started with Your Manufacturing and Supply Chain Management Implementation O C T O B E R

Oracle SCM Cloud. Release 11. Getting Started with Your Manufacturing and Supply Chain Management Implementation O C T O B E R Oracle SCM Cloud Getting Started with Your Manufacturing and Supply Chain Management Implementation Release 11 O C T O B E R 2 0 1 6 Contents Title and Copyright Information Preface Oracle Applications

More information

Oracle Utilities Meter Data Management Release Utility Reference Model Manage Contacts

Oracle Utilities Meter Data Management Release Utility Reference Model Manage Contacts Oracle Utilities Meter Data Management Release 2.0.1 Utility Reference Model 3.3.1.1 Manage Contacts May 2012 Oracle Utilities Meter Data Management Utility Reference Model 3.3.1.1 Copyright 2013, Oracle

More information

October PeopleSoft Enterprise Campus Solutions 9.0. Additional Features October 2011 Pre-Release Notes

October PeopleSoft Enterprise Campus Solutions 9.0. Additional Features October 2011 Pre-Release Notes October 2011 PeopleSoft Enterprise Campus Solutions 9.0 Additional Features October 2011 Pre-Release Notes Disclaimer This document in any form, software or printed matter, contains proprietary information

More information

Oracle Procurement Cloud

Oracle Procurement Cloud Oracle Procurement Cloud What's New in Release 8 21 February 2014 TABLE OF CONTENTS OVERVIEW... 3 RELEASE FEATURE SUMMARY... 4 ORACLE FUSION SELF SERVICE PROCUREMENT... 5 ORACLE FUSION PURCHASING... 7

More information

FAQ: How to build User Profiles

FAQ: How to build User Profiles User Experience Direct (UX Direct) FAQ: How to build User Profiles Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

Oracle Fusion Financial Reporting Compliance Cloud. What s New in Release 10

Oracle Fusion Financial Reporting Compliance Cloud. What s New in Release 10 Oracle Fusion Financial Reporting Compliance Cloud What s New in Release 10 July 2015 TABLE OF CONTENTS OVERVIEW... 3 GIve Us Feedback... 3 RELEASE FEATURE SUMMARY... 3 ORACLE FUSION FINANCIAL REPORTING

More information

Oracle Process Cloud Service

Oracle Process Cloud Service Disclaimer: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development,

More information

Addressing FRTB with Oracle Financial Services Analytical Applications

Addressing FRTB with Oracle Financial Services Analytical Applications Addressing FRTB with Oracle Financial Services Analytical Applications Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

One View Report Samples Capital Asset Management

One View Report Samples Capital Asset Management One View Report Samples Capital Asset Management Introduction... 1 Application: One View Equipment Status Inquiry Equipment P13400... 2 Report: Equipment Status Analysis by Manufacturer... 2 Report: Equipment

More information

BLOCKCHAIN CLOUD SERVICE. Integrate Your Business Network with the Blockchain Platform

BLOCKCHAIN CLOUD SERVICE. Integrate Your Business Network with the Blockchain Platform BLOCKCHAIN CLOUD SERVICE Your Business Network with the Blockchain Platform Enable real-time transactions and securely share tamper-proof data across a trusted business network. Oracle Blockchain Cloud

More information

Oracle Utilities Customer Care and Billing Release Utility Reference Model Apply Miscellaneous Charges

Oracle Utilities Customer Care and Billing Release Utility Reference Model Apply Miscellaneous Charges Oracle Utilities Customer Care and Billing Release 2.3.1 Utility Reference Model 4.2.1.7 Apply Miscellaneous Charges July 2012 Oracle Utilities Customer Care and Billing Utility Reference Model 4.2.2,

More information

Oracle Utilities Customer Care and Billing Release Utility Reference Model Manage Consumption Data Reporting

Oracle Utilities Customer Care and Billing Release Utility Reference Model Manage Consumption Data Reporting Oracle Utilities Customer Care and Billing Release 2.3.1 Utility Reference Model 4.2.1.4 Manage Consumption Data Reporting July 2012 Oracle Utilities Customer Care and Billing Utility Reference Model 4.2.1.4,

More information

Oracle Enterprise Manager 13c Cloud Control

Oracle Enterprise Manager 13c Cloud Control Oracle Enterprise Manager 13c Cloud Control Oracle SOA Management Pack Enterprise Edition MANAGEMENT FOR ORACLE SOA SUITE AND ORACLE SERVICE BUS APPLICATIONS Oracle Enterprise Manager is Oracle s integrated

More information

Oracle. SCM Cloud Getting Started with Your Manufacturing and Supply Chain Materials Management Implementation. Release 13 (update 18B)

Oracle. SCM Cloud Getting Started with Your Manufacturing and Supply Chain Materials Management Implementation. Release 13 (update 18B) Oracle SCM Cloud Getting Started with Your Manufacturing and Supply Chain Materials Management Implementation Release 13 (update 18B) Release 13 (update 18B) Part Number E94278-01 Copyright 2011-2018,

More information

Oracle Planning and Budgeting Cloud Service

Oracle Planning and Budgeting Cloud Service Oracle Planning and Budgeting Oracle Planning and Budgeting has enabled over a thousand organizations of various sizes to quickly adopt world-class planning and budgeting applications with no CAPEX infrastructure

More information

Provision, Deploy, Manage

Provision, Deploy, Manage GOLDENGATE CLOUD SERVICE Provision, Deploy, Manage with Oracle GoldenGate Cloud Service Introduction Put your data in the cloud... Oracle GoldenGate Cloud Service is a secure, high performance, scalable

More information

Oracle Revenue Management Cloud

Oracle Revenue Management Cloud Oracle Revenue Management Cloud Oracle Revenue Management Cloud is a centralized, automated revenue management product that enables you to address revenue as defined in the ASC 606 and IFRS 15 accounting

More information

Maximizing Profitability with Cloud Collaboration for your Business

Maximizing Profitability with Cloud Collaboration for your Business Maximizing Profitability with Cloud Collaboration for your Business Oracle Communications Unified Communications Suite O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 7 Executive Overview The fabric

More information

Oracle Product Hub Cloud

Oracle Product Hub Cloud Oracle Product Hub Pre-Release Draft Subject to Change. Subject to Safe Harbor statement in Footnotes Oracle Product Hub is an enterprise-class product information management system, delivered via for

More information

Information That Predicts

Information That Predicts Information That Predicts Crystal Ball s Solutions for Financial Forecasting and Analysis O R A C L E W H I T E P A P E R N O V E M B E R 2 0 1 7 Table of Contents Introduction 1 Make Superior Financial

More information

Advanced Analytics. The Power of Prediction O R A C L E W H I T E P A P E R J A N U A R Y

Advanced Analytics. The Power of Prediction O R A C L E W H I T E P A P E R J A N U A R Y Advanced Analytics The Power of Prediction O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 7 Table of Contents Executive Overview 2 Not Either/Or And 2 1. Advanced Analytics and Predictive Capabilities:

More information

Oracle CPQ Cloud for Channel Sales Streamline the Sales Process for Channel Partners

Oracle CPQ Cloud for Channel Sales Streamline the Sales Process for Channel Partners Oracle CPQ Cloud for Channel Sales Streamline the Sales Process for Channel Partners Oracle Configure, Price, and Quote (CPQ) Cloud helps companies standardize the sales process for resellers and distributors.

More information

An Oracle White Paper May Oracle Fusion Applications Setting Up a Minimal Enterprise Structure to Support Procurement Shared Services

An Oracle White Paper May Oracle Fusion Applications Setting Up a Minimal Enterprise Structure to Support Procurement Shared Services An Oracle White Paper May 2012 Oracle Fusion Applications Setting Up a Minimal Enterprise Structure to Support Procurement Shared Services Disclaimer The following is intended to outline our general product

More information

Product Release Notes

Product Release Notes Product Release Notes Release 34 February 2017 VERSION 20170224 Table of Contents Document Versioning 2 Overview 3 Known Issues 3 Usability 3 Provide Options to Change Default Search Criteria for Lookup

More information

TOMORROW S WAREHOUSE MANAGEMENT, TODAY

TOMORROW S WAREHOUSE MANAGEMENT, TODAY Oracle Warehouse Management Enterprise Edition Cloud introduces a new paradigm in supply chain execution solutions: robust extended warehouse at significantly lower total cost of ownership. Oracle Warehouse

More information

Oracle Global Human Resources Cloud Release 12 Update 13

Oracle Global Human Resources Cloud Release 12 Update 13 Oracle Global Human Resources Cloud Release 12 Update 13 Page-Level Security O R A C L E W H I T E P A P E R M A Y 2 0 1 8 Global Human Resources Cloud Page-Level Security Table of Contents Introduction...

More information

Oracle Manufacturing Cloud

Oracle Manufacturing Cloud Oracle Manufacturing Cloud The Oracle Manufacturing Cloud solution helps firms compete in today s global market by providing new and better tools to run their shop floor. With margins for products eroding

More information

Oracle Utilities Mobile Workforce Management Benchmark

Oracle Utilities Mobile Workforce Management Benchmark Oracle Utilities Mobile Workforce Management Benchmark Demonstrates Superior Scalability for Large Field Service Organizations O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6 Introduction Large

More information

PeopleSoft Mobile Inventory Management for Healthcare

PeopleSoft Mobile Inventory Management for Healthcare PeopleSoft Mobile Inventory Management for Healthcare Oracle s PeopleSoft Mobile Inventory Management applications enable automated mobile user operations. Users perform tasks using handheld devices, PDAs,

More information

MANAGEMENT CLOUD. Leveraging Your E-Business Suite

MANAGEMENT CLOUD. Leveraging Your E-Business Suite MANAGEMENT CLOUD Leveraging Your E-Business Suite Leverage Oracle E-Business Suite with Oracle Management Cloud. Oracle E-Business Suite is the industry s most comprehensive suite of business applications

More information

Defining the Leading Edge in Value and Innovation

Defining the Leading Edge in Value and Innovation Defining the Leading Edge in Value and Innovation By Rodger Smith Senior Vice President and General Manager, Oracle Utilities O R A C L E A R T I C L E D E C E M B E R 2 0 1 5 Disclaimer The following

More information

ORACLE COMMUNICATIONS BILLING ANALYTICS

ORACLE COMMUNICATIONS BILLING ANALYTICS ORACLE COMMUNICATIONS BILLING ANALYTICS CSPs worldwide are facing new challenges from all sides. New telecommunications companies are wooing customers away with attractive bundles as traditional competitors

More information

See What's Coming in Oracle Service Cloud. Release Content Document

See What's Coming in Oracle Service Cloud. Release Content Document See What's Coming in Oracle Service Cloud Release Content Document November 2015 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE SERVICE CLOUD NOVEMBER RELEASE OVERVIEW... 4 WEB CUSTOMER SERVICE... 5 Oracle

More information

Oracle Taleo Cloud for Midsize (TBE)

Oracle Taleo Cloud for Midsize (TBE) Oracle Taleo Cloud for Midsize (TBE) Release 16B1 Release Content Document June 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE TALEO CLOUD FOR MIDSIZE (TALEO BUSINESS EDITION)... 4 ONBOARD ENHANCEMENTS...

More information

Key features of Oracle Hospitality OPERA Sales and Catering Premium Cloud Service

Key features of Oracle Hospitality OPERA Sales and Catering Premium Cloud Service OR A C L E D A T A S H E E T Oracle Hospitality OPERA Sales and Catering Premium Oracle Hospitality OPERA Sales and Catering Premium provides a full-featured sales and catering management application that

More information

Oracle In-Memory Cost Management Cloud. Release What s New

Oracle In-Memory Cost Management Cloud. Release What s New Oracle In-Memory Cost Management Cloud Release 17.3 What s New TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 UPDATE TASKS... 5 RELEASE FEATURE SUMMARY... 6 ORACLE IN-MEMORY COST MANAGEMENT CLOUD

More information

Oracle Hyperion Capital Asset Planning

Oracle Hyperion Capital Asset Planning Oracle Hyperion Capital Asset Planning Oracle Hyperion Capital Asset Planning is a specialized planning module that automates the planning of capital assets and capital asset-related expenses, such as

More information

Accelerate Your Response to the EU General Data Protection Regulation (GDPR) with Oracle Cloud Applications

Accelerate Your Response to the EU General Data Protection Regulation (GDPR) with Oracle Cloud Applications Accelerate Your Response to the EU General Data Protection Regulation (GDPR) with Oracle Cloud Applications O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 7 Disclaimer The purpose of this document

More information

Oracle Cloud. Using the Oracle E-Business Suite Adapter Release 18. Part No. E

Oracle Cloud. Using the Oracle E-Business Suite Adapter Release 18. Part No. E Oracle Cloud Using the Oracle E-Business Suite Adapter Release 18 Part No. E66534-10 February 2018 Oracle Cloud Using the Oracle E-Business Suite Adapter, Release 18 Part No. E66534-10 Copyright 2015,

More information

What is CPQ? Sell More. Sell Faster. Sell Anywhere.

What is CPQ? Sell More. Sell Faster. Sell Anywhere. What is CPQ? Sell More. Sell Faster. Sell Anywhere. Configure, Price and Quote. Find the best product for the customer, price it, and provide an accurate, professionallooking quote. Sounds simple, right?

More information

Oracle Manufacturing Cloud R13

Oracle Manufacturing Cloud R13 ORACLE DATA SHEET Oracle Manufacturing Cloud R13 The Oracle Manufacturing Cloud solution helps firms compete in today s global market by providing new and better tools to run their shop floor. With margins

More information