legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
16 rows where bill_id = "103-sconres-29" 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 |
|---|---|---|---|---|---|---|
| 331175 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-28 | Referred to the Subcommittee on Economic Policy, Trade and Environment. | Committee | House committee actions | |
| 331176 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-28 | Referred to the Subcommittee on Asia and the Pacific. | Committee | House committee actions | |
| 331177 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-21 | Referred to the Subcommittee on Trade. | Committee | House committee actions | |
| 331178 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-17 | Referred jointly to the House Committee on Ways and Means. | IntroReferral | House floor actions | |
| 331179 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-17 | Referred jointly to the House Committee on Foreign Affairs. | IntroReferral | House floor actions | |
| 331180 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-17 | Message on Senate action sent to the House. | Floor | Senate | |
| 331181 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-17 | Received in the House. | Floor | House floor actions | |
| 331182 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-16 | Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. (consideration: CR S7394-7395) | Floor | Senate | |
| 331183 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-16 | Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Voice Vote.(consideration: CR S7394-7395) | Floor | Library of Congress | |
| 331184 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-10 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee | Senate | |
| 331185 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-10 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 89. | Calendars | Senate | |
| 331186 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-10 | Committee on Foreign Relations. Reported to Senate by Senator Pell without amendment and with a preamble. Without written report. | Committee | Senate | |
| 331187 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-10 | Committee on Foreign Relations. Reported to Senate by Senator Pell without amendment and with a preamble. Without written report. | Committee | Library of Congress | |
| 331188 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-09 | Referred to the Committee on Foreign Relations. | IntroReferral | Senate | |
| 331189 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-09 | Sponsor introductory remarks on measure. (CR S7033-7034) | IntroReferral | Library of Congress | |
| 331190 | A concurrent resolution relating to the Asia Pacific Economic Cooperation organization. 103-sconres-29 | 1993-06-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);