home / opdr

ar_liabilities_accts_paybl

where rpt_id = 248046

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ acct_type name total past_due_90 past_due_180 liquidated rpt_id
243 101 LU& DC Pension 8776 2581 0 0 248046 248046
244 101 IWDCNE Trust Funds 36066 8554 18958 0 248046 248046
245 101 General TReasurer International Iron Workers 22512 10064 0 0 248046 248046
246 102 All Other Accounts 1490 0 0 0 248046 248046
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)
);
Powered by Datasette · Queries took 51.82ms