USP_SIMPLEDATALIST_ACCOUNTSTRUCTURENAME

Returns names of all the values in account structure.

Definition

Copy


CREATE procedure dbo.USP_SIMPLEDATALIST_ACCOUNTSTRUCTURENAME as
select 
        DESCRIPTION as VALUE
    from dbo.PDACCOUNTSTRUCTURE
    order by DESCRIPTION