dbo.ufnGetSalesOrderStatusText
Procedure/Function: 'dbo.ufnGetSalesOrderStatusText', Scalar function returning the text representation of the Status column in the SalesOrderHeader table.
Procedure Name
Description
Parameters
dbo.ufnGetSalesOrderStatusText
Scalar 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.