USP_SIMPLEDATALIST_PDACCOUNTSYSTEM_SYSTEMS

Returns a list of accounting systems.

Definition

Copy


CREATE procedure dbo.USP_SIMPLEDATALIST_PDACCOUNTSYSTEM_SYSTEMS as
    select 
        ID as VALUE
        NAME as LABEL
    from dbo.PDACCOUNTSYSTEM
    where ISBASICGL = 1
    order by NAME