LS_STATE_LICENSES
Stored State License and expiration
tableFINLS
LS_STATE_LICENSES — Stored State License and expiration. FIN table in the standard Ross ERP 8.0 schema: 9 columns, used by 5 programs. Columns, data types, keys, foreign keys and relationships.
Open LS_STATE_LICENSES in the interactive Data Dictionary →Part of Other tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | DIVISION | varchar(2) | PK | Division |
| 4 | SYS_STATE | varchar(6) | PK | State Code |
| 5 | LS_STATE_LICENSE_NUMBER | varchar(12) | State License Number | |
| 6 | LS_STATE_LICENSE_EFFECTIVE_DATE | datetime | License Effective Date | |
| 7 | LS_STATE_LICENSE_EXPIRY_DATE | datetime | License Expiry Date | |
| 8 | ACTIVE_FLAG | varchar(1) | Active Flag | |
| 9 | SYS_COUNTRY | varchar(6) | PK | Country Code |