home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

13 rows where docket_id = "EPA-HQ-OPP-2012-0341" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 3

  • 2012 10
  • 2017 2
  • 2019 1

document_type 2

  • Supporting & Related Material 12
  • Notice 1

agency_id 1

  • EPA 13
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
EPA-HQ-OPP-2012-0341-0019 EPA None EPA-HQ-OPP-2012-0341 DATA CALL-IN RESPONSE Poly(iminoimidocarbonyliminoimidocarbonyliminohexamethylene) hydrochloride (PHMB) Generic Data Call In No. GDCI-111801-1519 Supporting & Related Material Data 2019-02-22T05:00:00Z 2019 2     2019-02-23T02:14:10Z   0 0 0900006483986321
EPA-HQ-OPP-2012-0341-0017 EPA None EPA-HQ-OPP-2012-0341 PHMB Amended Final Work Plan Registration Review Case 3122 Supporting & Related Material Work Plan 2017-10-04T04:00:00Z 2017 10     2017-10-05T00:41:45Z   0 0 090000648252c9b9
EPA-HQ-OPP-2012-0341-0018 EPA None EPA-HQ-OPP-2012-0341 PHMB Dietary Exposure Scoping Document Case 3122 Supporting & Related Material Risk Assessment 2017-10-04T04:00:00Z 2017 10     2017-10-05T00:41:36Z   0 0 090000648252ca99
EPA-HQ-OPP-2012-0341-0015 EPA None EPA-HQ-OPP-2012-0341 Amended Product Chemistry, Environmental Fate, and Ecological Effects Scoping Document in Support of Registration Review of Poly(hexamethylene-biguanide) hydrochloride Supporting & Related Material Report 2012-12-27T05:00:00Z 2012 12     2012-12-27T20:20:41Z   0 0 0900006481195e99
EPA-HQ-OPP-2012-0341-0011 EPA None EPA-HQ-OPP-2012-0341 Meeting Summary: PHMB Registration Review Focus Meeting Supporting & Related Material Meeting Materials 2012-12-27T05:00:00Z 2012 12     2012-12-27T20:21:13Z   0 0 090000648113973a
EPA-HQ-OPP-2012-0341-0014 EPA None EPA-HQ-OPP-2012-0341 Responses to the 60-Day Public Comments on the Product Chemistry, Environmental Fate, and Ecological Effects Scoping Document in Support of Registration Review of Poly(hexamethylene-biguanide) hydrochloride Supporting & Related Material Comment Response 2012-12-27T05:00:00Z 2012 12     2012-12-27T20:20:31Z   0 0 0900006481195e98
EPA-HQ-OPP-2012-0341-0012 EPA None EPA-HQ-OPP-2012-0341 PHMB Final Work Plan: Registration Review Supporting & Related Material Work Plan 2012-12-27T05:00:00Z 2012 12     2012-12-27T20:20:51Z   0 0 0900006481195d2b
EPA-HQ-OPP-2012-0341-0013 EPA None EPA-HQ-OPP-2012-0341 Poly(hexamethylenebiguanide) hydrochloride. Revised Human Health Scoping Document for the Registration Review. Supporting & Related Material Report 2012-12-27T05:00:00Z 2012 12     2012-12-27T20:21:01Z   0 0 0900006481195d2c
EPA-HQ-OPP-2012-0341-0005 EPA None EPA-HQ-OPP-2012-0341 Extension of Comment Period for Registration Review Supporting & Related Material Memorandum 2012-07-13T04:00:00Z 2012 7     2012-07-13T16:30:43Z   0 0 0900006481095af4
EPA-HQ-OPP-2012-0341-0001 EPA None EPA-HQ-OPP-2012-0341 Registration Reviews; Pesticide Dockets Notice   2012-07-06T04:00:00Z 2012 7 2012-07-06T04:00:00Z 2012-09-11T03:59:59Z 2013-01-12T03:01:39Z 2012-16328 0 0 090000648107de36
EPA-HQ-OPP-2012-0341-0003 EPA None EPA-HQ-OPP-2012-0341 Poly(hexamethylenebiguanide) hydrochloride. Human Health Scoping Document for the Registration Review. Supporting & Related Material Report 2012-07-06T04:00:00Z 2012 7     2012-07-06T17:49:46Z   0 0 09000064810716dc
EPA-HQ-OPP-2012-0341-0004 EPA None EPA-HQ-OPP-2012-0341 Product Chemistry, Environmental Fate, and Ecological Effects Scoping Document in Support of Registration Review of Poly(hexamethylene-biguanide) hydrochloride Supporting & Related Material Report 2012-07-06T04:00:00Z 2012 7     2012-07-06T17:49:55Z   0 0 09000064810716f8
EPA-HQ-OPP-2012-0341-0002 EPA None EPA-HQ-OPP-2012-0341 PHMB Summary Document: Registration Review Supporting & Related Material Report 2012-07-06T04:00:00Z 2012 7     2012-07-06T17:49:53Z   0 0 09000064810715d7

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 644.976ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API