USP_SIMPLEDATALIST_COSTVALIDFOR
Simple list of all dates, specific dates, and academic years.
Definition
Copy
CREATE procedure dbo.USP_SIMPLEDATALIST_COSTVALIDFOR
AS
select ACADEMICYEARID as VALUE,
NAME as LABEL,
NAME as DESCRIPTION
from UFN_GETBILLINGCYCLES()
order by NAME;