USP_SIMPLEDATALIST_ACCOUNTINGELEMENTSECURITYGROUP

Returns a list of all accounting element security groups

Definition

Copy


create procedure dbo.USP_SIMPLEDATALIST_ACCOUNTINGELEMENTSECURITYGROUP as
    select 
        ID as VALUE,
        NAME as LABEL,
    DESCRIPTION as DESCRIPTION
    from dbo.ACCOUNTINGELEMENTSECURITYGROUP
    order by NAME