treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where treaty_id = "96-25" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_type, action_date (date)
| id | treaty_id | action_date ▲ | action_text | action_type |
|---|---|---|---|---|
| 3630 | TREATY ON THE LIMITATION OF STRATEGIC ARMS AND PROTOCOL THERETO (SALT II TREATY) 96-25 | 2000-10-13 | Returned to the President pursuant to S. Res. 267 agreed to in Senate on October 12, 2000. | Floor |
| 3629 | TREATY ON THE LIMITATION OF STRATEGIC ARMS AND PROTOCOL THERETO (SALT II TREATY) 96-25 | 1986-07-15 | Resolution to discharge committee submitted by Mr. Quayle (for himself and Mr. Wilson). Immediate consideration objected to--over, under the rule. | Calendars |
| 3628 | TREATY ON THE LIMITATION OF STRATEGIC ARMS AND PROTOCOL THERETO (SALT II TREATY) 96-25 | 1980-12-10 | No further action at sine die, 96th Congress; automatically rereferred to Foreign Relations Committee under paragraph 2 of Rule XXX of the Standing Rules of the Senate. | Calendars |
| 3627 | TREATY ON THE LIMITATION OF STRATEGIC ARMS AND PROTOCOL THERETO (SALT II TREATY) 96-25 | 1979-11-19 | Reported favorably with reservations, understandings and declarations to the resolution of advice and consent to ratification as proposed. Filed with a printed report (Ex. Rept. 96-14) with supplemental and minority views. | Calendars |
| 3626 | TREATY ON THE LIMITATION OF STRATEGIC ARMS AND PROTOCOL THERETO (SALT II TREATY) 96-25 | 1979-06-25 | 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
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);