dbo.ufnGetStock

Procedure/Function: 'dbo.ufnGetStock', Scalar function returning the quantity of inventory in LocationID 6 (Miscellaneous Storage)for a specified ProductID.

Procedure NameDescriptionParameters
dbo.ufnGetStockScalar function returning the quantity of inventory in LocationID 6 (Miscellaneous Storage)for a specified ProductID.@RETURN_VALUE int(10) [RETURN VALUE], @ProductID int(10) [INPUT]

Dependencies for Procedure/Function 'dbo.ufnGetStock', 3 items

Object NameTypeField Name
Production.ProductInventoryuser tableProductID
Production.ProductInventoryuser tableLocationID
Production.ProductInventoryuser tableQuantity