SYS_DAY_TIMES
Start and End Times For a Day Level
tableMANSYS
SYS_DAY_TIMES — Start and End Times For a Day Level. MAN table in the standard Ross ERP 8.0 schema: 10 columns, used by 24 programs. Columns, data types, keys, foreign keys and relationships.
Open SYS_DAY_TIMES in the interactive Data Dictionary →Part of SYS 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 | FACTORY | varchar(2) | PK | Factory Code |
| 4 | SYS_DAY_CODE | varchar(6) | PK | Code for times in a day |
| 5 | SEQUENCE | int | PK | Sequence Number |
| 6 | START_TIME | varchar(4) | Start Time | |
| 7 | END_TIME | varchar(4) | End Time | |
| 8 | SYS_MINS | smallint | Minutes in this sequence | |
| 9 | SYS_ACCUMULATED_MINS | smallint | Minutes through day | |
| 10 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |