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

#ColumnTypeKeyDescription
1GEM_DBKEYintGEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one.
2COMPANY_CODEvarchar(10)PKCompany Code
3FACTORYvarchar(2)PKFactory Code
4SYS_DAY_CODEvarchar(6)PKCode for times in a day
5SEQUENCEintPKSequence Number
6START_TIMEvarchar(4)Start Time
7END_TIMEvarchar(4)End Time
8SYS_MINSsmallintMinutes in this sequence
9SYS_ACCUMULATED_MINSsmallintMinutes through day
10GEM_MODIFY_DATEdatetimeSystem timestamp of the most recent modification to the row, maintained by GEMBASE.