home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

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

5 rows where part_number = 327 and title_number = 44 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 44 · 5 ✖

part_number 1

  • 327 · 5 ✖

agency 1

  • FEMA 5
section_id ▼ title_number title_name chapter subchapter part_number part_name subpart subpart_name section_number section_heading agency authority source_citation amendment_citations full_text
44:44:1.0.1.6.75.0.10.1 44 Emergency Management and Assistance I F 327 PART 327—POLICY ON USE OF GOVERNMENT-OWNED INDUSTRIAL PLANT EQUIPMENT BY PRIVATE INDUSTRY (DMO-10A)       § 327.1 Purpose. FEMA       This part establishes policy on the use by private industry of Government-owned industrial plant equipment. This policy is necessary to maintain a highly effective and immediately available reserve of such equipment for the emergency preparedness programs of the U.S. Government.
44:44:1.0.1.6.75.0.10.2 44 Emergency Management and Assistance I F 327 PART 327—POLICY ON USE OF GOVERNMENT-OWNED INDUSTRIAL PLANT EQUIPMENT BY PRIVATE INDUSTRY (DMO-10A)       § 327.2 Scope and applicability. FEMA       (a) This part applies to all Federal departments and agencies having, for purposes of mobilization readiness, Government-owned industrial plant equipment under their jurisdiction or control and having emergency preparedness functions assigned by Executive orders concerning use of that equipment. (b) As used herein, industrial plant equipment means those items of equipment, each with an acquisition cost of $1,000 or more, that fall within specified classes of equipment listed in DOD regulations. Classes of equipment may from time to time be added to or deleted from this list.
44:44:1.0.1.6.75.0.10.3 44 Emergency Management and Assistance I F 327 PART 327—POLICY ON USE OF GOVERNMENT-OWNED INDUSTRIAL PLANT EQUIPMENT BY PRIVATE INDUSTRY (DMO-10A)       § 327.3 Policy. FEMA       (a) General. (1) Primary reliance for defense production shall be placed upon private industry. (2) When it is determined by an agency that, because of the lack of specific industrial plant equipment, private industry of the United States cannot be relied upon for needed Government production, that agency may provide to private industry such Government-owned industrial plant equipment as is deemed necessary to ensure required production capability. Requirements for such equipment should be reviewed at least annually to ascertain the continuing need, particularly with a view toward private industry furnishing the equipment for long term requirements. (3) When it is necessary for Federal agencies to supply Government-owned industrial plant equipment to private industry, these agencies will maintain uniformity and fairness in the arrangements for the use of this equipment by following regulations for the use of such equipment as developed and published by the Secretary of Defense pursuant to section 809 of Public Law 93-155. The regulations to be developed by the Secretary of Defense shall be in consonance with this order. These regulations will attempt to ensure that no Government contractor is afforded an advantage over his competitors and that Government-owned industrial plant equipment is maintained properly and kept immediately available for the emergency preparedness needs of the United States. (b) Interagency use of idle equipment. In any instances in which a Government contractor cannot meet Government production schedules because necessary industrial plant equipment is not available from private industry or from the contracting Federal department or agency, idle industrial plant equipment under the control of other Federal agencies may be made available for this purpose through existing authorities on a transfer, loan, or replacement basis by interagency agreement. (c) Availability of equipment for emergency use. Government-owned industrial plant equipment may be provided by controlling agencies f…
44:44:1.0.1.6.75.0.10.4 44 Emergency Management and Assistance I F 327 PART 327—POLICY ON USE OF GOVERNMENT-OWNED INDUSTRIAL PLANT EQUIPMENT BY PRIVATE INDUSTRY (DMO-10A)       § 327.4 Disputes. FEMA       In the event of an interagency dispute about the regulations developed by the Department of Defense in accordance with this order, the Administrator, Federal Emergency Management Agency, shall adjudicate.
44:44:1.0.1.6.75.0.10.5 44 Emergency Management and Assistance I F 327 PART 327—POLICY ON USE OF GOVERNMENT-OWNED INDUSTRIAL PLANT EQUIPMENT BY PRIVATE INDUSTRY (DMO-10A)       § 327.5 Reports. FEMA       Such reports of operations under this order as may be required by the Federal Emergency Management Agency, shall be submitted to the Administrator.

Advanced export

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

CSV options:

CREATE TABLE cfr_sections (
    section_id TEXT PRIMARY KEY,
    title_number INTEGER,
    title_name TEXT,
    chapter TEXT,
    subchapter TEXT,
    part_number TEXT,
    part_name TEXT,
    subpart TEXT,
    subpart_name TEXT,
    section_number TEXT,
    section_heading TEXT,
    agency TEXT,
    authority TEXT,
    source_citation TEXT,
    amendment_citations TEXT,
    full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);
Powered by Datasette · Queries took 386.721ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API