Drop Shipment: WWW - Code4change - Co.in
Drop Shipment: WWW - Code4change - Co.in
Drop Shipment is a process where the customer places a purchase order on a company
and this company instructs its supplier to directly ship the items to the customer
Functional setups
1. Create Item
- Navigate to Inventory -> Items -> Master Items
- Select organization
V1 (Vision Operations)
- Enter Item Name and Description
Item: DS 90
Description: Drop Ship test item
- Go to Tools -> Copy From
- Apply the 'Purchased Item' template
- Go to the Order Management tab and confirm the following is enabled
Customer ordered
Customer Orders Enabled
- Change to the Purchasing tab and assign a purchase price and the Default Buyer (Optional)
-- Save the record
- Go to Tools -> Organization Assignment
Check M1
- Save the record
Add Item to Price List
2. Assign a sales price to the item
- Navigate to Oracle Pricing Manager responsibility -> Price List-> Price List Setup.
- Query up 'Corporate' Confirm it is active.
Click on add items to price list.
Copyright 2016
www.code4change.co.in
Flow Steps
Login
User: OPERATIONS/WELCOME
Responsibility: Order Management Super User, Vision Operations (USA)
Create Order
1. Create and Book a sales order
- Navigate to Orders, Returns -> Sales Orders
Copyright 2016
www.code4change.co.in
www.code4change.co.in
PO Requisition Import
4. Run PO Requisition Import concurrent request
- Go to Purchasing -> Reports -> Run
- Select requisition Import from the LOV
- Enter the following parameter values and leave the rest as default
Import Source : ORDER ENTRY
Initiate Approval after ReqImport : Yes
- Submit the concurrent request
- This option is also available under '''Order Management Super User, Vision Operations
(USA)''', via Orders,Returns -> Requisition Import.
- Go to View -> Requests and verify the presence of Parent and Child requests (Requisition
Import and Create Releases),
and that they have completed successfully.
- View the output of the Requisition Import by clicking on the View Output button.
There should be an indication on successful import and creation of the requisition
5. Identify the PO requisition number
- In the sales order form
Go to the Lines tab
Copyright 2016
www.code4change.co.in
www.code4change.co.in
www.code4change.co.in
www.code4change.co.in
www.code4change.co.in
po_requisition_lines_all prl
where
h.header_id = l.header_id
and h.header_id = ods.header_id
and ods.line_location_id = pll.line_location_id
and ods.po_header_id = ph.po_header_id
and ods.po_line_id = pl.po_line_id
and ph.po_header_id = pl.po_header_id
and prh.requisition_header_id = ods.requisition_header_id
and prl.requisition_line_id = ods.requisition_line_id
and prh.requisition_header_id = prl.requisition_header_id
and h.order_number = &sales_order_number
QUESTIONS:
1. Link b/w PO and OM?
2. Explain drop shipment flow?
MODULE RELATED QUERIES?
1. Explain TCA architecture?
2. 11i vs r12 differences?
3.
4. Tell me pa module tables minimum 10?
5. What are important inventory tables?
6. Cycle counting vs physical inventory?
7. Sub inventory transfer vs move order transfer?
8. What is auto invoice and auto accounting?
Copyright 2016
www.code4change.co.in