cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where part_number = 50 and title_number = 7 sorted by section_id
This data as json, CSV (advanced)
Suggested facets: subpart, subpart_name
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7:7:2.1.1.2.18.1.265.1 | 7 | Agriculture | I | B | 50 | PART 50—ADMINISTRATIVE PROCEDURES GOVERNING WITHDRAWAL OF INSPECTION AND GRADING SERVICES | A | Subpart A—General | § 50.1 Scope and applicability of administrative procedures. | AMS | (a) The Rules of Practice Governing Formal Adjudicatory Proceedings Instituted by the Secretary Under Various Statutes set forth in §§ 1.130 through 1.151 of this title are rules of practice applicable to adjudicatory proceedings under the regulations promulgated under 7 U.S.C. 1621 et seq. for denial or withdrawal of inspection, certification, or grading service. In addition, the supplemental rules of practice in subpart B of this part shall be applicable to adjudicatory proceedings under the regulations promulgated under 7 U.S.C. 1621 et seq. for denial or withdrawal of inspection, certification, or grading service. (b) Neither the rules of practice in §§ 1.130 through 1.151 of this title nor the supplemental rules of practice in subpart B of this part modify existing procedures for refusing to inspect, grade, or certify a specific lot of a product because of adulteration, improper preparation of the lot for grading, improper presentation of the lot for grading, or because of failure to comply with any similar requirements set forth in applicable regulations. | ||||
| 7:7:2.1.1.2.18.2.265.1 | 7 | Agriculture | I | B | 50 | PART 50—ADMINISTRATIVE PROCEDURES GOVERNING WITHDRAWAL OF INSPECTION AND GRADING SERVICES | B | Subpart B—Supplemental Administrative Procedures | § 50.10 Definitions. | AMS | Director. The Director of the Division or any employee of the Division to whom authority to act in his or her stead is delegated. Division. The Division of the Agricultural Marketing Service, United States Department of Agriculture, initiating the withdrawal of inspection, certification, or grading service. Mailing. Depositing an item in the United States mail with postage affixed and addressed as necessary to cause the item to be delivered to the address shown by ordinary mail, certified mail, or registered mail. | ||||
| 7:7:2.1.1.2.18.2.265.2 | 7 | Agriculture | I | B | 50 | PART 50—ADMINISTRATIVE PROCEDURES GOVERNING WITHDRAWAL OF INSPECTION AND GRADING SERVICES | B | Subpart B—Supplemental Administrative Procedures | § 50.11 Conditional withdrawal of service. | AMS | (a) The Director may withdraw grading or inspection service from a person for correctable cause. The grading or inspection service withdrawn, after appropriate corrective action is taken, will be restored immediately, or as soon thereafter as a grader or inspector can be made available. (b) Written notice of withdrawal of grading or inspection service under this section shall be given to the person from whom grading or inspection services will be withdrawn in advance of withdrawal, whenever it is feasible to provide such an advance written notice. If advance written notice is not given, the withdrawal action and the reasons for the withdrawal shall be confirmed as promptly as circumstances permit, unless the deficiency which is the basis for the withdrawal has already been corrected. | ||||
| 7:7:2.1.1.2.18.2.265.3 | 7 | Agriculture | I | B | 50 | PART 50—ADMINISTRATIVE PROCEDURES GOVERNING WITHDRAWAL OF INSPECTION AND GRADING SERVICES | B | Subpart B—Supplemental Administrative Procedures | § 50.12 Summary suspension of service. | AMS | (a) General. In any situation in which the integrity of grading or inspection service would be jeopardized if the grading or inspection service were continued pending a decision in a proceeding to withdraw grading or inspection service, such service to the respondent may be suspended effective on the third day after mailing of a written notice of the suspension of service to the respondent's last known address or designated address or upon actual receipt of the written notice, whichever is earlier. (b) Actual or threatened physical violence. In any case of actual or threatened physical violence to an inspector or grader, grading and inspection services to the respondent may be suspended prior to the transmittal of the written notice of suspension to the respondent. A written notice shall be given as promptly as circumstances permit. |
Advanced export
JSON shape: default, array, newline-delimited, object
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);