PM_CALENDAR
Process Manufacturing Calendar
tableMANPM
PM_CALENDAR — Process Manufacturing Calendar. MAN table in the standard Ross ERP 8.0 schema: 16 columns, used by 11 programs. Columns, data types, keys, foreign keys and relationships.
Open PM_CALENDAR in the interactive Data Dictionary →Part of PM 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 | WORK_CENTER | varchar(6) | PK FK→WORK_CENTERS | Work Center |
| 5 | LEVEL_INDICATOR | smallint | PK | Calendar Level Indicator |
| 6 | START_DATE_01 | datetime | PK | Required Schedule Start Date |
| 7 | END_DATE_01 | datetime | PK | Required Schedule End Date |
| 8 | DESCRIPTION | varchar(60) | Description | |
| 9 | DAY_CODE_MON | varchar(6) | ||
| 10 | DAY_CODE_TUE | varchar(6) | ||
| 11 | DAY_CODE_WED | varchar(6) | ||
| 12 | DAY_CODE_THU | varchar(6) | ||
| 13 | DAY_CODE_FRI | varchar(6) | ||
| 14 | DAY_CODE_SAT | varchar(6) | ||
| 15 | DAY_CODE_SUN | varchar(6) | ||
| 16 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |