MSC_OPERATION_RESOURCE_SEQS
This tables stores the operation resources for each routing operation.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
MSC_OPERATION_RESOURCE_SEQS_PK |
PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, OPERATION_SEQUENCE_ID, RESOURCE_SEQ_NUM, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
PLAN_ID | NUMBER | Yes | This value indicates the plan identifier for the record. | |||
ROUTING_SEQUENCE_ID | NUMBER | Yes | Routing sequence identifier from source application instance | |||
OPERATION_SEQUENCE_ID | NUMBER | Yes | Operation sequence identifier | |||
RESOURCE_SEQ_NUM | NUMBER | 18 | Yes | Resource sequence number from source application instance | ||
SCHEDULE_FLAG | NUMBER | Yes | Flag to determine the possibility of overlapping of this operation resource and operation resources in other operations | Obsolete | ||
RESOURCE_OFFSET_PERCENT | NUMBER | Percentage of total lead time up to the beginning of this operation resource | Obsolete | |||
DEPARTMENT_ID | NUMBER | 18 | Department identifier in which the operation takes place | |||
PART_KEY1 | NUMBER | 18 | Yes | Source application instance identifier | ||
REFRESH_NUMBER | NUMBER | Refresh number populated by the collection program | ||||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | |||
CUMMULATIVE_PCT | NUMBER | Refresh number populated by the collection program | ||||
ACTIVITY_GROUP_ID | NUMBER | 18 | unique identifier for the activity group | |||
ORGANIZATION_ID | NUMBER | 18 | Yes | Organization Identifier. | ||
NEW_PLAN_ID | NUMBER | 18 | Yes | NEW_PLAN_ID | ||
SIMULATION_SET_ID | NUMBER | 18 | Yes | Simulation set to which the current record is added. | ||
NEW_PLAN_LIST | VARCHAR2 | 256 | List indicates the new plan identifiers for the record. | |||
APPLIED | NUMBER | Flag used for online replanning | ||||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | ||
ASSEMBLY_ITEM_ID | NUMBER | 18 | Item identifier of the assembly. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
MSC_OPERATION_RESOURCE_SEQS | msc_routing_operations | PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, OPERATION_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 |
msc_operation_resources | msc_operation_resource_seqs | PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, OPERATION_SEQUENCE_ID, RESOURCE_SEQ_NUM, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_OPERATION_RESOURCE_SEQS_U1 | Unique | Default | PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, OPERATION_SEQUENCE_ID, RESOURCE_SEQ_NUM, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 |