ar_liabilities_accts_paybl
where rpt_id = 247962
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | acct_type | name | total | past_due_90 | past_due_180 | liquidated | rpt_id |
---|---|---|---|---|---|---|---|
208 | 101 | Dues Payable to Headquarters | 5113 | 0 | 0 | 0 | 247962 247962 |
209 | 101 | LU & DC Pension | 1819 | 0 | 0 | 0 | 247962 247962 |
210 | 101 | District Council | 1427 | 0 | 0 | 0 | 247962 247962 |
211 | 101 | IW of Western PA Benefit Plan | 4642 | 0 | 0 | 0 | 247962 247962 |
212 | 101 | IW of Western PA Benefit Plan - Target Fund | 18857 | 0 | 0 | 0 | 247962 247962 |
213 | 102 | All Other Accounts | 0 | 0 | 0 | 0 | 247962 247962 |
CREATE TABLE ar_liabilities_accts_paybl ( oid INTEGER NOT NULL PRIMARY KEY, acct_type INTEGER NOT NULL, name TEXT NULL, total INTEGER NULL, past_due_90 INTEGER NULL, past_due_180 INTEGER NULL, liquidated INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );