legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "104-s-1986" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_text, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 390728 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-09-30 | By Senator Murkowski from Committee on Energy and Natural Resources filed written report. Report No. 104-387. | Floor | Senate | |
| 390729 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-09-30 | By Senator Murkowski from Committee on Energy and Natural Resources filed written report. Report No. 104-387. | Committee | Library of Congress | |
| 390730 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-09-16 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 610. | Calendars | Senate | |
| 390731 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-09-16 | Committee on Energy and Natural Resources. Reported to Senate by Senator Murkowski with an amendment in the nature of a substitute. Without written report. | Committee | Senate | |
| 390732 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-09-16 | Committee on Energy and Natural Resources. Reported to Senate by Senator Murkowski with an amendment in the nature of a substitute. Without written report. | Committee | Library of Congress | |
| 390733 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-09-12 | Committee on Energy and Natural Resources. Ordered to be reported with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 390734 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-09-05 | Subcommittee on Forests and Public Lands. Hearings held. Hearings printed: S.Hrg. 104-774. | Committee | Senate | |
| 390735 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-07-25 | Referred to Subcommittee on Forests and Public Lands. | Committee | Senate | |
| 390736 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-07-24 | Read twice and referred to the Committee on Energy and Natural Resources. | IntroReferral | Senate | |
| 390737 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-07-24 | Sponsor introductory remarks on measure. (CR S8639-8640) | IntroReferral | Library of Congress | |
| 390738 | Umatilla Basin Project Completion Act 104-s-1986 | 1996-07-24 | Introduced in Senate | IntroReferral | Library of Congress |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_actions (
id INTEGER PRIMARY KEY AUTOINCREMENT,
bill_id TEXT REFERENCES legislation(bill_id),
action_date TEXT,
action_text TEXT,
action_type TEXT,
chamber TEXT,
action_code TEXT
);
CREATE INDEX idx_legact_bill ON legislation_actions(bill_id);
CREATE INDEX idx_legact_date ON legislation_actions(action_date);