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

4 rows where part_number = 1207 and title_number = 29 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 29 · 4 ✖

part_number 1

  • 1207 · 4 ✖

agency 1

  • NMB 4
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
29:29:4.1.2.1.8.0.1.1 29 Labor X   1207 PART 1207—ESTABLISHMENT OF SPECIAL ADJUSTMENT BOARDS       § 1207.1 Establishment of special adjustment boards (PL Boards). NMB       Public Law 89-456 (80 Stat. 208) governs procedures to be followed by carriers and representatives of employees in the establishment and functioning of special adjustment boards, hereinafter referred to as PL Boards. Public Law 89-456 requires action by the National Mediation Board in the following circumstances: (a) Designation of party member of PL Board. Public Law 89-456 provides that within thirty (30) days from the date a written request is made by an employee representative upon a carrier, or by a carrier upon an employee representative, for the establishment of a PL Board, an agreement establishing such a Board shall be made. If, however, one party fails to designate a member of the Board, the party making the request may ask the Mediation Board to designate a member on behalf of the other party. Upon receipt of such request, the Mediation Board will notify the party which failed to designate a partisan member for the establishment of a PL Board of the receipt of the request. The Mediation Board will then designate a representative on behalf of the party upon whom the request was made. This representative will be an individual associated in interest with the party he is to represent. The designee, together with the member appointed by the party requesting the establishment of the PL Board, shall constitute the Board. (b) Appointment of a neutral to determine matters concerning the establishment and/or jurisdiction of a PL Board. (1) When the members of a PL Board constituted in accordance with paragraph (a) of this section, for the purpose of resolving questions concerning the establishment of the Board and/or its jurisdiction, are unable to resolve these matters, then and in that event, either party may ten (10) days thereafter request the Mediation Board to appoint a neutral member to determine these procedural issues. (2) Upon receipt of this request, the Mediation Board will notify the other party to the PL Board. The Mediation Board will then designate a neutral member to sit with the PL Board…
29:29:4.1.2.1.8.0.1.2 29 Labor X   1207 PART 1207—ESTABLISHMENT OF SPECIAL ADJUSTMENT BOARDS       § 1207.2 Requests for Mediation Board action. NMB       (a) Requests for the National Mediation Board to appoint neutrals or party representatives should be made on NMB Form 5. (b) Those authorized to sign request on behalf on parties: (1) The “representative of any craft or class of employees of a carrier,” as referred to in Public Law 89-456, making request for Mediation Board action, shall be either the General Chairman, Grand Lodge Officer (or corresponding officer of equivalent rank), or the Chief Executive of the representative involved. A request signed by a General Chairman or Grand Lodge Officer (or corresponding officer of equivalent rank) shall bear the approval of the Chief Executive of the employee representative. (2) The “carrier representative” making such a request for the Mediation Board's action shall be the highest carrier officer designated to handle matters arising under the Railway Labor Act. (c) Docketing of PL Board agreements: The National Mediation Board will docket agreements establishing PL Board, which agreements meet the requirements of coverage as specified in Public Law 89-456. No neutral will be appointed under § 1207.1(c) until the agreement establishing the PL Board has been docketed by the Mediation Board.
29:29:4.1.2.1.8.0.1.3 29 Labor X   1207 PART 1207—ESTABLISHMENT OF SPECIAL ADJUSTMENT BOARDS       § 1207.3 Compensation of neutrals. NMB       (a) Neutrals appointed by the National Mediation Board. All neutral persons appointed by the National Mediation Board under the provisions of § 1207.1 (b) and (c) will be compensated by the Mediation Board in accordance with legislative authority. Certificates of appointment will be issued by the Mediation Board in each instance. (b) Neutrals selected by the parties. (1) In cases where the party members of a PL Board created under Public Law 89-456 mutually agree upon a neutral person to be a member of the Board, the party members will jointly so notify the Mediation Board, which Board will then issue a certificate of appointment to the neutral and arrange to compensate him as under paragraph (a) of this section. (2) The same procedure will apply in cases where carrier and employee representatives are unable to agree upon the establishment and jurisdiction of a PL Board, and mutually agree upon a procedural neutral person to sit with them as a member and determine such issues.
29:29:4.1.2.1.8.0.1.4 29 Labor X   1207 PART 1207—ESTABLISHMENT OF SPECIAL ADJUSTMENT BOARDS       § 1207.4 Designation of PL Boards, filing of agreements, and disposition of records. NMB       (a) Designation of PL Boards. All special adjustment boards created under Public Law 89-456 will be designated PL Boards, and will be numbered serially, commencing with No. 1, in the order of their docketing by the National Mediation Board. (b) Filing of agreements. The original agreement creating the PL Board under Public Law 89-456 shall be filed with the National Mediation Board at the time it is executed by the parties. A copy of such agreement shall be filed by the parties with the Administrative Officer of the National Railroad Adjustment Board, Chicago, Ill. (c) Disposition of records. Since the provisions of section 2(a) of Public Law 89-456 apply also to the awards of PL Boards created under this Act, two copies of all awards made by the PL Boards, together with the record of proceedings upon which such awards are based, shall be forwarded by the neutrals who are members of such Boards, or by the parties in case of disposition of disputes by PL Boards without participation of neutrals, to the Administrative Officer of the National Railroad Adjustment Board, Chicago, Ill., for filing, safekeeping, and handling under the provisions of section 2(q), as may be required.

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