dbo.ufnGetSalesOrderStatusText

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

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