l_ccr_closing_type
6 rows
| closing_type | description |
|---|---|
| AllPW | All Party Written |
| Cmpli | Compliance |
| NoCmp | Non-Compliance |
| NonBd | Non-Board |
| PtCmp | Part Compliance |
| UniWr | Unilateral Written |
Table schema
CREATE TABLE l_ccr_closing_type(closing_type VARCHAR, description VARCHAR);