Party HZPARTIES PARTYID LOCATIONID PARTYID PARTYID PARTYSITEID CUSTACCOUNTID CUSTACCCTSITEID Attachments FNDATTACHEDDOCUMENTS ATTACHEDDOCUMENTID DOCUMENTID ENTITYNAME OEORDERLINES, OEORDERHEADERS PK1VALUE LINEID, HEADERID AUTOMATICALLYADDEDFLAG SELECT FD. DOCUMENTID, FD. DESCRIPTION, FD. MEDIAID, FDST. SHORTTEXT FROM FNDDOCUMENTSTL FD, FNDATTACHEDDOCUMENTS FAD, FNDDOCUMENTSSHORTTEXT FDST, OEORDERLINESALL OL WHERE FAD.

DOCUMENTID = FD. DOCUMENTID AND FDST. MEDIAID = FD. MEDIAID AND OL. LINEID = FAD. PK1VALUE AND OL. LINEID = 59851; Demand: VISIBLEDEMANDFLAG in OEORDERLINESALL.

In Order Management Application (Release 11i), Demand Interface is no longer available. Order lines will serve as demand in Order Management Applications. Every line which has the VISIBLEDEMANDFLAG = 'Y', will be made available as Demanded to planning.

Every line which is Scheduled will be visible to planning as Demanded. So there is no Demand Interface Program, to put the order lines in the demand tables.

The table MTLDEMAND is obsolete. Demand is a process which makes an order line visible to MRP for planning purposes.

From Release 11i, Scheduling is an engine owned by MRP. OEORDERLINES will have a flag called VISIBLEDEMANDFLAG. If set to 'Yes', the MRP can see the line, if it is set to 'No' the line will just be ignored when performing Planning. When a line is scheduled it becomes visible to MRP, if the VISIBLEDEMANDFLAG is set to 'Yes'. Once the Order is saved, data goes to MTLSALESORDERS table: MTLSALESORDERS exists for the purpose of mapping sales orders between other applications and Inventory.

MTLSALESORDERS is a key flexfield table with no structure defining column or set defining column. The flexfield code for this table is MKTS. Only one structure for the flexfield may be defined for any installation of Inventory. Inventory demand interface and demand manager will validate sales orders on segment values, and will create a new SALESORDERID when necessary. MTLSALESORDERS SALESORDERID NOT NULL NUMBER SEGMENT1 VARCHAR2 (40) = ORDERNUMBER SEGMENT2 VARCHAR2 (40) = ORDERTYPEID SEGMENT3 VARCHAR2 (40) This table stores reservation information. Each record is a reservation that ties an item/organization combination with a demand source and a supply source.

Demand source information comprises demand source type (Sales Order, Account, Account Alias, Inventory), demand source header, demand source line and demand source name. Supply source information comprises supply source type (Inventory, WIP jobs), supply source header, supply source line, supply source name and inventory controls (revision, lot, subinventory, locator). Shipping: Pick Release: WSHPICKINGBATCHES The information filled in the Pick Release form is inserted in this table.

System creates one batch for the condition you specify in Pick Release Form. BATCHID CUSTOMERID HZCUSTACCOUNTS.CUSTACCOUNTID ORDERHEADERID After Pick Release records goes to WSHDELIVERYDETAILS for each line, which is picked or backordered. If Autocreate Deliveries is set to set ‘YES’ then record also goes to WHSNEWDELIVERIES and WSHDELIVERYASSIGNMENTS but Pick Release is only Reserving the Items against particular Sales Order Line.

Order

WSHDELIVERYDETAILS: DELIVERYDETAILID SOURCECODE ‘OE’ SOURCEHEADERNUMBER Order Number SOURCELINENUMBER SOURCEHEADERID Order Header ID SOURCELINEID Order Line ID SOURCEHEADERTYPEID Order Type ID SOURCEHEADERTYPENAME Order Type Name CUSTPONUMBER Customer PO Number DELIVERTOLOCATIONID HZLOCATIONS.LOCATIONID SHIPTOLOCATIONID HZLOCATIONS.LOCATIONID ORGANIZATIONID SHIPFROMLOCATIONID WAREHOUSEID CUSTOMERID HZCUSTACCOUNTS.CUSTACCOUNTID INVENTORYITEMID & ITEMDESCRIPTION REQUESTEDQUANTITY The qty. Requested for Pick Release. If the program reserves partial qty. Then it splits the Lines in the Order and also inserts two lines in WSHDELIVERYDETAILS.

Manual

Available for reservation will be REQUESTEDQUANTITY for First record and balance qty. Will be REQUESTEDQUANTITY for other record. PICKEDQUANTITY SHIPPEDQUANTITY After Ship Confirm Shipped qty. Is updated UNITPRICE CURRENCYCODE MOVEORDERLINEID SHIPTOSITEUSEID INVINTERFACEDFLAG SPLITFROMDELIVERYDETAILID (For Backordered Line) ORGID CUSTOMERITEMID SHIPMETHODCODE RELEASEDSTATUS (B=Backordered, C=Shipped, D=Cancelled, N=Not ready for release, R=Ready to release, S=Released to Warehouse, X=Not Applicable, Y=Staged) Reservations: MTLRESERVATIONS This table stores reservation information. Each record is a reservation that ties and item/organization combination with a demand source and a supply source. Demand source information comprises demand source type (Sales Order, Account, Account Alias, Inventory), demand source header, demand source line and demand source name.

Oracle Order Management Technical Reference Manual R12

Supply source information comprises supply source type (Inventory, WIP jobs), supply source header, supply source line, supply source name and inventory controls (revision, lot, subinventory, locator). INVENTORYITEMID ORGANIZATIONID DEMANDSOURCELINEID Order Line ID DEMANDSOURCEDELIVERY RESERVATIONQUANTITY SUBINVENTORYCODE Create Deliveries After Auto creating the Delivery, records goes to WSHNEWDELIVERIES and WSHDELIVERYASSIGNMENTS. If Autocreate Deliveries is set to set ‘YES’ then record goes to both the tables after Pick Release. WSHNEWDELIVERIES: Stores the Delivery Information. DELIVERYID NAME STATUSCODE Delivery shipping status (OP=Open, CL=Closed, IT= In-Transit) CUSTOMERID SHIPMETHODCODE DELIVERYTYPE Type of delivery - STANDARD, CONSOLIDATED ORGANIZATIONID WSHDELIVERYASSIGNMENTS: Link between WSHDELIVERYDETAILS & WSHNEWDELIVERIES.

Oracle Order Management Module

A ssigns delivery details to a delivery and/or a parent delivery detail (LPN). DELIVERYASSIGNMENTID DELIVERYID Foreign Key to WSHNEWDELIVERIES DELIVERYDETAILID Foreign key to WSHDELIVERYDETAILS Ship Confirm After Ship Confirm, Deliveries gets Closed i.e. STATUSCODE in WSHNEWDELIVERIES changes to ‘CL’ and CONFIRMEDBY field gets updated with Apps User Name. RELEASESTATUS in WSHDELIVERYDETAILS changes to ‘C’. SHIPPEDQUANTITY in WSHDELIVERYDETAILS and SHIPPEDQUANTITY in OLORDERLINESALL get updated with quantity shipped.

Oracle Order Management Technical Reference Manual R12 Freon

Ship Method SELECT LOOKUPCODE, MEANING, DESCRIPTION, STARTDATEACTIVE, ENDDATEACTIVE, ENABLEDFLAG, LOOKUPTYPE FROM FNDLOOKUPVALUESVL WHERE (nvl(', territorycode) = territorycode or territorycode is null) and (LOOKUPTYPE LIKE 'SHIPMETHOD') and (VIEWAPPLICATIONID=3) and (SECURITYGROUPID=0) order by LOOKUPCODE Inventory Interface Trips: WSHTRIPS TRIPID NAME PLANNEDFLAG Y if Trip is planned. STATUSCODE OP - Open, IT - In -transit, CL - Closed VEHICLEITEMID MTLSYSTEMITEMS.INVENTORYITEMID VEHICLENUMBER CARRIERID SHIPMETHODCODE ROUTEID WSHTRIPSTOPS STOPID TRIPID STOPLOCATIONID STATUSCODE WSHDELIVERYLEGS DELIVERYLEGID DELIVERYID WSHNEWDELIVERIES.DELIVERYID PICKUPSTOPID WSHTRIPSTOPS.STOPID DROPOFFSTOPID Rules WSHPICKINGRULES WSHPICKGROUPINGRULES WSHPICKSEQUENCERULES Inventory Interface Inventory Interface puts the Deliveries, which are Closed and Ship Confirmed in MTLMATERIALTRANSACTIONSTEMP. Records are processed from this table into Inventory through the transaction processor.