Oracle E-Business INTERNAL SALES Orders: Creation To Receipt Cycle
Oracle E-Business INTERNAL SALES Orders: Creation To Receipt Cycle
Oracle E-Business INTERNAL SALES Orders: Creation To Receipt Cycle
1.
2.
3.
4.
5.
6.
Pick Release
7.
Ship Confirm
8.
9.
Create an Item.
Under Inventory alternative region, check the boxes for Inventory Item, Stockable, Transactable.
Under Purchasing alternative region, check the boxes for Purchased, Purchasable.
Under Order Management alternative region, check the boxes for Internal Ordered, Internal Orders
Enabled, OE Transactable
and Shippable.
If you specify the Transfer Type as Intransit, then you need to explicitly receive using the Enter
Receipts screen. It would
be a Standard Receipt.
If you specify the Transfer Type as Direct, then goods will get directly shipped into inventory. It would
be a Direct Delivery.
Specify the Source and Destination Organizations. Source is on the right and Destination on the left in
the overflow region.
Major Columns
po_requisition_headers_all
SEGMENT1,
REQUISITION_HEADER_ID,TRANSFERRED_TO_OE_FLAG, ORG_ID,
AUTHORIZATION_STATUS, CANCEL_FLAG, CLOSED_CODE
po_requisition_lines_all
REQUISITION_LINE_ID, DESTINATION_ORGANIZATION_ID,
DESTINATION_SUBINVENTORY, SOURCE_ORGANIZATION_ID,
SOURCE_SUBINVENTORY, DELIVER_TO_LOCATION_ID, ORG_ID,
CANCEL_FLAG, CLOSED_CODE, QUANTITY,QUANTITY_CANCELLED
QUANTITY_DELIVERED, QUANTITY_RECEIVED
TRANSFERRED_TO_OE_FLAG = 'N'
AUTHORIZATION_STATUS = 'APPROVED'
CANCEL_FLAG <> 'Y'
CLOSED_CODE <> 'FINALLY CLOSED'
Major Columns
oe_headers_iface_all
oe_lines_iface_all
BOOKED_FLAG = 'N'
5.0 Run Order Import
Navigate to: Order Management/Orders, Returns/Import Orders.
Run the Order Import concurrent program. Order Import creates Internal Sales Orders from the records in
the interface tables and determines the order cycle and defaults values based on the order type. Note
down the Order Number.
Major Tables
Impacted
Major Columns
oe_order_head
ers_all
oe_order_lines_
all
DELIVER_TO_ORG_ID, ORIG_SYS_DOCUMENT_REF,FLOW_STATUS_CODE,SHIPPING_I
NTERFACED_FLAG, ORG_ID
BOOKED_FLAG = 'Y'
FLOW_STATUS_CODE = 'BOOKED'
SHIPPING_INTERFACED_FLAG = 'N'
Running Create Internal Orders and Order Import concurrent programs has no affect on MTL_SUPPLY.
By default the Create Internal Orders process populates the oe_actions_iface_all table with
an OPERATION_CODE of 'BOOK_ORDER', causing the Order to be Booked by theOrder Import process.
So there is no need to Book the Order. If for whatever reason a hold gets placed on the Order at Booking,
then after removing the hold the user would have to peform the actions Progress Order to move it to
"Awaiting Shipping".
6.0 Pick Release
Pick Release finds and releases eligible delivery lines that meet the release criteria, and creates move
orders. You can pick release by order, trip, stop, container, delivery, warehouse, customer, schedule, or
requested dates, shipment priority or combinations of the above criteria. The default release criteria is set
up in Shipping Parameters, but you can override the default criteria in the Release Sales Order window at
pick release.
Major Columns
wsh_delivery_details
Enter Order Number and complete your entries in the Release Sales Order for Picking window or select a
Based On Rule to automatically default the remaining criteria.
Under Shipping tab region, make sure Autocreate Delivery is Yes. It will automatically create the Delivery.
Under Inventory tab region, make sure Auto Pick Confirm is Yes. It will make the lineStaged/Pick
Confirmed after Pick Release is done successfully.
Choose the Concurrent or Online button.
Pick release is launched and pick releases the deliveries and delivery lines for the trip.
Save your work.
Under Delivery alternative region, select Ship Confirm from the Actions menu to display the Confirm
Delivery window. In the Ship Options region, select Ship All to ship confirm the entire quantity regardless of
what was entered in the Shipped Quantity field. In theAuto-create Trip Options region, select the ship
method and the actual departure date. The simplest way to ship confirm one or more deliveries is to enable
the Set Delivery in-Transit and Close Trip fields.
Set Delivery In-transit: Creates a trip and stops for the delivery. Closes first stop of the delivery, but leaves
second stop open. Sets status of delivery to In-transit and initiates Order Management (OM) and Inventory
interfaces.
Close Trip: Creates a trip and stops for the delivery. Closes trip, all stops, and the delivery.
If you uncheck the Defer Interface box and run Ship Confirm, the Inventory Interface is run automatically,
and the Order Line status is updated. A request is submitted to runInterface Trip Stop with mode All for the
trip stop.
If you check the Defer Interface box and run Ship Confirm, you need to run the Interface Trip StopSRS concurrent request to update the Inventory and the Order Line status. When the Defer Interface box
is checked, a request is not automatically submitted to interface the trip stops.
Your Order should now be Ship Confirm, Confirmed and Inventory Interface, Interfaced.
RELEASED_STATUS: 'C' Ship Confirmed
Major Columns
wsh_delivery_details
If the Interface Trip Stop concurrent request is run, record is created in MTL_SUPPLY with
SUPPLY_TYPE_CODE = 'SHIPMENT'.
Inventory Interface picks records from MTI (MTL_TRANSACTIONS_INTERFACE) and inserts them into
MMTT (MTL_MATERIAL_TRANSACTIONS_TEMP). The Inventory Manager then inserts rows into RTI
(RCV_TRANSACTIONS_INTERFACE) and calls the Receiving Transaction Processor.
If transfer type is Direct, the Receiving Transaction Processor inserts a record into MMTT and calls the
inventory function inltpu() which inserts records into MMT (MTL_MATERIAL_TRANSACTIONS) and MOQ
(MTL_ONHAND_QUANTITIES) and completes the delivery of the item into Inventory. The Receiving
Transaction Processor also inserts records into RSH (RCV_SHIPMENT_HEADERS), RSL
(RCV_SHIPMENT_LINES) and RT (RCV_TRANSACTIONS). It also updates theQUANTITY_RECEIVED
and QUANTITY_DELIVERED on PO_REQUISITION_LINES_ALL. Records get deleted from
MTL_SUPPLY on delivery into Inventory.
Major Columns
MTL_MATERIAL_TRANSACTIONS_TE
MP
TRANSACTION_HEADER_ID, TRANSACTION_TEMP_ID,
ORGANIZATION_ID, OWNING_ORGANIZATION_ID,
SOURCE_CODE, PARENT_LINE_ID,
PARENT_TRANSACTION_TEMP_ID, PRIMARY_QUANTITY,
RCV_TRANSACTION_ID, SHIPMENT_NUMBER,
SHIPPED_QUANTITY, TRANSACTION_QUANTITY,
SHIP_TO_LOCATION, REQUISITION_DISTRIBUTION_ID,
REQUISITION_LINE_ID
MTL_MATERIAL_TRANSACTIONS
ORGANIZATION_ID, OWNING_ORGANIZATION_ID,
SOURCE_CODE, SOURCE_LINE_ID, PRIMARY_QUANTITY,
RCV_TRANSACTION_ID,
SHIP_TO_LOCATION_ID, SHIPMENT_NUMBER,
TRANSACTION_ID, TRANSACTION_TEMP_ID,
TRANSACTION_QUANTITY, TRANSACTION_DATE
MTL_ONHAND_QUANTITIES
RCV_SHIPMENT_HEADERS
RCV_SHIPMENT_LINES
FROM_ORGANIZATION_ID, TO_ORGANIZATION_ID,
TO_SUBINVENTORY, SHIP_TO_LOCATION_ID,
QUANTITY_RECEIVED, QUANTITY_SHIPPED,
SHIPMENT_HEADER_ID, SHIPMENT_LINE_ID,
REQ_DISTRIBUTION_ID, REQUISITION_LINE_ID,
OE_ORDER_HEADER_ID, OE_ORDER_LINE_ID,
DELIVER_TO_LOCATION_ID, DESTINATION_TYPE_CODE
RCV_TRANSACTIONS
PO_REQUISITION_LINES_ALL
REQUISITION_LINE_ID, DESTINATION_ORGANIZATION_ID,
DESTINATION_SUBINVENTORY, SOURCE_ORGANIZATION_ID,
SOURCE_SUBINVENTORY, DELIVER_TO_LOCATION_ID, ORG_ID,
CANCEL_FLAG, CLOSED_CODE,
QUANTITY,QUANTITY_CANCELLED, QUANTITY_DELIVERED,
QUANTITY_RECEIVED
If transfer type is Intransit, the Receiving Transaction Processor just creates the shipment by inserting
records into RCV_SHIPMENT_HEADERS and RCV_SHIPMENT_LINES. Then you need to explicitly
receive from the Enter Receipts screen. Record is also created in MTL_SUPPLY with
SUPPLY_TYPE_CODE = 'SHIPMENT'.
Order Management Interface is run to update Order Management with the ship confirmation information.
Order line shipped quantities will be updated.
.
Receive/Deliver the Shipment for the Internal Order
Navigate to: Purchasing/Receiving/Enter Receipts.
Query against the Requisition Number or the Shipment Number (Delivery Number on the Shipping
Transactions window) and do the Receive/Deliver Transactions.
Major Columns
rcv_shipment_headers
rcv_shipment_lines
rcv_transactions