legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "103-s-2249" 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 |
|---|---|---|---|---|---|---|
| 324215 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-11-30 | By Senator Johnston from Committee on Energy and Natural Resources filed written report. Report No. 103-424. | Floor | Senate | |
| 324216 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-11-30 | By Senator Johnston from Committee on Energy and Natural Resources filed written report. Report No. 103-424. | Committee | Library of Congress | |
| 324217 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-09-27 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 651. | Calendars | Senate | |
| 324218 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-09-27 | Committee on Energy and Natural Resources. Reported to Senate by Senator Johnston with amendments. Without written report. | Committee | Senate | |
| 324219 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-09-27 | Committee on Energy and Natural Resources. Reported to Senate by Senator Johnston with amendments. Without written report. | Committee | Library of Congress | |
| 324220 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-09-21 | Committee on Energy and Natural Resources. Ordered to be reported with amendments favorably. | Committee | Senate | |
| 324221 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-08-04 | Subcommittee on Parks, Preservation and Recreation. Hearings held. Hearings printed: S.Hrg. 103-942. | Committee | Senate | |
| 324222 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-08-02 | Committee on Energy and Natural Resources requested executive comment from Department of the Interior, and Office of Management and Budget. | Committee | Senate | |
| 324223 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-06-29 | Read twice and referred to the Committee on Energy and Natural Resources. | IntroReferral | Senate | |
| 324224 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-06-29 | Sponsor introductory remarks on measure. (CR S7963) | IntroReferral | Library of Congress | |
| 324225 | A bill to amend the Alaska Native Claims Settlement Act, and for other purposes. 103-s-2249 | 1994-06-29 | 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);