Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 35

Oracle Order Management

Manufacturing Functional Foundation

Copyright 2007, Oracle. All rights reserved.

Objectives

After completing this lesson, you should be able to do


the following:
Describe the Order Management process flow
Identify the Entity Relationship Diagrams (ERDs)
and major tables used in Order Management
Discuss the open interfaces and Application
Programming Interfaces (APIs) for Order
Management

Copyright 2007, Oracle. All rights reserved.

Agenda

Order Management Overview


Order Management Transactions and Entity
Relationship Diagrams (ERDs)
Order Management Application Programming Interfaces
(APIs) and Open Interfaces

Copyright 2007, Oracle. All rights reserved.

Order to Cash Lifecycle


Order Management

Enter and
Price Orders

Receivables

Invoice

Shipping Execution

Book
Orders

Pick
Release

Ship
Confirm

AutoInvoice
Cash Management

Receiving
Payment
Copyright 2007, Oracle. All rights reserved.

Bank
Reconciliation

Order Entry
Enter a (Quick)Sales Order,
Blanket Sales Agreement,
Drop Shipment,
Internal Order or Copy an Order

EDI / XML

Import
from
CRM (Quoting /
iStore)

Order
Order
Import
Interface

Copyright 2007, Oracle. All rights reserved.

Managing Orders

View and
perform actions
on

Orders

Find in the Order Organizer


or
Query in the Sales Orders or Pricing
and Availability windows

Copyright 2007, Oracle. All rights reserved.

Order Lines

Basic Pricing

Basic pricing, integrated in Order Management,


enables you to:
Set up price lists and secondary lists
Create static formulas
Calculate discounts by percentage or amount
Apply surcharges, freight, and special charges
Set up pricing agreements
Define attributes for pricing contexts
Set Government Service Administration (GSA)
pricing

Copyright 2007, Oracle. All rights reserved.

Pricing Process

Enter
order line
with
item(s) /
service

Price list or
agreement is
called for
pricing the
item

Modifiers
are applied
to change
the listed
price

Copyright 2007, Oracle. All rights reserved.

Unit price is
calculated on
the order line
for the
item(s) /
service

Sales Order Scheduling

Schedule Actions

Description

ATP Inquiry

Makes delivery commitments to


customers when taking orders, or to
verify from where lines can be
fulfilled.

Schedule / Unschedule

Provides schedule dates and


warehouses that will fulfill the
customers requests.

Reserve / Unreserve

Allocates inventory to specific order


lines from a warehouse,
subinventory, lot, or revision.

Copyright 2007, Oracle. All rights reserved.

Order Management Integration


Product Suite

Product(s)

Supply Chain
Management

Inventory, Bill of Material,


Install Base,
Configurator, Pricing,
Shipping, DBI, Planning

Financials (including
Procurements)

Receivables, Payments,
Credit Management, GL,
TCA, eBTax

CRM (including JTF)

Quoting, iStore, Web


Analytics

Miscellaneous

Workflow, XML Gateway,


e-Commerce Gateway

And many more


Copyright 2007, Oracle. All rights reserved.

Oracle Order Management Suite

Order Management
Shipping Execution
Configurator
Advanced Pricing
Release Management
e-Commerce / XML Gateway

Copyright 2007, Oracle. All rights reserved.

Shipping Execution Overview

Trip and Delivery Planning


Picking Release
Ship Confirm

Pick Release

Ship Confirm

Copyright 2007, Oracle. All rights reserved.

Configurator Overview

Configurator includes:
Pick to Order /Kits
Assemble to Order
Configure to Order

Copyright 2007, Oracle. All rights reserved.

Advanced Pricing Overview

Entered
order line

Multiple
Price lists or
agreements

More Modifiers,
Point/Range
Price Breaks,
and Dynamic
Formulas

Copyright 2007, Oracle. All rights reserved.

Unit price

Release Management Overview

Order Management

Customer Demand

Copyright 2007, Oracle. All rights reserved.

e-Commerce / XML Gateway Overview

EDI / XML
Gateway

Order
Management

Copyright 2007, Oracle. All rights reserved.

Agenda

Order Management Overview


Order Management Transactions and Entity
Relationship Diagrams (ERDs)
Order Management Application Programming Interfaces
(APIs) and Open Interfaces

Copyright 2007, Oracle. All rights reserved.

Sales Order Window

Enter, view, and update sales orders using the Sales


Orders window. You can also enter returns using the
Sales Orders window.

Copyright 2007, Oracle. All rights reserved.

Order Management Summary

Copyright 2007, Oracle. All rights reserved.

OE_ORDER_HEADERS_ALL

This table stores


information about order
headers.
Each row includes the
customer name, order
type, and payment
information.
The order header
remains open until all
lines are closed and then
is closed as part of the
end of month process.

Copyright 2007, Oracle. All rights reserved.

OE_ORDER_LINES_ALL

This table stores information about order lines.


Each row includes the customer bill-to and ship-to
as well as the item ordered, pricing, and shipping
information.
Each order line follows its own workflow path.
Therefore a mixed order can contain both order and
return lines.

Copyright 2007, Oracle. All rights reserved.

OE_TRANSACTION_TYPES_ALL

This table stores information about transaction types.


Each row includes the workflow that the order and lines
will follow to complete the process as well as other
defaults such as invoice rules, accounting rules and
shipping information.
There are no seeded default transaction types. There
are seeded workflows that can be used to create the
transaction types.

Copyright 2007, Oracle. All rights reserved.

OE_PAYMENTS

This table stores information about payment


types.

Copyright 2007, Oracle. All rights reserved.

OE_ORDER_HOLDS_ALL

This table stores information about order holds.


Oracle Order Management provides you with the ability
to apply holds to orders, returns, and lines in the Sales
Orders window. In addition, you can apply holds for
existing or future single or multiple orders, returns, and
lines.
Each row contains the information on one hold
including who placed it and who released it.

Copyright 2007, Oracle. All rights reserved.

QP_LIST_HEADERS_B

This table stores


information about price
list headers.
Price lists contain item
and item category prices.
You can define and
maintain multiple price
lists.
Each row includes list
name, description, and
currency information.

Copyright 2007, Oracle. All rights reserved.

QP_LIST_LINES
This table stores information about price list lines.
Each row includes list items, pricing, qualifiers,
secondary price list, and pricing formulas.
You can define the following types of prices on
price lists:
Unit price: Price of the item / service.
Percent Price: Price of the service item calculated as
percent of the items price
Formula: Multiple pricing entities and constant
values related by arithmetic operators.
Price Break: If the price of an item varies with the
quantity ordered, you can define bracket pricing or
price breaks.

Copyright 2007, Oracle. All rights reserved.

Agenda

Order Management Overview


Order Management Transactions and Entity
Relationship Diagrams (ERDs)
Order Management Application Programming Interfaces
(APIs) and Open Interfaces

Copyright 2007, Oracle. All rights reserved.

Order Management Interfaces

Process Order API


Order Import Interface
Receivables (Invoice) Interface
Ship Confirm Interface
And Many More

Copyright 2007, Oracle. All rights reserved.

Import Orders Concurrent Program

Order Import can import new, changed, and completed


sales orders or returns from other applications such as
a legacy system.

Copyright 2007, Oracle. All rights reserved.

Order Import Process

Copyright 2007, Oracle. All rights reserved.

OE_HEADERS_IFACE_ALL

This table stores information about Order Import


Header records for transactions imported into
Oracle Order Management.
Each row contains information on the originating
source, the change requested, pricing, shipping
methods, freight terms, and original transaction.

Source
Copyright 2007, Oracle. All rights reserved.

Order

OE_LINES_IFACE_ALL

This table stores information about order lines that are


imported from feeder systems into Oracle Order
Management.
Each row includes information on the originating
system, change that was made, shipment details, items
details, and original transaction.

Copyright 2007, Oracle. All rights reserved.

OE_CREDITS_IFACE_ALL

This table stores


information about order
sales credits that are to
be imported into Order
Management.
Each row includes
information on the
originating system, the
changes made, and the
sales credits.

Credit

Order Management

Copyright 2007, Oracle. All rights reserved.

Process Order API

Deleting
Inserting

Validating

Updating

Copyright 2007, Oracle. All rights reserved.

Summary

In this lesson, you should have learned how to:


Describe the Order Management process flow
Identify the major tables used in Order Management
Discuss the open interfaces and APIs for Order
Management

Copyright 2007, Oracle. All rights reserved.

You might also like