Showing posts with label oracle cloud. Show all posts
Showing posts with label oracle cloud. Show all posts

A Step-by-Step Guide to the Oracle Fusion Redwood Order Management Drop Ship Process

 

A Step-by-Step Guide to the Oracle Fusion Redwood Order Management Drop Ship Process

This blog post provides a detailed walkthrough of setting up and executing a Drop Ship order in Oracle Fusion Cloud using the Redwood user experience. The drop ship process allows your business to sell items that are directly shipped from your supplier to your customer, eliminating the need for you to handle inventory.

Contents

Overview of Drop Ship in Order Management 1

How Drop Ship Works in Order Management 2

Drop Ship Process. 2

Blanket Agreement 2

Setting Item Specifications. 4

Global Order Promising Setup. 6

Create ATP Rule. 7

Assignment Rule. 8

Order Management Parameter 8

Prepare Setup. 8

Offering Selection. 9

Sales Order Fulfillment Enablement under Procurement Options. 9

Drop Ship Enablement under Order Management Options. 11

Drop Ship Financial Flow.. 11

Drop Ship Sales Order Creation. 13

Create ASN for the Purchase Oder 16

Sales Order Line is at Awaiting Invoice Status. 19

 

 

Overview of Drop Ship in Order Management

Drop Shipping is a pivotal supply chain model for modern commerce. It enables a seller to fulfill customer orders without stocking the items in their own warehouse. Instead, when an order is placed, the seller purchases the item from a third-party supplier, who then ships it directly to the end customer. This process minimizes inventory holding costs and can significantly expand a company's product catalog. In Oracle Fusion, this entire flow—from sales order to purchase order to shipment—is seamlessly integrated and automated.

Process Flow:




How Drop Ship Works in Order Management

 This section breaks down the prerequisite setup and the transactional flow.

Drop Ship Process

Blanket Agreement

A Blanket Purchase Agreement (BPA) is a long-term agreement with a supplier for predefined items at negotiated prices. For drop shipping, having a BPA in place is crucial for automation. It allows the system to automatically generate a standard purchase order against the agreement when a sales order is booked, ensuring correct pricing and supplier terms without manual intervention.

  • Agreement Used for Testing: 52207
  • Item: CM53035


Setting Item Specifications

For an item to be eligible for drop shipping, specific attributes must be configured correctly. This setup tells the system, "This item is not stocked by us; procure it from a supplier when a customer orders it."

Key attributes to verify in the Product Information Management workspace:

  • Order Management Tab:
    • Back to Back Enabled: Set to "Yes". This is the master switch that triggers the automatic creation of a supply order (purchase order) when a sales order demand exists.
    • Default Sales Order Service Type: Set to "Enabled".
  • Purchasing Tab:
    • Purchasable Item: Must be set to "Yes".
  • MRP Planning Tab:
    • Ensure sourcing rules are defined (covered next).

Item: CM53035

A screenshot of a computer

AI-generated content may be incorrect.

 

A screenshot of a computer

AI-generated content may be incorrect.


Global Order Promising Setup

Global Order Promising is the engine that determines how and from where an item will be sourced to fulfill an order. For drop shipping, we must configure it to always source the item by buying it from a specific supplier.

  • Sourcing Rule: This rule defines the supply source. For drop ship, you create a "Buy" rule from your designated supplier.
  • ATP (Available to Promise) Rule: This rule defines how the system checks for availability. For drop ship items, you might use a rule that considers the supplier's lead time.
  • Assignment Rule: This is the crucial link that attaches the sourcing rule to the specific item (e.g., CM53035). By setting the assignment level to "Item," you ensure that every time this item is ordered, the system uses the drop ship sourcing rule.

 


Create ATP Rule


Assignment Rule

For the Global Order Promising, assignment rule set is required to confiture the item and specifying the sourcing rule we have created above

Assignment level = Item

Item: CM53035

Select Sourcing Rule: assign the rule that we created above

Order Management Parameters

Prepare Setup

The Order Management parameters control the default behaviors and features for the entire module. Before proceeding, ensure your setup is initialized via the "Manage Order Management Parameters" task.

Task: Manage Order Management Parameters

 

 

Offering Selection

Sales Order Fulfillment Enablement under Procurement Options

Oracle Fusion uses a concept of "Offerings" and "Features" to toggle high-level functionalities on and off.

Two key features must be enabled for drop shipping to work

Go to Offering

Select Procurement and then Opt-In Feature

Customer Sales Order Fulfillment must be enabled

 

Drop Ship Enablement under Order Management Options

Drop Ship feature required under Order Management

 

Drop Ship Financial Flow

Task: Drop Ship Financial Flow

 

 


Drop Ship Sales Order Creation

Now that the setup is complete, you can create a sales order. When you add the drop ship-enabled item (e.g., CM53035), the system automatically:

  1. Recognizes the item needs a back-to-back supply source.
  2. Uses the GOP setup to determine the supplier from the sourcing rule.
  3. Creates an internal requisition for the item.
  4. Automatically generates a Drop Ship Purchase Order (in this case, US165205) based on the Blanket Agreement.

Order 98500

 The Fulfillment tab in the sales order line provides a powerful view of this entire linkage, showing the requisition, purchase order, and their statuses.

 

Below is the screenshot of Supply Purchase Order

Drop Shipment PO: US165205

 

 

Create ASN for the Purchase Oder

Once the purchase order is created and sent to the supplier, the supplier's responsibility is to ship the goods and provide an Advance Shipment Notice (ASN). In Oracle Fusion, this can be done by the supplier through the Supplier Portal. The ASN provides electronic notification of the shipped goods, including contents, quantities, and shipment tracking information. Creating the ASN against the PO (US165205) is a key step that triggers updates in your system.

PO: US165205

 

Select lines and create ASN

 

Provide the sample ASN details such as Shipment No, Packing slip, Bill of Lading and others.

 

Sales Order Line is at Awaiting Invoice Status

Once the Supplier ASN processed in Oracle Fusion, related Sales Order Lines status will changed to Awaiting Billing

When the supplier's ASN is received and processed in Oracle Fusion, the system understands that the physical shipment to the customer will complete. Consequently, it automatically updates the status of the corresponding sales order line to "Awaiting Billing".  This status indicates that the item has been shipped to the customer.

We will send AR Invoice when coustomer confirmed the reciving of supply.

 

By following this step-by-step guide, you can configure and execute a fully automated drop ship process in Oracle Fusion (Redwood UI). This process streamlines your supply chain, reduces inventory costs, and ensures a seamless flow of information from your customer's order directly to your supplier's shipment.

Reference: For further official details, please refer to the Oracle document: Order to Cash Drop Ship Order Flow (Doc ID 2278649.1)

OIC - Publish to OIC - Publish and Subscribe to Oracle Integration - Part-1

 
Publish to OIC

Introduction

Publish/subscribe or the pub/sub messaging is an a synchronous communication architecture

 

In a pub/sub model, any message published to a topic is immediately received by all of the subscribers to the topic. 

 

Publisher publish a message and all the subscribers subscribes to a publisher.

Oracle Integration provides a simple and managed solution for pub/sub communication. OIC provides “ICS Messaging Service Adapter” with quick configuration to achieve the objective.

 

And integrations that enable subscribers to subscribe to messages from Oracle Integration.

 

I will explain here with simple steps to build integrations that enable us to publish messages to Oracle Integration and as well subscribe to OIC

 

We will create 3 integrations

 

  •      Publish to OIC in this article 
  •      First Subscribe to OIC for FTP File creation
  •      2nd Subscribe to OIC Database Insert on-premise database


Publish to OIC will be a simple rest end point to push message to OIC. And IC Messaging service will take care of the rest.

Subscribe to OIC integrations which will use above Push integration and received the payload and consume respectively

 

Lets Implement Pub/Sub Integration in 3 Steps

1. Create a REST Connection

We will use a REST request as the Publisher.
 

Create a simple REST connection with trigger role

 From the connections under the Integration home page, click create

Connections

Creating connection - selecting adapter


REST connection

 

2.  Create an Integration.


From the Integrations, under the Integration home page, click create


We will select the Type Publish To OIC, which has the required structure ready.

Integration style

Enter the basic integration details

 

create new integration

Configure the REST endpoint details.

REST endpoint - Basic info


Select method as PUT and specify the rest document

REST Endpoint - Resource Configuration


select the Payload type as JSON and select <<<<inline>>>>

RESTT Endpoint - Request

{
  "PartyNumber" : "67895432541",
  "OrganizationName" : "CustomerA",
  "PartyUsageCode" : "EXTERNAL_LEGAL_ENTITY",
  "RawPhoneNumber" : "9199199199",
  "EmailAddress" : "bm@oracle.com",
  "URL" : "www.oracle.com",
  "Address" : [ {
    "AddressType" : "BILL_TO",
    "Address1" : "500 Oracle Parkway",
    "City" : "Redwood Shores",
    "Country" : "US",
    "County" : "San Mateo",
    "PostalCode" : "94065",
    "PostalPlus4Code" : "",
    "State" : "CA"
  } ],
  "CorpCurrencyCode" : "USD",
  "CurcyConvRateType" : "Corporate",
  "CurrencyCode" : "USD",
  "DUNSNumber" : "123456789"
}


Copy above sample JSON sample payload and put as below screen


Enter sample JSON

Review and Click Done.

REST Endpoint - Summary

Integration is done. You will see the integration as bellow.

REST connection is at the left side and automatically configured to IC Messaging Service

No need further configuration or any mapping

Just close and come back to main integrations grid.

integration grid

3. Activate Integration

Now lets activate it. select Enable tracing and include payload and select Activate  

Activating Integration


Our Push to OIC integration is completed.

In next step, we will create 2 simple Subscribe to OIC integrations which will use above Push integration and received the payload and consume respectively

In this 2nd article we will create one Subscribe to OIC integration for FTP file creation


In 3rd article we will create 2nd Subscribe to OIC integration for inserting same data in a database table, for this we will use OIC Agent to connect to on premises EBS database


Thank for reaching to my blog. for further information please visit below oracle library 



OIC - Subscribe to OIC - FTP file Creation - Publish and Subscribe to Oracle Integration Cloud - Part-2


Subscribe to OIC

Introduction

In the first blog we created a Push to OIC integration, in this blog we are going to create 2 more Subscribed to OIC integrations


In this blog  we will create Subscribe to OIC integration to consume payload and create a csv file on FTP location


Push to OIC - Publish and Subscribe to Oracle Integration - Part-1


Integration to FTP


in this integration, we will subscribe to the Push integration and consume it by creating a simple file on FTP location. To do that we need a FTP connection and a Sub Integrations


1. Create a FTP Connection
 

Create a FTP connection 


From the connections under the Integration home page, click create 


Connections


Search FTP


Selecting Adapter
Set the FTP connection properties

Connections Details 
Connection Details


Credentials Details as below screen shot

Credential Details
2.  Create an Integration.


From the Integrations, under the Integration home page, click create


We will select the Type Subscribe To OIC, which has the required structure ready.



Integration Style

Enter the basic integration details

Create new integration

In Subscribe to OIC pattern, when you click create button, OIC will ask to select the publisher. Remember to select the publisher that we created in previous blog 

Select Use

Selecting Publisher

You will now land to the below screen. We need to add the FTP connection that we created earlier.

Search in right panel and drag and drop to right side what I mark the arrow.


Integration


When drop the FTP connection, it will ask the file creation details provide the details as below screen shot

End point - basic info


Set the valid out put directory and File name pattern

Customer%SEQ%.csv.

%SEQ% will be replaced with a sequence number i.e 1,2,3 and so on

End point - configure file write

Choose the delimited data file for file structure.

You can create a sample .csv file with following content and specify here


PartyNumber|OrganizationName|PartyUsageCode|RawPhoneNumber|EmailAddress|URL
678954325414,CustomerAB,EXTERNAL_LEGAL_ENTITY,9199199199,bm@oracle.com,www.oracle.com

  • Select the First row as header
  • Mark all Optional
  • and then select one as mandatory

End point - File contents

Review and select done

End Point - Summary


IC Messaging Service is at the left side and automatically configured to FTP connection

Now we need to configure mapping between payload received from ICM to FTP for file creation

Click the mapping update button as you see in below screen

Configure mapping

Mapping is very simple, just drag and drop all required attributes as you see in below screen. 

At the right side you can see, I created copy of Customer node by selecting Repeat Node to create header row in the file and set value of headers like PartyNumbe and OrganizationName and others

Configure Mapping 2


Next is mapping each left attribute to right attribute.

Note that all mappings must match the headers

Configure Mapping 3

After all mappings, validate by clicking validate button and close

Integration is done. 

Just close and come back to main integrations grid.



3. Activate Integration

Now lets activate it. select Enable tracing and include payload and select Activate

Activate configuration


Our first Subscribe to OIC integration is completed.

In last article we created Push to OIC integration

In next article we will create 2nd Subscribe to OIC integration for inserting same data in a database table, for this we will use OIC Agent to connect to on premises EBS database



Thank for reaching to my blog. for further information please visit below oracle library