The Division Table (ORG_DIV) contains the following information:
| Description | SQL Name | Length | Notes |
|---|---|---|---|
| Division Code | DIV_CD | 2 | primary key |
| Name | DIV_NAME | 30 | |
| Abbreviation | DIV_ABBRV | 15 | |
| Status | DIV_STAT | 1 | |
| Last Updated | DIV_LST_UPDT | timestamp |
The Status indicates whether this table row is Active or Inactive.