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

3 rows where part_number = 169 and title_number = 40 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 40 · 3 ✖

part_number 1

  • 169 · 3 ✖

agency 1

  • EPA 3
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
40:40:26.0.1.1.18.0.19.1 40 Protection of Environment I E 169 PART 169—BOOKS AND RECORDS OF PESTICIDE PRODUCTION AND DISTRIBUTION       § 169.1 Definitions. EPA       Terms used in this part shall have the meanings set forth for such terms in the Federal Insecticide, Fungicide, and Rodenticide Act, as amended. In addition, as used in this part, the following terms shall have the meanings set forth below: (a) Amount of pesticide or active ingredient. The term “amount of pesticide or active ingredient” means the weight or volume of the pesticide or active ingredient used in producing a pesticide expressed as weight for solid or semi-solid products and as weight or volume of liquid products. (b) Batch. The term “batch” means a quantity of a pesticide product or active ingredient used in producing a pesticide made in one operation or lot or if made in a continuous or semi-continuous process or cycle, the quantity produced during an interval of time to be specified by the producer. (c) Device. The term “device” means any device or class of device as defined by the Act and determined by the Administrator to be subject to the provisions of the Act. (d) Inability. The term “inability” means the incapacity of any person to maintain, furnish or permit access to any records under this Act and regulations, where such incapacity arises out of causes beyond the control and without the fault or negligence of such person. Such causes may include, but are not restricted to acts of God or of the public enemy, fires, floods, epidemics, quarantine restrictions, strikes, and unusually severe weather, but in every case, the failure must be beyond the control and without the fault or negligence of said person. (e) Producer. The term “producer” means the person, as defined by the Act, who produces or imports any pesticide or device or active ingredient used in producing a pesticide.
40:40:26.0.1.1.18.0.19.2 40 Protection of Environment I E 169 PART 169—BOOKS AND RECORDS OF PESTICIDE PRODUCTION AND DISTRIBUTION       § 169.2 Maintenance of records. EPA     [45 FR 54338, Aug. 15, 1980, as amended at 58 FR 9090, Feb. 18, 1993] All producers of pesticides, devices, or active ingredients used in producing pesticides subject to this Act, including pesticides produced pursuant to an experimental use permit and pesticides, devices, and pesticide active ingredients produced for export, shall maintain the following records: (a) Records showing the product name, EPA Registration Number, Experimental Permit Number if the pesticide is produced under an Experimental Use Permit, amounts per batch and batch identification (numbers, letters, etc.) of all pesticides produced. In cases where the product is an active ingredient used in producing a pesticide or where the product is a pesticide which is not registered, is not the subject of an application for registration, or is not produced under an Experimental Use Permit, the records shall also show the complete formula. The batch identification shall appear on all production control records. These records shall be retained for a period of two (2) years. (b) Records showing the brand names and quantities of devices produced. These records shall be retained for a period of two (2) years. (c) Records showing the following information regarding the receipt, by the producer, of all pesticides, devices, and active ingredients used in producing pesticides: (1) Brand name of the pesticide or device, or common or chemical name of the pesticide active ingredient; (2) Name and address of shipper; (3) Name of delivering carrier; (4) Date received; and (5) Quantities received. These records are not intended to cover receipt of pesticides used for in-plant maintenance, extermination, or sanitation programs, etc. Shipping and receiving documents such as invoices, freight bills, receiving tickets, etc., which provide the required information will be considered satisfactory for the purposes of this section. These records shall be retained for a period of two (2) years. (d) Records showing the following information regarding the shipment of all pesticides, devices, and active ingredients used in producing pe…
40:40:26.0.1.1.18.0.19.3 40 Protection of Environment I E 169 PART 169—BOOKS AND RECORDS OF PESTICIDE PRODUCTION AND DISTRIBUTION       § 169.3 Inspection. EPA       (a) Producers. Any producer of any pesticide, device, or active ingredient used in producing a pesticide which is subject to this Act shall, upon request of any officer or employee of the Agency or of any State or political subdivision, duly designated by the Administrator, furnish or permit such person at all reasonable times to have access to and to copy all records required to be maintained by this part, including records in the possession of an independent testing facility or laboratory which performed tests on behalf of the producer. Such inspection will be conducted in accordance with procedures detailed in section 8(b) of the Act. (b) Distributors, carriers, dealers, etc. Any distributor, carrier, dealer, or any other person who sells or offers for sale, delivers or offers for delivery any pesticide, device, or active ingredient used in producing a pesticide which is subject to this Act, shall, upon request of any officer or employee of the Agency or of any State or political subdivision, duly designated by the Administrator, furnish or permit such person at all reasonable times to have access to and copy all records showing the delivery or holding of such pesticide, device, or active ingredient used in producing a pesticide, including the quantity, the date of shipment and receipt, and the name and address of the consignor and consignee, and any guarantee received pursuant to section 12(b)(1) of the Act. (c) Confidentiality. Any record which is subject to the regulations under this part, and which may be confidential, shall be treated in accordance with the provisions of section 10 of the Act. The availability to the public of information provided to, or otherwise obtained by, the Administrator under this part shall be governed by part 2 of this chapter. (d) Inability. (1) In the event of the inability of any person to produce records containing the information required to be maintained, furnished for inspection, or given access to, all other records and information regarding the same shall be pr…

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