l_elect_stage_of_closing
6 rows
| code ▼ | stage_of_closing |
|---|---|
| - | After stipulated election reported on objections and/or challenges |
| 1 | Before hearing closed |
| 2 | After hearing is closed, before decision |
| 3 | After Regional Director directed election (Expedited) |
| 7 | After Regional Director or Board decision and direction of election - election held |
| X | After stipulated election reported on objections and/or challenges |
Table schema
CREATE TABLE l_elect_stage_of_closing(code VARCHAR, stage_of_closing VARCHAR, PRIMARY KEY(code));