Oracle E-Business Suite · Arazzo Workflow
Oracle EBS Item Availability Check
Version 1.0.0
Resolve an item by number, read its on-hand quantity, and branch on stock availability.
Provider
Workflows
check-item-availability
Resolve an item and branch on whether it has on-hand stock.
Resolves an inventory item by number in an organization, reads its on-hand quantities, and branches on whether any quantity exists.
1
resolveItem
getInventoryItems
Resolve the inventory item by number within the organization, returning the first match.
2
readOnhand
getOnhandQuantities
Read on-hand quantities for the resolved item in the organization and branch on whether any stock is recorded.
3
reportAvailable
getInventoryItems
Read the item master record to report its details now that on-hand stock was confirmed.
4
reportOutOfStock
getInventoryItems
Read the item master record to surface its details when no on-hand stock was found.