home / openregs

treaty_actions

Action history for treaties.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where treaty_id = "98-5" sorted by action_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: action_type, action_date (date)

id treaty_id action_date ▲ action_text action_type
4085 1983 PROTOCOLS FOR THE FURTHER EXTENSION OF THE 1971 INTERNATIONAL WHEAT AGREEMENT 98-5 1985-10-22 Considered by Senate; treaty and resolution thereto considered without amendment; approved 98-0 (Vote #239 Ex.) Calendar No. 3. Floor
4083 1983 PROTOCOLS FOR THE FURTHER EXTENSION OF THE 1971 INTERNATIONAL WHEAT AGREEMENT 98-5 1985-10-03 Reported by Mr. Lugar, Committee on Foreign Relations, with printed report - Ex.Rept. 99-3. Reported without reservation. Committee
4080 1983 PROTOCOLS FOR THE FURTHER EXTENSION OF THE 1971 INTERNATIONAL WHEAT AGREEMENT 98-5 1985-09-24 Committee on Foreign Relations. Ordered to be reported without amendment favorably. Committee
4084 1983 PROTOCOLS FOR THE FURTHER EXTENSION OF THE 1971 INTERNATIONAL WHEAT AGREEMENT 98-5 1984-10-12 No further action at sine die, 98th Congress; automatically rereferred to Foreign Relations Committee under paragraph 2 of Rule XXX of the Standing Rules of the Senate. Calendar No. 38. Calendars
4082 1983 PROTOCOLS FOR THE FURTHER EXTENSION OF THE 1971 INTERNATIONAL WHEAT AGREEMENT 98-5 1984-09-24 Reported favorably with proposed resolution of advice and consent to ratification (without reservation). Ex. Rept. 98-51. Calendar No. 38. Calendars
4081 1983 PROTOCOLS FOR THE FURTHER EXTENSION OF THE 1971 INTERNATIONAL WHEAT AGREEMENT 98-5 1983-07-11 Received in the Senate and referred to the Committee on Foreign Relations by unanimous consent. IntroReferral

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE treaty_actions (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    treaty_id TEXT NOT NULL REFERENCES treaties(id),
    action_date TEXT,
    action_text TEXT,
    action_type TEXT
);
CREATE INDEX idx_tact_treaty ON treaty_actions(treaty_id);
Powered by Datasette · Queries took 198.739ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API