Oe_interfaced_flag and Inv_interfaced_flag in wsh_delivery_details table
Oe_interfaced_flag and Inv_interfaced_flag in wsh_delivery_details table
This post is about 2 Important fields in wsh_delivery_details table from the Order Management and Inventory point of view.
These 2 flags/fields are
As I have stated in many of my posts on ITS that interface Trip Stop(ITS)has 2 parts
NOTE - Inventort part of the ITS always exected once OM part exected successfully.
If OM part of ITS has executed , but INV is not yet exected because of some issues then oe_interfaced_flag = Y and inv_interfaced_flag remains = X(Pending) or N . In such case we have 2 options run the ITS again ( but this time it will executed INV part only and release the reservation and decrement the stock) , or run the "Inventory Interface Concurrent Program"
But many a time I have noticed that delivery is shipped and shipped/shipping qty etc fields got populated , but oe_interfaced_flag = N and INV_interfaced-flag = N and every run of ITS try to ryn the OM Part and erroring out( as action that should be perofrmed by ITS has already completed). In such case one good option is update oe_interfaced_flag = Y and then run ITS gain or run inventory Interface.
These 2 flags/fields are
- oe_interfaced_flag
- inv_interfaced_flag
As I have stated in many of my posts on ITS that interface Trip Stop(ITS)has 2 parts
- Order Management and
- Inventory.
NOTE - Inventort part of the ITS always exected once OM part exected successfully.
If OM part of ITS has executed , but INV is not yet exected because of some issues then oe_interfaced_flag = Y and inv_interfaced_flag remains = X(Pending) or N . In such case we have 2 options run the ITS again ( but this time it will executed INV part only and release the reservation and decrement the stock) , or run the "Inventory Interface Concurrent Program"
But many a time I have noticed that delivery is shipped and shipped/shipping qty etc fields got populated , but oe_interfaced_flag = N and INV_interfaced-flag = N and every run of ITS try to ryn the OM Part and erroring out( as action that should be perofrmed by ITS has already completed). In such case one good option is update oe_interfaced_flag = Y and then run ITS gain or run inventory Interface.
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDelete