documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where agency_id = "OSHA" and docket_id = "OSHA-H071A-2006-0838" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| OSHA-H071A-2006-0838-0048 | OSHA | METHYLENE CHLORIDE OSHA-H071A-2006-0838 | Supporting Exhibit 116-1; MEMORANDUM TO METHYLENE CHLORIDE DOCKET H-71 FROM CHRISTINE WHITTAKER PROJECT OFFICER, METHYLENE CHLORIDE REGARDING 04-18-94 MEETING ON USE OF METHYLENE CHLORIDE IN FOAM ADHESIVES | Supporting & Related Material | References/Supporting Documents | 1994-04-25T04:00:00Z | 1994 | 4 | 2016-05-20T22:26:59Z | 0 | 0 | 0900006480210efb | |||
| OSHA-H071A-2006-0838-0049 | OSHA | METHYLENE CHLORIDE OSHA-H071A-2006-0838 | Supporting Exhibit 116-2; MEMORANDUM TO METHYLENE CHLORIDE DOCKET H-71 FROM CHRISTINE WHITTAKER PROJECT OFFICER, METHYLENE CHLORIDE REGARDING 05-21-90 MEETING ON PHARMACOKINETICS ISSUES | Supporting & Related Material | References/Supporting Documents | 1994-04-25T04:00:00Z | 1994 | 4 | 2016-05-20T22:26:59Z | 0 | 0 | 0900006480210efe | |||
| OSHA-H071A-2006-0838-0001 | OSHA | METHYLENE CHLORIDE OSHA-H071A-2006-0838 | Supporting Exhibit 0; CERTIFICATE OF AUTHENTICITY | Supporting & Related Material | Certification | 1994-04-15T04:00:00Z | 1994 | 4 | 2016-10-08T01:37:42Z | 0 | 0 | 0900006480210eaf | |||
| OSHA-H071A-2006-0838-0050 | OSHA | METHYLENE CHLORIDE OSHA-H071A-2006-0838 | Supporting Exhibit 116-3; LETTER TO CHRISTINE WHITTAKER, HEALTH SCIENCES DIRECTORATE OSHA, REGARDING THE OPPORTUNITY FOR THE CENTER OF EMISSIONS CONTROL TO MEET WITH OSHA STAFF TO DISCUSS THE USE OF METHYLENE CHLORIDE IN ADHESIVES IN THE FLEXIBLE POLYURETHANE MANUFACTURING PROCESS | Supporting & Related Material | References/Supporting Documents | 1994-04-13T04:00:00Z | 1994 | 4 | 2016-05-20T22:26:59Z | 0 | 0 | 0900006480210eff | |||
| OSHA-H071A-2006-0838-0051 | OSHA | METHYLENE CHLORIDE OSHA-H071A-2006-0838 | Supporting Exhibit 116-4; LETTER TO CHRISTINE WHITTAKER, OSHA REGARDING THE ENHANCEMENTS AND LABELS ON HOUSEHOLD PRODUCTS CONTAINING METHYLENE CHLORIDE WHICH WOULD EMPHASIZE THE IMPORTANCE OF VENTILATION | Supporting & Related Material | References/Supporting Documents | 1994-04-01T05:00:00Z | 1994 | 4 | 2016-05-20T22:26:59Z | 0 | 0 | 0900006480210f00 | |||
| OSHA-H071A-2006-0838-0053 | OSHA | METHYLENE CHLORIDE OSHA-H071A-2006-0838 | Supporting Exhibit 116-6; LETTER TO MR. STEVEN JONES U.S. DEPARTMENT OF LABOR, REGARDING A REQUEST FOR INFORMATION ON HOW HICKORY SPRINGS USE METHYLENE CHLORIDE | Supporting & Related Material | References/Supporting Documents | 1994-03-30T05:00:00Z | 1994 | 3 | 2016-05-20T22:27:00Z | 0 | 0 | 0900006480210f03 | |||
| OSHA-H071A-2006-0838-0052 | OSHA | METHYLENE CHLORIDE OSHA-H071A-2006-0838 | Supporting Exhibit 116-5; LETTER TO MR STEVEN JONES REGARDING HIS REQUEST FOR INFORMATION ON THE USE OF METHYLENE CHLORIDE. | Supporting & Related Material | References/Supporting Documents | 1994-03-30T05:00:00Z | 1994 | 3 | 2016-05-20T22:26:59Z | 0 | 0 | 0900006480210f01 | |||
| OSHA-H071A-2006-0838-0002 | OSHA | METHYLENE CHLORIDE OSHA-H071A-2006-0838 | 110: OCCUPATIONAL EXPOSURE TO METHYLENE CHLORIDE. PROPOSED RULE: LIMITED REOPENING OF THE RULEMAKING RECORD | Notice | Federal Register Notices (INCL ETS) | 1994-03-11T05:00:00Z | 1994 | 3 | 1994-03-11T05:00:00Z | 1994-03-12T04:59:59Z | 2016-10-28T01:00:50Z | 0 | 0 | 0900006480210eb0 | |
| OSHA-H071A-2006-0838-0006 | OSHA | METHYLENE CHLORIDE OSHA-H071A-2006-0838 | Supporting Exhibit 114; REVIEW OF THE TECHNICAL AND ECONOMIC FEASIBILITY OF THE PROPOSED METHYLENE CHLORIDE RULE FOR THE FURNITURE REFINISHING INDUSTRY | Supporting & Related Material | References/Supporting Documents | 1994-03-07T05:00:00Z | 1994 | 3 | 2016-05-20T22:26:59Z | 0 | 0 | 0900006480210ebf | |||
| OSHA-H071A-2006-0838-0007 | OSHA | METHYLENE CHLORIDE OSHA-H071A-2006-0838 | Supporting Exhibit 114-A; REVIEW OF THE TECHNICAL AND ECONOMIC FEASIBILITY OF THE PROPOSED METHYLENE CHLORIDE RULE FOR THE FURNITURE REFINISHING INDUSTRY. APPENDICES | Supporting & Related Material | References/Supporting Documents | 1994-03-07T05:00:00Z | 1994 | 3 | 2016-05-20T22:26:59Z | 0 | 0 | 0900006480210ec0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;