USP_SIMPLEDATALIST_CURRENCYNAME
Definition
Copy
CREATE procedure dbo.USP_SIMPLEDATALIST_CURRENCYNAME as
select
ID as VALUE,
ISO4217 as LABEL
from dbo.CURRENCY
where INACTIVE = 0
order by NAME