home / opdr

ar_payer_payee

where rpt_id = 463591

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ payer_payee_id payer_payee_type rcpt_disb_type name po_box street city state zip type_or_class itemized non_itemized total rpt_id
176 176 853689 1001 1201 California Federation of Teachers   2550 N. Hollywood Way, #400 Burbank CA 91505 Union 94708 0 94708 463591 463591
177 177 853690 1002 501 Holguin & Garfield   800 W. 6th Street, #950 Los Angeles CA 90017 Attorney 21296 4315 25611 463591 463591
178 178 853691 1002 503 Various           Contributions, Gifts 0 389 389 463591 463591
179 179 853692 1002 504 Various           General Overhead 0 3038 3038 463591 463591
180 180 853693 1002 505 Various           Union Administration 0 3900 3900 463591 463591
CREATE TABLE ar_payer_payee (
payer_payee_id INTEGER NOT NULL, payer_payee_type INTEGER NOT NULL, rcpt_disb_type INTEGER NOT NULL, name TEXT NULL, po_box TEXT NULL, street TEXT NULL, city TEXT NULL, state TEXT NULL, zip TEXT NULL, type_or_class TEXT NULL, itemized INTEGER NULL, non_itemized INTEGER NULL, total INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 804.46ms