dbo.ufnGetProductStandardCost

Procedure/Function: 'dbo.ufnGetProductStandardCost', Scalar function returning the standard cost for a given product on a particular order date.

Procedure NameDescriptionParameters
dbo.ufnGetProductStandardCostScalar function returning the standard cost for a given product on a particular order date.@RETURN_VALUE money(19) [RETURN VALUE], @ProductID int(10) [INPUT], @OrderDate datetime(23) [INPUT]

Dependencies for Procedure/Function 'dbo.ufnGetProductStandardCost', 5 items

Object NameTypeField Name
Production.Productuser tableProductID
Production.ProductCostHistoryuser tableProductID
Production.ProductCostHistoryuser tableStartDate
Production.ProductCostHistoryuser tableEndDate
Production.ProductCostHistoryuser tableStandardCost