legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
21 rows where bill_id = "103-s-1769" 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 |
|---|---|---|---|---|---|---|
| 320987 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-12-14 | Became Public Law No: 103-195. | President | House floor actions | |
| 320988 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-12-14 | Became Public Law No: 103-195. | BecameLaw | Library of Congress | |
| 320989 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-12-14 | Signed by President. | President | House floor actions | |
| 320990 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-12-14 | Signed by President. | BecameLaw | Library of Congress | |
| 320991 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-12-08 | Presented to President. | Floor | House floor actions | |
| 320992 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-12-08 | Presented to President. | President | Library of Congress | |
| 320993 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-26 | Message on Senate action sent to the House. | Floor | Senate | |
| 320994 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-24 | Senate agreed the House amendment by Voice Vote. (consideration: CR S17230) | ResolvingDifferences | Senate | |
| 320995 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-24 | Resolving differences -- Senate actions: Senate agreed the House amendment by Voice Vote.(consideration: CR S17230) | NotUsed | Library of Congress | |
| 320996 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-23 | Message on House action received in Senate and at desk: House amendment to Senate bill. | Floor | Senate | |
| 320997 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-23 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 320998 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-23 | On passage Passed without objection. | Floor | House floor actions | |
| 320999 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-23 | Passed/agreed to in House: On passage Passed without objection. | Floor | Library of Congress | |
| 321000 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-23 | Mr. Gonzalez asked unanimous consent to take from the Speaker's table and consider. | Floor | House floor actions | |
| 321001 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-23 | Considered by unanimous consent. (consideration: 11/22/93 CR H10955-10956) | Floor | House floor actions | |
| 321002 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-22 | Received in the House. | Floor | House floor actions | |
| 321003 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-22 | Passed Senate with amendments by Voice Vote. | Floor | Senate | |
| 321004 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-22 | Passed/agreed to in Senate: Passed Senate with amendments by Voice Vote. | Floor | Library of Congress | |
| 321005 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-22 | Measure laid before Senate. (consideration: CR S16982) | Floor | Senate | |
| 321006 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-22 | Message on Senate action sent to the House. | Floor | Senate | |
| 321007 | A bill to make a technical correction, and for other purposes. 103-s-1769 | 1993-11-22 | 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);