View: core.fiscal_year_scrud_view

Schema core
Materialized View Name fiscal_year_scrud_view
Owner postgres
Tablespace DEFAULT
Description
 CREATE OR REPLACE VIEW core.fiscal_year_scrud_view
 AS
 SELECT fiscal_year.fiscal_year_code,
    fiscal_year.fiscal_year_name,
    fiscal_year.starts_from,
    fiscal_year.ends_on
   FROM core.fiscal_year;