legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
23 rows where bill_id = "103-s-1913" 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 |
|---|---|---|---|---|---|---|
| 321860 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-04-06 | Became Public Law No: 103-231. | President | House floor actions | |
| 321861 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-04-06 | Became Public Law No: 103-231. | BecameLaw | Library of Congress | |
| 321862 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-04-06 | Signed by President. | President | House floor actions | |
| 321863 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-04-06 | Signed by President. | BecameLaw | Library of Congress | |
| 321864 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-25 | Presented to President. | Floor | House floor actions | |
| 321865 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-25 | Presented to President. | President | Library of Congress | |
| 321866 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-25 | Message on Senate action sent to the House. | Floor | Senate | |
| 321867 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-24 | Senate agreed to the House amendment by Voice Vote. (consideration: CR S3804) | ResolvingDifferences | Senate | |
| 321868 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-24 | Resolving differences -- Senate actions: Senate agreed to the House amendment by Voice Vote.(consideration: CR S3804) | NotUsed | Library of Congress | |
| 321869 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-17 | Message on House action received in Senate and at desk: House amendment to Senate bill. | Floor | Senate | |
| 321870 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-17 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 321871 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-17 | On passage Passed without objection. | Floor | House floor actions | |
| 321872 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-17 | Passed/agreed to in House: On passage Passed without objection. | Floor | Library of Congress | |
| 321873 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-17 | Considered by unanimous consent. (consideration: CR H1507-1508) | Floor | House floor actions | |
| 321874 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-17 | Mr. de la Garza asked unanimous consent to discharge from committee and consider. | Floor | House floor actions | |
| 321875 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-17 | Committee on Agriculture discharged. | Discharge | House floor actions | |
| 321876 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-17 | Committee on Agriculture discharged. | Committee | Library of Congress | |
| 321877 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-10 | Referred to the House Committee on Agriculture. | IntroReferral | House floor actions | |
| 321878 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-10 | Message on Senate action sent to the House. | Floor | Senate | |
| 321879 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-10 | Received in the House. | Floor | House floor actions | |
| 321880 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-09 | Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Voice Vote. (consideration: CR S2624-2625) | Floor | Senate | |
| 321881 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-09 | Passed/agreed to in Senate: Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Voice Vote.(consideration: CR S2624-2625) | Floor | Library of Congress | |
| 321882 | A bill to extend certain compliance dates for pesticide safety training and labeling requirements. 103-s-1913 | 1994-03-09 | 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);