MSS_RESOURCES
This table stores the plant specific equipment and labor resource definition.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_RESOURCES_PK |
PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | Identifier of the Production Scheduling plan. | |
WORK_CENTER_ID | NUMBER | 18 | Yes | Indirect foreign key to the WIS_WORK_CENTERS_B table. | |
RESOURCE_ID | NUMBER | 18 | Yes | Indirect foreign key to the WIS_RESOURCES_B table. | |
WORK_CENTER_CODE | VARCHAR2 | 100 | Yes | Indicates user defined work center code. | |
RESOURCE_CODE | VARCHAR2 | 300 | Yes | Indicates user defined resource code. | |
WORK_CENTER_NAME | VARCHAR2 | 120 | Display name of the work center (translatable). | ||
RESOURCE_NAME | VARCHAR2 | 120 | Display name of the equipment or labor resource (translatable). | ||
CAPACITY_TYPE | VARCHAR2 | 30 | Yes | Capacity type: Single|Batchable|Multiple. | |
MAXIMUM_CAPACITY | NUMBER | Yes | maximum capacity for multiple capacity resources | ||
AVAILABILITY_CALENDAR_ID | NUMBER | 18 | Availability calendar ID. Foreign key to MSS_CALENDARS. | ||
RESOURCE_TYPE | VARCHAR2 | 30 | Yes | Resource type: Machine|Crew|Tool | |
UTILIZATION_PERCENTAGE | NUMBER | Percentage of the resource time available for the task. This percentage is used by planning to calculate the available hours for a resource. | |||
EFFICIENCY_PERCENTAGE | NUMBER | Determines the time a resource takes to complete a task. For example, if a task is expected to be completed in 12 hours, a resource having 50% efficiency would take 24 hours to complete the task. This percentage is used by planning to calculate the available hours for a resource. | |||
CONSTRAINT_MODE | VARCHAR2 | 30 | Yes | Constraint mode: RelaxCapacity|Relaxed|Constrained. | |
PREBUILD_MAXIMUM_FLAG | VARCHAR2 | 1 | Use Prebuild Maximum flag: (Y|N). | ||
PREBUILD_MAXIMUM | NUMBER | Prebuild Maximum considered by the Dynamic Resource Allocation solver method. | |||
PREBUILD_MAXIMUM_UNIT | VARCHAR2 | 12 | Time unit of measure for the Prebuild Maximum: seconds|minutes|hours|days|weeks | ||
FIXED_TIME_FENCE_DURATION | NUMBER | Allows specifying a resource-specific Fixed Time Fence. This overrides the general fixed time fence defined within Schedule Options. | |||
FIXED_TIME_FENCE_UNIT | VARCHAR2 | 12 | Time unit of measure for the Fixed Time Fence: seconds|minutes|hours|days|weeks | ||
ENFORCE_HORIZON_START_FLAG | VARCHAR2 | 1 | Indicate whether the Horizon Start shall be enforced during schedule generation: Y|N. | ||
CHANGEOVER_POSITION | VARCHAR2 | 12 | Machines only: specifies whether changeovers shall be considered as setup or cleanup activities: Setup|Cleanup. | ||
CHANGEOVER_CALCULATION | VARCHAR2 | 12 | Machines only: specifies whether multiple changeover rules that apply at the same time shall be considered to occur concurrently or in sequence: Concurrent|Sequential. | ||
APPLY_IDEAL_SEQUENCE | VARCHAR2 | 1 | Machines only: apply user-defined ideal sequence: Y|N. | ||
RESTART_SEQ_AT_CYCLE_BOUNDARY | VARCHAR2 | 1 | Machines only: indicate whether the user-defined ideal attribute sequence shall be restarted at each scheduling cycle boundary during schedule generation: Y|N. | ||
RANK_INDEPENDENT_ATTR_CYCLE | VARCHAR2 | 1 | Machines only: continue ideal sequence independent of rank? | ||
DISPLAY_RESOURCE_UNITS_FLAG | VARCHAR2 | 1 | Display resource units for multi-capacity resource (Y|N)? | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
mss_op_resource_set_members | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
mss_resource_utilization | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
mss_changeover_rules | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
mss_wo_operation_resources | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
mss_wo_operation_resources | mss_resources | PLAN_ID, WORK_CENTER_ID, ORIGINAL_RESOURCE_ID |
mss_resource_attributes | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
mss_wo_reschedule_commands | mss_resources | PLAN_ID, WORK_CENTER_ID, TARGET_RESOURCE_ID |
mss_resource_usage_levels | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
mss_changeover_instances | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
mss_operations | mss_resources | PLAN_ID, WORK_CENTER_ID, DURATION_RES_ID |
mss_operations | mss_resources | PLAN_ID, WORK_CENTER_ID, LOT_MULTIPLE_RES_ID |
mss_wo_operations | mss_resources | PLAN_ID, WORK_CENTER_ID, DURATION_RES_ID |
mss_wo_operations | mss_resources | PLAN_ID, WORK_CENTER_ID, LOT_MULTIPLE_RES_ID |
mss_group_members | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
mss_res_attribute_sequences | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
mss_resource_relationships | mss_resources | PLAN_ID, UPSTREAM_WORK_CENTER_ID, UPSTREAM_RESOURCE_ID |
mss_resource_relationships | mss_resources | PLAN_ID, DOWNSTREAM_WORK_CENTER_ID, DOWNSTREAM_RESOURCE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSS_RESOURCES_U1 | Unique | Default | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |