USP_SIMPLEDATALIST_ACCOUNTCATEGORY

Lists all the account categories.

Definition

Copy


CREATE procedure dbo.USP_SIMPLEDATALIST_ACCOUNTCATEGORY as

    set nocount on;
    select 
        ID as VALUE
        CATEGORY as LABEL
    from dbo.CATEGORYDEFINITION
    order by CATEGORYCODE