ar_disbursements_benefits
where rpt_id = 248420
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | paid_to | amount | rpt_id |
---|---|---|---|---|
1480 | HEALTH AND WELFARE | INSURANCE COMPANY | 28511 | 248420 248420 |
1481 | PENSION | TRUST | 10285 | 248420 248420 |
1482 | 401 (K) | TRUST | 23396 | 248420 248420 |
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) );