treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where treaty_id = "103-20" 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 |
|---|---|---|---|---|
| 606 | CONVENTION ON BIOLOGICAL DIVERSITY 103-20 | 1994-12-01 | No further action at sine die adjournment of the 103 Congress; automatically rereferred to the Committee on Foreign Relations under the provisions of Rule XXX, section 2, of the Standing Rules of the Senate. | IntroReferral |
| 605 | CONVENTION ON BIOLOGICAL DIVERSITY 103-20 | 1994-07-11 | Reported by Mr. Pell, Committee on Foreign Relations, with printed report with additional views - Ex.Rept. 103-30. Committee-recommended treaty resolution reported with seven understandings. | Committee |
| 607 | CONVENTION ON BIOLOGICAL DIVERSITY 103-20 | 1994-06-29 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. With 7 understandings. | Committee |
| 603 | CONVENTION ON BIOLOGICAL DIVERSITY 103-20 | 1994-04-12 | Committee on Foreign Relations. Hearings held. Hearings printed: S.Hrg. 103-684. | Committee |
| 604 | CONVENTION ON BIOLOGICAL DIVERSITY 103-20 | 1993-11-20 | 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);