State Agency Buy Recycled Campaign (SABRC)
State of California
@usgov.ca_gov_state_agency_buy_recycled_campaign_sabrc
State of California
@usgov.ca_gov_state_agency_buy_recycled_campaign_sabrc
Public Contracts Code section 12211(a) mandates that each State agency shall report annually to the California Department of Resources Recycling and Recovery (CalRecycle) their progress in meeting recycled-content product purchasing requirements using the report format provided by the CalRecycle. This data states the report submission status for each agency and any important comments regarding the annual report.
Organization: State of California
Last updated: 2021-09-08T16:15:42.079272
Tags: antifreeze, buying-green, glass, lubricating-oils, manufacturer, metal, oils, paint, paper, plastic, post-consumer-recycled-content, printing-and-writing-paper, product, programs, recycling, recyled-content, sabrc, state-agency-buy-recycled-campaign, tdp, tire-derived-products, tires
CREATE TABLE sabrc_report_results_2012_2013 (
"agency_id" BIGINT,
"agency_name" VARCHAR,
"sabrc_category" VARCHAR,
"reportable_dollars" VARCHAR,
"compliant_dollars" VARCHAR,
"percentage_sabrc" VARCHAR
);CREATE TABLE sabrc_report_results_2014_2015 (
"agency_id" BIGINT,
"agency_name" VARCHAR,
"sabrc_category" VARCHAR,
"reportable_dollars" VARCHAR,
"compliant_dollars" VARCHAR,
"percentage_sabrc" VARCHAR
);CREATE TABLE sabrc_report_results_2015_2016 (
"agency_id" BIGINT,
"agency_name" VARCHAR,
"sabrc_category" VARCHAR,
"reportable_dollars" VARCHAR,
"compliant_dollars" VARCHAR,
"percentage_sabrc" VARCHAR
);CREATE TABLE sabrc_report_status_2013_2014 (
"agency_id" BIGINT,
"agency_name" VARCHAR,
"report_period" VARCHAR,
"report_year" VARCHAR,
"report_status" VARCHAR,
"comment" VARCHAR
);Anyone who has the link will be able to view this.