treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where treaty_id = "101-22" 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 |
|---|---|---|---|---|
| 250 | AGREEMENT WITH THE UNION OF SOVIET SOCIALIST REPUBLICS ON THE MARITIME BOUNDARY 101-22 | 1991-09-16 | Resolution of advice and consent to ratification agreed to in Senate by Yea-Nay Vote. 86 - 6. Record Vote Number: 192. | Floor |
| 249 | AGREEMENT WITH THE UNION OF SOVIET SOCIALIST REPUBLICS ON THE MARITIME BOUNDARY 101-22 | 1991-09-13 | Treaty advanced to reading of resolution thereto: yeas and nays ordered on resolution; vote set for 6:30 p.m., Monday, September 16, 1991. | Calendars |
| 253 | AGREEMENT WITH THE UNION OF SOVIET SOCIALIST REPUBLICS ON THE MARITIME BOUNDARY 101-22 | 1991-07-31 | Reported by Mr. Pell, Committee on Foreign Relations, with printed report with additional views - Ex.Rept. 102-13. | Committee |
| 254 | AGREEMENT WITH THE UNION OF SOVIET SOCIALIST REPUBLICS ON THE MARITIME BOUNDARY 101-22 | 1991-06-27 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee |
| 252 | AGREEMENT WITH THE UNION OF SOVIET SOCIALIST REPUBLICS ON THE MARITIME BOUNDARY 101-22 | 1991-06-13 | Committee on Foreign Relations. Hearings held. Hearings printed: S.Hrg. 102-190. | Committee |
| 251 | AGREEMENT WITH THE UNION OF SOVIET SOCIALIST REPUBLICS ON THE MARITIME BOUNDARY 101-22 | 1990-09-26 | 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);