This activity is used to generate exception messages for inventory parts.
You can either generate inventory part availability exceptions directly or schedule the task as a background job.
Inventory parts must exist.
- Available Covers - This message appears if the total supply is greater than 0 and the quantity on hand is greater than the sum of total demand and safety stock.
- Available < Safety Stock - This message appears if the supply or demand exists, and the quantity on hand is less than the safety stock .
- Has Supply Past Due - This message appears if there are delayed supplies.
- Has Demand Past Due - This message appears if there are demands that are due for delivery, but have not been delivered as yet.
- Excess of Orders - This message appears if the sum of total supply and quantity on hand is greater than the sum of total demand and safety stock.
- Need Orders - This message appears if the sum of total supply and quantity on hand is less than the sum of total demand and safety stock.
- Negative Projected On Hand - This message appears if the projected on hand value is negative, and the registered date projected on hand is negative.
- No Demand Exists - This message appears if the total demand is zero.