l_party_filing_objection
7 rows
| code | situation |
|---|---|
| 4 | Employer and Petitioner |
| 1 | Employer |
| 5 | Employer and Intervenor |
| 2 | Petitioner |
| 6 | Petitioner and Intervenor |
| 3 | Intervenor |
| 7 | Petitioner (In RD Case) |
Table schema
CREATE TABLE l_party_filing_objection(code BIGINT, situation VARCHAR);