PP_CALENDAR
Process Planning Calendar
tableMANPP
PP_CALENDAR — Process Planning 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 PP_CALENDAR 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 | FACTORY | varchar(2) | PK | Factory Code |
| 4 | PLANNING_CALENDAR_CODE | varchar(8) | PK | Planning Calendar Code |
| 5 | WORK_CENTER | varchar(6) | PK | Work Center |
| 6 | LEVEL_INDICATOR | smallint | PK | Calendar Level Indicator |
| 7 | START_DATE_01 | datetime | PK | Required Schedule Start Date |
| 8 | END_DATE_01 | datetime | PK | Required Schedule End Date |
| 9 | DESCRIPTION | varchar(60) | Description | |
| 10 | DAY_CODE_MON | varchar(6) | ||
| 11 | DAY_CODE_TUE | varchar(6) | ||
| 12 | DAY_CODE_WED | varchar(6) | ||
| 13 | DAY_CODE_THU | varchar(6) | ||
| 14 | DAY_CODE_FRI | varchar(6) | ||
| 15 | DAY_CODE_SAT | varchar(6) | ||
| 16 | DAY_CODE_SUN | varchar(6) |