treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where treaty_id = "110-19" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_text, action_type, action_date (date)
| id | treaty_id | action_date ▲ | action_text | action_type |
|---|---|---|---|---|
| 2405 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2016-09-28 | Considered by Senate. By Unanimous Consent. | Floor |
| 2406 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2016-09-28 | Treaty moved through its parliamentary stages up to and including presentation of the resolution of advice and consent to ratification. | Floor |
| 2407 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2016-09-28 | Resolution of advice and consent to ratification agreed to in Senate by Division Vote. | Floor |
| 2404 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2016-09-13 | Committee on Foreign Relations filed written report Ex. Rept.114-11. | Floor |
| 2409 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2016-06-28 | Reported favorably by Senator Corker, Committee on Foreign Relations without printed report and a resolution of advice and consent to ratification with 1 declaration and 1 understanding. Executive Calendar No. 9. | Committee |
| 2408 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2016-06-23 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee |
| 2410 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2016-05-19 | Committee on Foreign Relations. Hearings held. Hearings printed: S.Hrg. 114-324. | Committee |
| 2403 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2010-12-22 | No further action at sine die adjournment of the 111th 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 |
| 2402 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2010-12-15 | Reported by Senator Kerry, Committee on Foreign Relations with printed Ex. Rept.111-7 and a resolution of advice and consent to ratification with one understanding and one declaration. Executive Calendar No. 8. | Committee |
| 2401 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2010-12-14 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee |
| 2400 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2009-11-10 | Committee on Foreign Relations. Hearings held. | Committee |
| 2399 | Treaty on Plant Genetic Resources for Food and Agriculture 110-19 | 2008-07-07 | Received in the Senate and referred to the Committee on Foreign Relations by unanimous consent removing the injunction of secrecy. | 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);