treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where treaty_id = "96-31" 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 |
|---|---|---|---|---|
| 3660 | INTERNATIONAL CONVENTION ON STANDARDS OF TRAINING, CERTIFICATION AND WATCHKEEPING FOR SEAFARERS, 1978 96-31 | 1991-05-14 | Resolution of advice and consent to ratification agreed to in Senate by Yea-Nay Vote. 97 - 0. Record Vote Number: 56. | Floor |
| 3662 | INTERNATIONAL CONVENTION ON STANDARDS OF TRAINING, CERTIFICATION AND WATCHKEEPING FOR SEAFARERS, 1978 96-31 | 1991-05-09 | Considered through presentation of resolution; order for consideration of resolution and vote May 14, 1991. Calendar No. 2. | Calendars |
| 3663 | INTERNATIONAL CONVENTION ON STANDARDS OF TRAINING, CERTIFICATION AND WATCHKEEPING FOR SEAFARERS, 1978 96-31 | 1991-04-23 | Reported by Mr. Pell, Committee on Foreign Relations, with printed report - Ex.Rept. 102-4. Together with a resolution of advice and consent to ratification. | Committee |
| 3665 | INTERNATIONAL CONVENTION ON STANDARDS OF TRAINING, CERTIFICATION AND WATCHKEEPING FOR SEAFARERS, 1978 96-31 | 1982-02-04 | Proces-Verbal of Rectification dated 2/5/80 referred. | Floor |
| 3664 | INTERNATIONAL CONVENTION ON STANDARDS OF TRAINING, CERTIFICATION AND WATCHKEEPING FOR SEAFARERS, 1978 96-31 | 1980-03-24 | Proces-Verbal of Rectification sent by State. | Floor |
| 3659 | INTERNATIONAL CONVENTION ON STANDARDS OF TRAINING, CERTIFICATION AND WATCHKEEPING FOR SEAFARERS, 1978 96-31 | 1979-09-05 | Referred to the Committee on Foreign Relations by unanimous consent. | IntroReferral |
| 3661 | INTERNATIONAL CONVENTION ON STANDARDS OF TRAINING, CERTIFICATION AND WATCHKEEPING FOR SEAFARERS, 1978 96-31 | 1979-08-10 | Received by the Secretary of the Senate. | Floor |
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);