Intransit Lead Time For IR
Intransit Lead Time For IR
Scope of this Article ...................................................................................................... 1 Key Setups ....................................................................................................................... 2 Internal Customer Setup 11.5.10 ............................................................................ 3 Inter-Location Transit Times / Shipping Networks Setup ................................... 7
Patch Notes .................................................................................................................... 7 Transit Times Form (or Inter-location Transit Times) WSHFILTM ..................... 7 Shipping Networks Form - INVSDOSI ...................................................................... 8 Collecting the Data for Order Scheduling ............................................................... 9 Appendix A R12 and 12.1 Customer Setup ....................................................... 10 Appendix B - SQL and Technical Information .................................................... 13 References ...................................................................................................................... 15
Key Setups
1. When setting up the Internal Customer record while all field are important, common error is the Request Date Type is NOT set to Arrival a. This will cause the Schedule Ship Date to be the same as the Need by Date on the Internal Requisition. b. When this setup is complete, then the Order Date Type in the Sales Order / Other tab should show Arrival c. Customer Setup Request Date Type = Sales Order Header Order Date Type 2. The Shipping Networks Form / Shipping Methods and Transit Times forms must have matching records for Ship Method and Default Flag 3. AFTER you have setup the Shipping Networks / Ship Methods, then setup the Sourcing Rule for Transfer From and make sure the Ship Method is populated. 4. Sourcing rule must be setup in the Assignment Set used for scheduling orders and also for the ASCP plan. The following should match a. Profile - MRP: ATP Assignment Set b. Profile - MSC: ATP Assignment Set c. In Plan Options of the ASCP Plan Assignment Set where internal orders are planned and released.
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
For the Details Tab 1. The Internal region and Location fields are critical setups. 2. Other fields may be required by your business practices.
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
THEN click the Order Management Tab 1. Request Date Type Arrival This is critical so that when the Internal Req is sent to Order Management, is offsets the Scheduled Ship Date form the Need By Date on the Internal Requisition. 2. Price List 3. Warehouse 4. Ship Method optional should match to default method in Inter-locations Lead times form as shown below. 5. Other fields may be required per your business practices
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
Shipping Networks Form - INVSDOSI NAV: Inventory>Setup>Organizations>Shipping Networks Then for Organization M1 Scope To Organization - click Find In this screen below highlight From D1 to M1 NAV: Tools> Shipping Methods Note that the Ship Methods and the Default Flag are the same.
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
Final Note: It may be that the Shipping Methods shown above will default in correctly after applying the patches mentioned above. BUT it is imperative that these two screens match, SO check all setups and confirm.
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
Then click to open the customer record And move to the Site region at the bottom of the page to find your customer site address
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009 251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
10
On Order Management Tab - set Request Date Type to Arrival and Save
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
11
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
12
select loc.location_id, -- LOCATION_ID from ERP Source Instance location_code, sr_tp_site_id, -- ERP Source SITE_USE_ID that appears in Sales Order tp_site_id -- Cross reference id assigned during data collections from msc_tp_site_id_lid tpsid, msc_location_associations loc where tpsid.partner_type = 2 and -- 2 = Customer loc.partner_site_id = tpsid.tp_site_id and loc.sr_instance_id = tpsid.sr_instance_id and loc.organization_id is null -- Organization_id must be NULL for internal orders LOCATION_ID 472 1998 328 207 LOCATION_CODE HR- San Jose M4-Minneapolis D1- Singapore M1- Seattle SR_TP_SITE_ID 1001 1026 1123 1168 TP_SITE_ID 2742 2773 3077 3075
If this SQL does not return the expected values, then check the setups for Data Collections in Note 145419.1 Particularly the profile option MSC: Collection Window for Trading Partner Changes (Days) which must be NULL.
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
13
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
14
Oracle Corporation 2003, 2009 This article is delivered in draft form and not guaranteed to be suitable for any purpose. Version 2.0 September 2009 Version 1.1 October 2003 Comments may be directed to david.goddard@oracle.com - dagoddar
Oracle Corporation 2003, 2009 For Internal and Customer Use only Rev 2.0 Sepetember 2009
251449.1_Internal_Orders_Intransit_LT_Rev2.0.doc / pdf
15