Back to Back vs Drop Shipment
两个流程很类似,都要创建PR和PO给供应商,主要区别在于谁来发货。
B2B是我们从供应商那拿货,然后收到货后,再运送给客户;
Dropship表示销售是从我们这里发出,但是是由供应商直接给客户发货,我们分别和客户,供应商开应收,应付发票。(关于Dropship的流程,可以参见我的另外一篇文章:Dropship的流程
Difference between back to back and drop shipment flow in Order management
Conceptual Difference:Back to back flow - A business scenario where the material is specially purchased for a particular sales order and the material needs to be received into one of the warehouses of the selling group of companies, is referred as "Back to back" cycle. Back to back Purchase order is hard linked to the sales order until it is received. Please note highlighted words here. Since, the material is received into the warehouse, the sales order needs to follow additional picking/packing/shipping process only after which the goods are sent to the customer.
Drop Shipment flow - A business scenario where the material is specially purchased for a particular sales order and the material is directly sent from the supplier to the customer, is referred as "Drop Shipment" cycle. Drop shipment purchase order is also hard linked to the sales order until is received. However, in this case the material is never received in the internal warehouse. Also, no additional picking/packing/shipping is involved by the selling company. Hence, when such purchase order is received it is directly shipped without any physical shipping process.
Technical different in Oracle
Phase
|
Back to back
|
Drop shipment
|
Sales order line source
|
Sales order line ORDER SOURCE should be internal
|
Sales order line ORDER SOURCE should be External
|
Import purchase requisitions
|
Back to back requisition data is immediately pumped into requisition interface table after PROGRESS ORDER action in sales order
|
Drop Ship requisition data is NOT immediately pumped into requisition interface table after PROGRESS ORDER action in sales order. Workflow background process needs to be run to insert data into requisition interface tables
|
Reservations
|
Back to back purchase requisition is reserved to the sales order in MTL_RESERVATIONS table. Same process is following by oracle for all sales order reservations.
|
Drop ship requisition is reserved to the sales order in special table called OE_DROP_SHIP_SOURCES. This is a unique process followed only for drop shipment
|
Purchase orders
|
It does not have “Drop Ship” tab in the PO Shipments form
|
It has “Drop Ship” tab in the PO Shipments form
|
Purchase order delivery location
|
Deliver To location in purchase order shipment is set to the internal warehouse address
|
Deliver to location in purchase order shipment is set to “Customer Ship To address”
|
Sales order line status
|
Line status changes on Progress Order, Requisition Creation, Purchase Order Approval & Purchase order receipts
e.g. Requisition Requested, Requisition Open, PO Open
|
Line status does NOT change on Progress Order and Purchase Order Approval.
E.g. Awaiting Receipts – only status until PO is received
|
Viewing PO reservations
|
Available in sales order line-Actions>Reservation details screen
|
Available in Sales order line->Actions->Additional Line information
|
PO receipt
|
Physical receipt of the material happens
|
Only logical receipt of the material
|
Flow of purchased material
|
Material is received inside the warehouse and then shipped
|
Material is never received in the warehouse, it is shipped directly from supplier to the customer
|
After receipt
|
Stock of the goods received increases, stock gets reserved to the sales order automatically
Sales order status changes to “Awaiting Shipping”
|
Stock is received and immediately shipped out by the system. Sales order status changes directly to “Shipped”
|
Sales order delivery lines/delivery
|
Delivery lines are created in shipping when PO is received
|
No delivery lines are created, since shipping process in the system is skipped
|
转载请注明出处:http://blog.****.net/pan_tian/article/details/7793939
===EOF===