ar_disbursements_benefits
where rpt_id = 463438
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | paid_to | amount | rpt_id |
---|---|---|---|---|
165425 | RETIREMENT TRUST | RWDSU | 5936 | 463438 463438 |
165426 | GROUP HEALTH INSURANCE | BC/BC | 10228 | 463438 463438 |
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) );