dbo.ufnGetPurchaseOrderStatusText

Procedure/Function: 'dbo.ufnGetPurchaseOrderStatusText', Scalar function returning the text representation of the Status column in the PurchaseOrderHeader table.

Procedure NameDescriptionParameters
dbo.ufnGetPurchaseOrderStatusTextScalar function returning the text representation of the Status column in the PurchaseOrderHeader table.@RETURN_VALUE nvarchar(15) [RETURN VALUE], @Status tinyint(3) [INPUT]
There are no Dependencies for this object.