ar_liabilities_accts_paybl
where rpt_id = 227525
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | acct_type | name | total | past_due_90 | past_due_180 | liquidated | rpt_id |
---|---|---|---|---|---|---|---|
14 | 101 | Federal Taxes Payable | 1012 | 0 | 0 | 0 | 227525 227525 |
15 | 101 | Social Security Payable | 866 | 0 | 0 | 0 | 227525 227525 |
16 | 101 | 401(k) Deduction Payable | 1454 | 0 | 0 | 0 | 227525 227525 |
17 | 101 | Medicare Payable | 202 | 0 | 0 | 0 | 227525 227525 |
18 | 101 | State Taxes Withheld Payable | 1814 | 0 | 0 | 0 | 227525 227525 |
19 | 101 | Federal Unemployment Taxes Payable | 21 | 0 | 0 | 0 | 227525 227525 |
20 | 101 | Trust Liability | 12121 | 0 | 0 | 0 | 227525 227525 |
21 | 101 | Work Dues Withheld Payable | 556 | 0 | 0 | 0 | 227525 227525 |
22 | 101 | TARP Assessment Dues Withheld Payable | 222 | 0 | 0 | 0 | 227525 227525 |
23 | 101 | PAC Dues Withheld Payable | 42 | 0 | 0 | 0 | 227525 227525 |
24 | 101 | Deposit in Error | 472 | 0 | 0 | 0 | 227525 227525 |
25 | 102 | All Other Accounts | 0 | 0 | 0 | 0 | 227525 227525 |
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) );