home / openregs

legislation_actions

Legislative action history for tracked bills — committee referrals, floor votes, amendments, and presidential signatures.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

14 rows where bill_id = "102-s-2099" sorted by action_date descending

✎ View and edit SQL

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
242934 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-10-09 Referred to the Subcommittee on International Law, Immigration, and Refugees. Committee   House committee actions
242935 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-09-15 Referred to the House Committee on Judiciary. IntroReferral   House floor actions
242936 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-09-15 Message on Senate action sent to the House. Floor   Senate
242937 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-09-15 Received in the House. Floor   House floor actions
242938 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-09-14 Passed Senate with an amendment and an amendment to the Title by Voice Vote. Floor   Senate
242939 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-09-14 Passed/agreed to in Senate: Passed Senate with an amendment and an amendment to the Title by Voice Vote. Floor   Library of Congress
242940 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-08-11 Placed on Senate Legislative Calendar under General Orders. Calendar No. 621. Calendars   Senate
242941 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-08-11 Committee on Judiciary. Reported to Senate by Senator Biden with an amendment in the nature of a substitute and an amendment to the title. Without written report. Committee   Senate
242942 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-08-11 Committee on Judiciary. Reported to Senate by Senator Biden with an amendment in the nature of a substitute and an amendment to the title. Without written report. Committee   Library of Congress
242943 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-07-30 Committee on Judiciary. Ordered to be reported with an amendment in the nature of a substitute favorably. Committee   Senate
242944 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-04-03 Subcommittee on Immigration and Refugee Affairs. Approved for full committee consideration with an amendment in the nature of a substitute favorably. Committee   Senate
242945 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1992-01-22 Referred to Subcommittee on Immigration and Refugee Affairs. Committee   Senate
242946 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1991-11-26 Read twice and referred to the Committee on Judiciary. IntroReferral   Senate
242947 An Act to amend the title so as to read: "A bill to amend the Immigration and Nationality Act to designate special inquiry officers as immigration judges and to provide for the compensation of such judges, and for other purposes. 102-s-2099 1991-11-26 Introduced in Senate IntroReferral   Library of Congress

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 6.257ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API