Class 6 Drop Shipment Notes
Class 6 Drop Shipment Notes
company instructs
Functional setups
---------------------------------
create item
1. Create Item
- Select organization
V1 (Vision Operations)
Item : DS 90
Customer ordered
- Change to the Purchasing tab and assign a purchase price and the Default Buyer (Optional)
-- Save the record
Check M1
- Navigate to Oracle Pricing Manager responsibility -> Price List-> Price List Setup.
category set
item category
click on submit.
Set value to Null to have system retrieve the buyer information from the master item
Set the value to Order Creator to let the system retrieve the buyer information from the employee id
creating the sales order.
PO Buyer
4. Setup PO Buyer
- Using System Administrator Responsibility, navigate to Security -> User -> Define
- Query up the user name and make sure it has an employee name
flow Steps
--------------------------
Login
User : OPERATIONS/WELCOME
Create Order
1. Create and Book a sales order
Item : DS 90
Quantity : 2
Receiving Organization: M1
Go to the order line, Check the field Status. It may still be in Booked
While still on the line, click on Tools -> Workflow Status in the toolbar
The WF status may be at Purchase Release - Deferred status (unless the WF Background process already
run)
2. Run the Workflow Background Process concurrent program to progress the order line (if this is not
scheduled)
Process Deferred=Yes
Process Timeout=No
Click on Submit
- Go to View -> Requests and verify that the concurrent has completed successfully
- Navigate to Orders,Returns -> Sales Orders and query up the sales order
- Change to Lines tab and verify the Line status is at Awaiting receipt
While still on the line, click on Tools -> Workflow Status in the menubar
- At this point the changes should have propagated to the data in the PO interface table. Run the
following query to confirm it:
from po_requisitions_interface_all
and interface_source_line_id in (
select drop_ship_source_id
from OE_DROP_SHIP_SOURCES
PO Requisition Import
- Enter the following parameter values and leave the rest as default
- Go to View -> Requests and verify the presence of Parent and Child requests (Requisition Import and
Create Releases),
- View the output of the Requisition Import by clicking on the View Output button.
Type: Purchase
6. (optional) Change Order quantity in the sales order form to test changes propagation
In the Requisition Header Summary, click on Lines button and check the line quantity
Auto Create PO
Requisition : 5698
Action : Create
8. (optional) Change Order quantity in the sales order form to test changes propagation
- If the user has approver privileges (Operation user does) check Submit for approval
- Click Ok
- Confirm the PO was approved. After approving the PO, the user should still be on the PO. Check the
status at header level
Receiving
- Click on Find
- Change to Receipts Header form and take note of the receipt number
- Because it was a Direct receipt and the receiving processor was running (the user may need to wait for
a few minutes),
This is because the item is actually shipped directly from the supplier to the customer.
To achieve this, there is actually a Sales order issue that gets created automatically when the PO is
received.
Note : The user may need to launch the material transaction processor from Inventory -> Setup ->
Transactions ->
Interface Managers (if not scheduled) to process the Sales order issue transaction from the transactions
interface table.
The following is a screenshot from Inventory -> Transactions -> Material Transactions showing the
inventory transactions
- Navigate to Orders,Returns -> Sales Orders and query up the sales order
Change to Lines tab and verify the Line status is at Shipped status (if the WF Background has not yet run)
- Verify the line status and WF status. Click on Tools -> Workflow Status in the menubar
The WF status should be at Fulfill Deferred activity (if the WF Background has not yet run)
Close Order
12. Run the Workflow Background Process concurrent program to progress the order line (if this is not
scheduled)
Process Deferred=Yes
Process Timeout=No
Click on Submit
- Go to View -> Requests and verify that the concurrent has completed successfully
- Navigate to Orders,Returns -> Sales Orders and query up the sales order
- Verify the line status and WF status. Click on Tools -> Workflow Status in the menubar
14. The Autoinvoice Import concurrent program should be automatically launched. Upon its completion
confirm the invoice was created.
- Navigate to Orders,Returns -> Sales Orders and query up the sales order.
- This completes the steps for the Drop Ship order testflow.
PO_Number,pl.line_num PO_Line_Number,
ph.authorization_status,ph.closed_date,ph.closed_code,
prh.interface_source_code,
from
OE_DROP_SHIP_SOURCES ods,
oe_order_headers_all h,
oe_order_lines_all l,
po_line_locations_all pll,
po_lines_all pl,
po_headers_all ph,
po_requisition_headers_all prh,
po_requisition_lines_all prl
where h.header_id = l.header_id
Drop Shipments is similar to this back-to-back process in that your sales order line creates a requisition
line that becomes a PO sent to your supplier. In a drop shipment; however, you instruct your supplier to
send the item or configured item directly to your customer. The items never physically pass through
your warehouse, and therefore you do not pick, pack or ship them yourselves. In the back-to-back
scenario, you instruct your supplier to send you the goods, and then you ship them on to your customer.