ar_disbursements_benefits
where rpt_id = 248186
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | paid_to | amount | rpt_id |
---|---|---|---|---|
1200 | HEALTH & WELFARE | TRUST FUND | 9930 | 248186 248186 |
1201 | PENSION | TRUST FUND | 6730 | 248186 248186 |
CREATE TABLE ar_disbursements_benefits ( oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, paid_to TEXT NULL, amount INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );