USP_SIMPLEDATALIST_ADJUSTMENTCATEGORY2

This provides a simple list of adjustment categories.

Definition

Copy


create procedure dbo.USP_SIMPLEDATALIST_ADJUSTMENTCATEGORY2 as
  select 
      ID as VALUE
      CATEGORY as LABEL
  from dbo.BANKACCOUNTADJUSTMENTCATEGORY
  order by CATEGORY