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

8 rows where docket_id = "OSHA-H122-2006-0955" and posted_year = 1994 sorted by posted_date descending

✎ View and edit SQL

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)

document_type 2

  • Supporting & Related Material 7
  • Notice 1

posted_year 1

  • 1994 · 8 ✖

agency_id 1

  • OSHA 8
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-H122-2006-0955-2717 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-207; THE ECONOMIC IMPACT OF SMOKING. IN THE WORKPLACE Supporting & Related Material References/Supporting Documents 1994-04-06T04:00:00Z 1994 4     2022-05-06T17:57:50Z   0 0 09000064803bd0cf
OSHA-H122-2006-0955-2507 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Ex. 7: INDOOR AIR QUALITY. NOTICE OF PROPOSED RULEMAKING; NOTICE OF INFORMED PUBLIC HEARING Notice Federal Register Notices (INCL ETS) 1994-04-05T04:00:00Z 1994 4 1994-04-05T04:00:00Z 1994-04-06T03:59:59Z 2016-08-10T20:50:45Z   0 0 09000064803bcfca
OSHA-H122-2006-0955-2678 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-169; LETTER TO DEMETRA COLLIA, SENIOR STATISTICIAN, US DEPT OF LABOR, RESULTS OF ANALYSES OF DATA ON REPORTED WORKPLACE EXPOSURES TO ENVIRONMENTAL TOBACCO SMOKE FROM THE CALIFORNIA ADULT ACTIVITY PATTERN STUDY. Supporting & Related Material References/Supporting Documents 1994-02-16T05:00:00Z 1994 2     2022-05-06T17:57:49Z   0 0 09000064803bd09e
OSHA-H122-2006-0955-2560 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-51; MEMORANDUM FOR DEMETRIA COLLIA, SUBJECT: SMOKING PREVALENCE BY WORK AREA SMOKING Supporting & Related Material References/Supporting Documents 1994-01-26T05:00:00Z 1994 1     2022-05-06T17:57:45Z   0 0 09000064803bd009
OSHA-H122-2006-0955-2745 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-235; SMOKING PREVALENCE BY EMPLOYMENT STATUS Supporting & Related Material References/Supporting Documents 1994-01-26T05:00:00Z 1994 1     2022-05-06T17:57:51Z   0 0 09000064803bd0f1
OSHA-H122-2006-0955-2578 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-69; CUMMINGS MIKE, ROSWELL PARK CANCER INST, BUFFALO, NY, 14263 Supporting & Related Material References/Supporting Documents 1994-01-26T05:00:00Z 1994 1     2022-05-06T17:57:46Z   0 0 09000064803bd021
OSHA-H122-2006-0955-2776 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-266; USE OF NICOTINE AS AN ENVIRONMENTAL TOBACCO SMOKE MARKER Supporting & Related Material References/Supporting Documents 1994-01-21T05:00:00Z 1994 1     2022-05-06T17:57:52Z   0 0 09000064803bd118
OSHA-H122-2006-0955-2729 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-219; MENDELL M J, NIOSH Supporting & Related Material References/Supporting Documents 1994-01-21T05:00:00Z 1994 1     2022-05-06T17:57:51Z   0 0 09000064803bd0dd

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 309.841ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API