Expenditure Summary
State of Oklahoma
@usgov.state_of_oklahoma_expenditure_summary_1a209
State of Oklahoma
@usgov.state_of_oklahoma_expenditure_summary_1a209
Provides expenditure data summarized by each agency and general ledger account. The general ledger account may be viewed by major class, sub-class or detail expenditure code. Examples of the major class expenditure category include:
CREATE TABLE data_expenditure_summary_fiscal_year_2009 (
"agency" BIGINT,
"ocp_agncy_name" VARCHAR,
"account_major_class" BIGINT -- Account - Major Class,
"account_description_major_class" VARCHAR -- Account Description - Major Class,
"account_sub_class" BIGINT -- Account - Sub-Class,
"account_description_sub_class" VARCHAR -- Account Description - Sub-Class,
"account" BIGINT,
"account_description" VARCHAR,
"fiscal_year" BIGINT,
"accounting_period" BIGINT,
"amount" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2010 (
"agency_number" BIGINT,
"agency_name" VARCHAR,
"account_major_class" BIGINT -- Account - Major Class,
"account_description_major_class" VARCHAR -- Account Description - Major Class,
"account_sub_class" BIGINT -- Account - Sub-Class,
"account_description_sub_class" VARCHAR -- Account Description - Sub-Class,
"account" BIGINT,
"account_description" VARCHAR,
"fiscal_year" BIGINT,
"accounting_period" BIGINT,
"amount" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2011 (
"agency_number" BIGINT,
"agency_name" VARCHAR,
"account_major_class" BIGINT -- Account - Major Class,
"account_description_major_class" VARCHAR -- Account Description - Major Class,
"account_sub_class" BIGINT -- Account - Sub-Class,
"account_description_sub_class" VARCHAR -- Account Description - Sub-Class,
"account" BIGINT,
"account_description" VARCHAR,
"fiscal_year" BIGINT,
"accounting_period" BIGINT,
"amount" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2012 (
"agency_number" BIGINT,
"agency_name" VARCHAR,
"account_major_class" BIGINT -- Account - Major Class,
"account_description_major_class" VARCHAR -- Account Description - Major Class,
"account_sub_class" BIGINT -- Account - Sub-Class,
"account_description_sub_class" VARCHAR -- Account Description - Sub-Class,
"account" BIGINT,
"account_description" VARCHAR,
"fiscal_year" BIGINT,
"accounting_period" BIGINT,
"amount" VARCHAR,
"fund" VARCHAR,
"fund_code_description" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2013 (
"agency_number" BIGINT,
"agency_name" VARCHAR,
"account_major_class" BIGINT -- Account - Major Class,
"account_description_major_class" VARCHAR -- Account Description - Major Class,
"account_sub_class" BIGINT -- Account - Sub-Class,
"account_description_sub_class" VARCHAR -- Account Description - Sub-Class,
"account" BIGINT,
"account_description" VARCHAR,
"fiscal_year" BIGINT,
"accounting_period_month" BIGINT -- Accounting Period (Month),
"amount" VARCHAR,
"fund" VARCHAR,
"fund_code_description" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2014 (
"agency_number" BIGINT,
"agency_name" VARCHAR,
"account_major_class" BIGINT -- Account- Major Class,
"account_description_major_class" VARCHAR -- Account Description- Major Class,
"account_sub_class" BIGINT -- Account- Sub Class,
"account_description_sub_class" VARCHAR -- Account Description- Sub Class,
"account" BIGINT,
"account_description" VARCHAR,
"fiscal_year" BIGINT,
"accounting_period" BIGINT,
"amount" VARCHAR,
"fund" VARCHAR,
"fund_code_description" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2015 (
"agency_number" BIGINT,
"agency_name" VARCHAR,
"account_major_class" BIGINT -- Account- Major Class,
"account_description_major_class" VARCHAR -- Account Description- Major Class,
"account_sub_class" BIGINT -- Account- Sub-Class,
"account_description_sub_class" VARCHAR -- Account Description- Sub-Class,
"account" BIGINT,
"account_description" VARCHAR,
"fiscal_year" BIGINT,
"accounting_period_month" BIGINT -- Accounting Period (Month),
"amount" VARCHAR,
"fund_code" BIGINT,
"fund_code_description" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2016 (
"agency_number" BIGINT,
"agency_name" VARCHAR,
"account_major_class" BIGINT -- Account- Major Class,
"account_description_major_class" VARCHAR -- Account Description- Major Class,
"account_sub_class" BIGINT -- Account- Sub-Class,
"account_description_sub_class" VARCHAR -- Account Description- Sub-Class,
"account" BIGINT,
"account_description" VARCHAR,
"fiscal_year" BIGINT,
"accounting_period_month" BIGINT -- Accounting Period (Month),
"amount" DOUBLE,
"fund_code" BIGINT,
"fund_code_description" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2017 (
"agency_number" BIGINT,
"agency_name" VARCHAR,
"account_major_class" BIGINT -- Account- Major Class,
"account_description_major_class" VARCHAR -- Account Description- Major Class,
"account_sub_class" BIGINT -- Account- Sub-Class,
"account_description_sub_class" VARCHAR -- Account Description- Sub-Class,
"account" BIGINT,
"account_description" VARCHAR,
"fiscal_year" BIGINT,
"accounting_period_month" BIGINT -- Accounting Period (Month),
"amount" DOUBLE,
"fund_code" BIGINT,
"fund_code_description" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2018 (
"agency_number" BIGINT,
"agency_name" VARCHAR,
"account_major_class" BIGINT -- Account- Major Class,
"account_description" VARCHAR,
"account_sub_class" BIGINT -- Account- Sub- Class",
"account_description_sub_class" VARCHAR,
"account" BIGINT,
"account_description_1" VARCHAR,
"fiscal_year" BIGINT,
"accounting_period_month" BIGINT -- Accounting Period (Month),
"amount" DOUBLE,
"fund_code" BIGINT,
"fund_code_description" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2019 (
"business_unit" BIGINT,
"ocp_agncy_name" VARCHAR,
"major_class" BIGINT,
"descr" VARCHAR,
"sub_class" BIGINT,
"upper_c_descr" VARCHAR -- UPPER(C.DESCR),
"account" BIGINT,
"upper_b_descr" VARCHAR -- UPPER(B.DESCR),
"fiscal_year" BIGINT,
"accounting_period" BIGINT,
"sum_a_posted_total_amt" DOUBLE -- SUM(A.POSTED TOTAL AMT),
"fund_code" BIGINT,
"funddescr" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2020 (
"business_unit" BIGINT,
"ocp_agncy_name" VARCHAR,
"major_class" BIGINT,
"descr" VARCHAR,
"sub_class" BIGINT,
"upper_c_descr" VARCHAR -- UPPER(C.DESCR),
"account" BIGINT,
"upper_b_descr" VARCHAR -- UPPER(B.DESCR),
"fiscal_year" BIGINT,
"accounting_period" BIGINT,
"sum_a_posted_total_amt" DOUBLE -- SUM(A.POSTED TOTAL AMT),
"fund_code" BIGINT,
"funddescr" VARCHAR
);CREATE TABLE data_expenditure_summary_fiscal_year_2021 (
"business_unit" BIGINT,
"ocp_agncy_name" VARCHAR,
"major_class" BIGINT,
"descr" VARCHAR,
"sub_class" BIGINT,
"upper_c_descr" VARCHAR -- UPPER(C.DESCR),
"account" BIGINT,
"upper_b_descr" VARCHAR -- UPPER(B.DESCR),
"fiscal_year" BIGINT,
"accounting_period" BIGINT,
"sum_a_posted_total_amt" DOUBLE -- SUM(A.POSTED TOTAL AMT),
"fund_code" BIGINT,
"funddescr" VARCHAR
);Anyone who has the link will be able to view this.