l_c_case_group_type
6 rows
| case_group_type | prohibit_manual_maint | description | case_group_sort_order |
|---|---|---|---|
| Compn | Companion | B | |
| Conso | Consolidated | E | |
| Cross | Cross-Filing | D | |
| Dispn | Disposition | C | |
| SmeSi | Same Situation | F | |
| Suffx | Suffix | A |
Table schema
CREATE TABLE l_c_case_group_type(case_group_type VARCHAR, prohibit_manual_maint BIGINT, description VARCHAR, case_group_sort_order VARCHAR);