1.

Which Orders Are Purged Due To Inventory Management Supplier Minimum Constraint?

Answer»

The RPLAPPRV batch will look through all orders created, but will only approve automatic replenishment related orders. It also will purge orders if Inventory Management Supplier has a minimum order constraint and order purge below minimum is set.

The RPLAPPRV batch differentiates between automatic and semi-automatic replenishment-created orders using the ORD_INV_MGMT.ORD_APPROVE_IND flag. If ORD_APPROVE_IND = 'Y', then the order was created in the replenishment process with the intention of being approved during the order APPROVAL validation process (Automatic); OTHERWISE it will not (Semi-Automatic).

EXACTLY what RMS data tables/data fields are needed as INPUTS for the DC Replenishment Min/Max Calculation? Specifically looking at how on-order (PO) and on-hand (stock) totals per item per location.

The replenishment batch Rplext.pc looks into the REPL_ITEM_LOC and ITEM_LOC_SOH tables to determine the Recommended Order Quantity (ROQ) in the ORDTEMP table. Batch Rplbld.pc further generates orders. Inventory availability at warehouses (for DC replenishment) is calculated by the Rplext.pc batch based on details in ITEM_LOC_SOH table.

The RPLAPPRV batch will look through all orders created, but will only approve automatic replenishment related orders. It also will purge orders if Inventory Management Supplier has a minimum order constraint and order purge below minimum is set.

The RPLAPPRV batch differentiates between automatic and semi-automatic replenishment-created orders using the ORD_INV_MGMT.ORD_APPROVE_IND flag. If ORD_APPROVE_IND = 'Y', then the order was created in the replenishment process with the intention of being approved during the order approval validation process (Automatic); otherwise it will not (Semi-Automatic).

Exactly what RMS data tables/data fields are needed as inputs for the DC Replenishment Min/Max Calculation? Specifically looking at how on-order (PO) and on-hand (stock) totals per item per location.

The replenishment batch Rplext.pc looks into the REPL_ITEM_LOC and ITEM_LOC_SOH tables to determine the Recommended Order Quantity (ROQ) in the ORDTEMP table. Batch Rplbld.pc further generates orders. Inventory availability at warehouses (for DC replenishment) is calculated by the Rplext.pc batch based on details in ITEM_LOC_SOH table.



Discussion

No Comment Found