Interface Trip Stop – SRS Program Uses

Interface Trip Stop does the following things,
  1. Updating the Order Management Data (OE_ORDER_LINES_ALL)
  2. Triggering the Inventory Interface (to update the Inventory tables)
Updates the following fields on OE_ORDER_LINES_ALL table:
  • Shipped_Quantity
  • Shipping_Quantity
  • Actual_Shipment_Date
Inventory Interface Changes:
  • Inventory Interface will be triggered only if the first part, that means related to OM has successfully completed and flag OE_INTERFACED_FLAG = ‘Y’ on WSH_DELIVERY_DETAILS.  
  • If value of this flag is N/P then Inventory Interface will never be triggered. And even if you try to submit the Inventory Interface - SRS, delivery detail with OE_INTERFACED_FLAG =’N’ will never be picked up.
  • OE_INTERFACED_FLAG = Y -- signifies ITS has interfaced shipping data to OM
  • INV_INTERFACED_FLAG = Y -- signifies ITS has interfaced shipping data to INV
Navigation: Oracle Order Management --> Shipping --> Interfaces --> Run


Interface Trip Stop – SRS Program Uses, askhareesh blog for Oracle Apps


*/

No comments:

Post a Comment