ar_disbursements_benefits
where rpt_id = 248168
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | paid_to | amount | rpt_id |
---|---|---|---|---|
1124 | Annuity | Trust | 133036 | 248168 248168 |
1125 | Annuity | Trust | 433642 | 248168 248168 |
1126 | Annuity | Northwestern Mutual Life Insur | 36874 | 248168 248168 |
1127 | Health & Welfare | Trust | 141628 | 248168 248168 |
1128 | Health & Welfare | Trust | 658931 | 248168 248168 |
1129 | Pension Fund Contributions | Trust | 116893 | 248168 248168 |
1130 | Pension Fund Contributions | Trust | 496179 | 248168 248168 |
1131 | Pension Fund Contributions | Trust | 767789 | 248168 248168 |
1132 | Apprenticeship | Trust | 48177 | 248168 248168 |
1133 | CIPC International Promotion Fund | Trust | 2419 | 248168 248168 |
1134 | CAPCI International Apprenticeship | Trust | 4778 | 248168 248168 |
1135 | Health and Safety | Trust | 5376 | 248168 248168 |
1136 | Drug Testing | Trust | 5301 | 248168 248168 |
1137 | Millwright Industry Fund | Trust | 12385 | 248168 248168 |
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) );