MSS_ORG_RESOURCE_PARAMETERS

This table stores resource parameters as per an organization.

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_ORG_RESOURCE_PARAMS_PK

ORGANIZATION_ID, WORK_CENTER_ID, RESOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments
ORGANIZATION_ID NUMBER 18 Yes Identifier of the organization.
WORK_CENTER_ID NUMBER 18 Yes Indicates the Work Center Identifier.
RESOURCE_ID NUMBER 18 Yes Reference to resource ID from the resource 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).
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 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.

Indexes

Index Uniqueness Tablespace Columns
MSS_ORG_RESOURCE_PARAMS_U1 Unique Default ORGANIZATION_ID, WORK_CENTER_ID, RESOURCE_ID