Business Process Automation

SKU Public Automation Agents

Oracle Transportation Management provides sample automation agents in the PUBLIC domain. It is recommended that all PUBLIC automation agents be deactivated upon installation. You can make copies of these PUBLIC automation agents in non-public domains. In these non-public domains, you can make changes to the sample automation agents so that they fit your business process.

Note: PUBLIC automation agents should never be deleted.

The following PUBLIC automation agents are available for the agent type of SKU.

SKU - Quantity On Hand Monitor

This agent triggers any time a SKU is created or the quantity on hand is changed (via integration). It then uses saved conditions to determine whether the status is above max level or below minimum level or OK and sets the SKU level status accordingly. It also checks if the quantity is below reorder level or not and again sets the SKU reorder status accordingly.

This automation agent is not active by default.

Triggering Event

  • SKU - CREATED
  • SKU - QUANTITY ON HAND CHANGED

Event Restrictions: Data source is INTEGRATION only.

Conditions

None

Actions

  1. If SKU QUANTITY ON HAND ABOVE MAX LEVEL CONDITION is true, then complete the action SET STATUS: SKU_LEVEL_ABOVE_MAXIMUM.
  2. If SKU QUANTITY ON HAND BELOW MIN LEVEL CONDITION is true, then complete the action SET STATUS: SKU_LEVEL_BELOW_MINIMUM.
  3. If neither condition is true, then complete the action SET STATUS: SKU_LEVEL_OK.
  4. If SKU QUANTITY ON HAND BELOW REORDER LEVEL CONDITION is true, then complete the action SET STATUS: SKU_REORDER_YES.
  5. If SKU QUANTITY ON HAND BELOW REORDER LEVEL CONDITION is false, then complete the action SET STATUS: SKU_REORDER_NO.

Related Topics