cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where part_number = 330 and title_number = 44 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 44:44:1.0.1.6.78.0.10.1 | 44 | Emergency Management and Assistance | I | F | 330 | PART 330—POLICY GUIDANCE AND DELEGATION OF AUTHORITIES FOR USE OF PRIORITIES AND ALLOCATIONS TO MAXIMIZE DOMESTIC ENERGY SUPPLIES IN ACCORDANCE WITH SUBSECTION 101(c) OF THE DEFENSE PRODUCTION ACT OF 1950, AS AMENDED (DMO-13) | § 330.1 Purpose. | FEMA | This part: (a) Establishes policy guidance on determination and use of priorities and allocations for materials and equipment to maximize domestic energy supplies pursuant to section 104 of the Energy Policy and Conservation Act (Pub. L. 94-163, 89 Stat. 878), which added subsection 101(c) to the Defense Production Act of 1950, as amended (the Act); and (b) Delegates authority and assigns responsibility related thereto pursuant to sections 7 and 8 of Executive Order 11912, dated April 13, 1976. | ||||||
| 44:44:1.0.1.6.78.0.10.2 | 44 | Emergency Management and Assistance | I | F | 330 | PART 330—POLICY GUIDANCE AND DELEGATION OF AUTHORITIES FOR USE OF PRIORITIES AND ALLOCATIONS TO MAXIMIZE DOMESTIC ENERGY SUPPLIES IN ACCORDANCE WITH SUBSECTION 101(c) OF THE DEFENSE PRODUCTION ACT OF 1950, AS AMENDED (DMO-13) | § 330.2 Policies. | FEMA | (a) The authority of subsection 101(c) of the Act to require the allocation of, or priority performance under contracts or orders relating to, supplies of materials and equipment to maximize domestic energy supplies shall be limited to those exceptional circumstances when it is found that: (1) Such supplies of material and equipment are scarce, critical, and essential; and (2) The maintenance or furtherance of exploration, production, refining, transportation, or conservation of energy supplies, or the construction and maintenance of energy facilities, cannot reasonably be accomplished without exercising this authority. (b) The authority contained in subsection 101(c) shall not be used to require priority performance under contracts or orders relating to, or the allocation of, any supplies of materials and equipment except for programs or projects to maximize domestic energy supplies as specifically determined by the Secretary of Energy, after coordination with the Administrator, Federal Emergency Management Agency. (c) The allocation of, or priority performance under contracts or orders relating to, supplies of materials and equipment in support of authorized programs or projects shall be so undertaken as to ensure that: (1) Supplies of the specified materials and equipment are available to the extent practicable on time and in proper quantity to authorized programs or projects. (2) The demands of these authorized programs or projects are distributed among suppliers on a fair and equitable basis. (3) Allotments of supplies of materials and equipment are not made in excess of actual current requirements of these authorized programs or projects. (4) Fulfillment of the needs of these authorized programs and projects are achieved in such manner and to such degree as to minimize hardship in the market place. (d) The authority of subsection 101(c) of the Act will not be used to control the general distribution of any supplies of material and equipment in the civilian market, as that phrase is used in subsecti… | ||||||
| 44:44:1.0.1.6.78.0.10.3 | 44 | Emergency Management and Assistance | I | F | 330 | PART 330—POLICY GUIDANCE AND DELEGATION OF AUTHORITIES FOR USE OF PRIORITIES AND ALLOCATIONS TO MAXIMIZE DOMESTIC ENERGY SUPPLIES IN ACCORDANCE WITH SUBSECTION 101(c) OF THE DEFENSE PRODUCTION ACT OF 1950, AS AMENDED (DMO-13) | § 330.3 Delegation of authority. | FEMA | (a) The functions of the Administrator of the Federal Management Agency under subsection 101(c) of the Act are hereby delegated to the Secretary of Commerce with respect to the areas of responsibility designated and subject to the limitations prescribed and section 7 of Executive Order 11912. Specifically: (1) The Secretary of Commerce is delegated the function, provided in subsection 101(c)(1) of the Act, of requiring the allocation of, or priority performance under contracts or orders (other than contracts of employment) relating to, supplies of materials and equipment to maximize domestic energy supplies, if the findings specified in subsection 101(c)(3) of the Act are made. (2) The Secretary of Commerce is delegated those functions provided in subsection 101(c)(3) of the Act, but shall redelegate to the Secretary of Energy the function of making the findings that supplies of materials and equipment are critical and essential to maximize domestic energy supplies. The Secretary of Commerce shall retain the functions of finding that supplies of materials and equipment are scarce, and that the purposes described in subsection 101(c)(3)(B) of the Act cannot reasonably be accomplished without exercising the authority specified in subsection 101(c)(1). This finding will include, to the extent practicable, an assessment of the effects of using the authority for the project in question on other significantly impacted projects. (b) The Administrator of the Federal Emergency Management Agency shall be responsible for the overall coordination and direction of the functions provided by subsection 101(c) of the Act in a manner similar to the exercise of functions under subsections 101(a) and 101(b) of the Act. In line with these functions, the Administrator is also responsible for resolving any conflicts between claimant agencies regarding particular supplies of materials and equipment. In addition, the Federal Emergency Management Agency will monitor the impact of the implementation of the authorities of subsection 101… |
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);