cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where part_number = 1402 and title_number = 21 sorted by section_id
This data as json, CSV (advanced)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 21:21:9.0.2.1.3.0.53.1 | 21 | Food and Drugs | III | 1402 | PART 1402—MANDATORY DECLASSIFICATION REVIEW | § 1402.1 Purpose. | ONDCP | Other government agencies, U.S. citizens or permanent resident aliens may request that classified information in files of the Office of National Drug Control Policy (ONDCP) be reviewed for possible declassification and release. This part prescribes the procedures for such review and subsequent release or denial. | |||||||
| 21:21:9.0.2.1.3.0.53.2 | 21 | Food and Drugs | III | 1402 | PART 1402—MANDATORY DECLASSIFICATION REVIEW | § 1402.2 Responsibility. | ONDCP | All requests for the mandatory declassification review of classified information in ONDCP files should be addressed to the Security Officer, Office of National Drug Control Policy, Executive Office of the President, Washington, DC 20500, who will acknowledge receipt of the request. When a request does not reasonably describe the information sought, the requester shall be notified that unless additional information is provided, or the scope of the request is narrowed, no further action will be taken. | |||||||
| 21:21:9.0.2.1.3.0.53.3 | 21 | Food and Drugs | III | 1402 | PART 1402—MANDATORY DECLASSIFICATION REVIEW | § 1402.3 Information in the custody of ONDCP. | ONDCP | Information contained in ONDCP files and under the exclusive declassification jurisdiction of ONDCP will be reviewed by the Director of the Office of Planning, Budget, and Administration of ONDCP and/or the office of primary interest to determine whether, under the declassification provisions of section 3.1 of Executive Order 12356 (3 CFR, 1982 Comp., p. 166), the requested information may be declassified. If the information may not be released, in whole or in part, the requester shall be given a brief statement as to the reasons for denial, a notice of the right to appeal the determination to the Director of ONDCP, and a notice that such an appeal must be filed within 60 days in order to be considered. | |||||||
| 21:21:9.0.2.1.3.0.53.4 | 21 | Food and Drugs | III | 1402 | PART 1402—MANDATORY DECLASSIFICATION REVIEW | § 1402.4 Information classified by another agency. | ONDCP | When a request is received for information that was classified by another agency, the Director of the Office of Planning, Budget, and Administration of ONDCP will forward the request and a copy of the document(s) along with any other related materials, to the appropriate agency for review and determination as to release. Recommendations as to release or denial may be made if appropriate. The requester will be notified of the referral, unless the receiving agency objects on the grounds that its association with the information requires protection. | |||||||
| 21:21:9.0.2.1.3.0.53.5 | 21 | Food and Drugs | III | 1402 | PART 1402—MANDATORY DECLASSIFICATION REVIEW | § 1402.5 Appeal procedure. | ONDCP | Appeals reviewed as a result of a denial will be routed to the Director of ONDCP, who will take action as necessary to determine whether any part of the information may be declassified. If so, the Director shall notify the requester of this determination and shall make any information available that is declassified and is otherwise releasable. If continued classification is required, the requester shall be notified by the Director of ONDCP of the reasons therefore. | |||||||
| 21:21:9.0.2.1.3.0.53.6 | 21 | Food and Drugs | III | 1402 | PART 1402—MANDATORY DECLASSIFICATION REVIEW | § 1402.6 Fees. | ONDCP | There will normally be no fees charged for the mandatory review of classified material for declassification under this part. | |||||||
| 21:21:9.0.2.1.3.0.53.7 | 21 | Food and Drugs | III | 1402 | PART 1402—MANDATORY DECLASSIFICATION REVIEW | § 1402.7 Suggestions and complaints. | ONDCP | Suggestions and complaints regarding the information security program of ONDCP should be submitted, in writing, to the Security Officer, Office of National Drug Control Policy, Washington, DC 20500. |
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);