l_c_advice_type
8 rows
| advice_type | description |
|---|---|
| Compl | Compliance matter |
| Orig | Original Submission |
| ReALJ | Resubmission as to ALJD |
| ReEAJ | Resubmission as to EAJA issue |
| ReFac | Resubmission with new facts |
| ReRec | Resubmission for reconsideration |
| ReRem | Resubmission on Remand from Advice |
| ReSet | Resubmission as to proposed settlement |
Table schema
CREATE TABLE l_c_advice_type(advice_type VARCHAR, description VARCHAR);