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

6 rows where agency = "FMCS" and part_number = 1425 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 29 6

part_number 1

  • 1425 · 6 ✖

agency 1

  • FMCS · 6 ✖
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.3.1.10.0.1.1 29 Labor XII   1425 PART 1425—MEDIATION ASSISTANCE IN THE FEDERAL SERVICE       § 1425.1 Definitions. FMCS       As used in this part: (a) The Service means Federal Mediation and Conciliation Service. (b) Party or Parties means (1) any appropriate activity, facility, geographical subdivision, or combination thereof, of an agency as that term is defined in 5 U.S.C. 7103(3), or (2) a labor organization as that term is defined in 5 U.S.C. 7103(4). (c) Third-party mediation assistance means mediation by persons other than FMCS commissioners. (d) Provide its services means to make the services and facilities of the Service available either on its own motion or upon the special request of one or both of the parties.
29:29:4.1.3.1.10.0.1.2 29 Labor XII   1425 PART 1425—MEDIATION ASSISTANCE IN THE FEDERAL SERVICE       § 1425.2 Notice to the Service of agreement negotiations. FMCS     [60 FR 2509, Jan. 10, 1995] (a) In order that the Service may provide assistance to the parties, the party initiating negotiations shall file a notice with the FMCS Notice Processing Unit, 2100 K Street, N.W., Washington, D.C. 20427, at least 30 days prior to the expiration or modification date of an existing agreement, or 30 days prior to the reopener date of an existing agreement. In the case of an initial agreement the notice shall be filed within 30 days after commencing negotiations. (b) Parties engaging in mid-term or impact and/or implementation bargaining are encouraged to send a notice to FMCS if assistance is desired. Such notice may be sent by either party or may be submitted jointly. In regard to such notices a brief listing should be general in nature e.g., smoking policies, or Alternative Work Schedules (AWS). (c) Parties requesting grievance mediation must send a request signed by both the union and the agency involved. Receipt of such request does not commit FMCS to provide its services. FMCS has the discretion to determine whether or not to perform grievance mediation, as such service may not be appropriate in all cases. (d) The guidelines for FMCS grievance mediation are: (1) The parties shall submit a joint request, signed by both parties requesting FMCS assistance. The parties agree that grievance mediation is a supplement to, and not a substitute for, the steps of the contractual grievance procedure. (2) The grievant is entitled to be present at the grievance mediation conference. (3) Any times limits in the parties labor agreement must be waived to permit the grievance to proceed to arbitration should mediation be unsuccessful. (4) Proceedings before the mediator will be informal and rules of evidence do not apply. No record, stenographic or tape recordings of the meetings will be made. The mediators notes are confidential and content shall not be revealed. (5) The mediator shall conduct the mediation conference utilizing all of the customary techniques associated with mediation including the use of separate ca…
29:29:4.1.3.1.10.0.1.3 29 Labor XII   1425 PART 1425—MEDIATION ASSISTANCE IN THE FEDERAL SERVICE       § 1425.3 Functions of the Service under title VII of the Civil Service Reform Act. FMCS       (a) The service may provide its assistance in any negotiation dispute when earnest efforts by the parties to reach agreement through direct negotiation have failed to resolve the dispute. When the existence of a negotiation dispute comes to the attention of the Service through a specific request for mediation from one or both of the parties, through notification under the provisions of § 1425.2, or otherwise, the Service will examine the information concerning the dispute and if, in its opinion, the need for mediation exists, the Service will use its best efforts to assist the parties to reach agreement. (b) The Service may, at the outset of negotiations or at any time in the dispute, set time limits on its participation. If no settlement of the dispute is reached by the expiration of the time limits, the Service may make suggestions for settlement to the parties. If suggestions for settlement made by the Service are not accepted by the parties within time limits set by the Service, the matter may be referred to the Federal Services Impasses Panel (FSIP).
29:29:4.1.3.1.10.0.1.4 29 Labor XII   1425 PART 1425—MEDIATION ASSISTANCE IN THE FEDERAL SERVICE       § 1425.4 Duty of parties. FMCS       It shall be the duty of the parties to participate fully and promptly in any meetings arranged by the Service for the purpose of assisting in the settlement of a negotiation dispute.
29:29:4.1.3.1.10.0.1.5 29 Labor XII   1425 PART 1425—MEDIATION ASSISTANCE IN THE FEDERAL SERVICE       § 1425.5 Referral to FSIP. FMCS       If the mediation process has been completed and the parties are at a negotiation impasse, the Service or the parties may request consideration of the matter by the Federal Services Impasses Panel. The Service shall not refer a case to FSIP until the mediation process has been exhausted and the parties are at a negotiation impasse.
29:29:4.1.3.1.10.0.1.6 29 Labor XII   1425 PART 1425—MEDIATION ASSISTANCE IN THE FEDERAL SERVICE       § 1425.6 Use of third-party mediation assistance. FMCS       If the parties should mutually agree to third-party mediation assistance other than that of the Service, both parties shall immediately inform the Service in writing of this agreement. Such written communication shall be filed with the regional director of the region in which the negotiation is scheduled, and shall state what alternate assistance the parties have agreed to use.

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