ar_disbursements_benefits
where rpt_id = 248368
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | paid_to | amount | rpt_id |
---|---|---|---|---|
1347 | Hospital and Medical | Insurance Company | 1523805 | 248368 248368 |
1348 | Life Insurance | Insurnace Company | 134821 | 248368 248368 |
1349 | Member Legal and Scholarship | Various | 29496 | 248368 248368 |
1350 | Pension-defined benefit | Pension Fund | 701122 | 248368 248368 |
1351 | Pension-Defined Contribution | Pension Fund | 452059 | 248368 248368 |
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) );