ar_disbursements_benefits
where rpt_id = 238611
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | paid_to | amount | rpt_id |
---|---|---|---|---|
144 | Insurance, Health | USPS Disbursing Officer | 19065 | 238611 238611 |
145 | Pension | Thrift Savings Plan | 1913 | 238611 238611 |
146 | Workers Comp. | Brown & Brown | 1872 | 238611 238611 |
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) );