treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where treaty_id = "99-2" 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 |
|---|---|---|---|---|
| 4180 | TREATY WITH CANADA CONCERNING PACIFIC SALMON 99-2 | 1985-03-07 | Treaty considered by the Senate, moved through its parliamentary stages, and resolution of ratification considered without amendment. Approved 96-0 by a roll call vote (No. 18 Ex.). Calendar No. 1. | Calendars |
| 4179 | TREATY WITH CANADA CONCERNING PACIFIC SALMON 99-2 | 1985-03-06 | Reported by Mr. Murkowski, Committee on Foreign Relations, without printed report. | Committee |
| 4178 | TREATY WITH CANADA CONCERNING PACIFIC SALMON 99-2 | 1985-03-05 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee |
| 4177 | TREATY WITH CANADA CONCERNING PACIFIC SALMON 99-2 | 1985-02-22 | Committee on Foreign Relations. Hearings held. Hearings printed: S.Hrg. 99-19. | Committee |
| 4176 | TREATY WITH CANADA CONCERNING PACIFIC SALMON 99-2 | 1985-02-19 | Received in the Senate and referred to the Committee on Foreign Relations by unanimous consent. | IntroReferral |
| 4175 | TREATY WITH CANADA CONCERNING PACIFIC SALMON 99-2 | 1985-02-12 | Received in the Senate. | 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);