l_c_overage_reason
14 rows
| overage_reason | description |
|---|---|
| C0001 | ABEYANCE - AUTHORIZED |
| C0002 | ABEYANCE - COURT |
| C0003 | ABEYANCE - POST-ELECTION |
| C0004 | ABEYANCE - RELATED C or R CASE |
| C0005 | ABEYANCE - UC CASE |
| C0006 | ADVICE |
| C0007 | AMENDED CHARGE |
| C0008 | COORDINATION |
| C0009 | INVESTIGATIVE SUBPOENA |
| C0010 | NEW CHARGE |
| C0011 | OTHER (explain in footnote) |
| C0012 | PENDING APPEAL |
| C0013 | SETTLEMENT IMMINENT/NEGOTIATIONS |
| C0014 | NOT OVERAGE WHEN ADJUSTED FOR TRANSFER |
Table schema
CREATE TABLE l_c_overage_reason(overage_reason VARCHAR, description VARCHAR);