WIE_MA_WO_TMP_ASSIGNMENT_SEQ

This table temporarily stores the sequence assigned for a work order and other related information from material assignment during force assignment and un-assignment.

Details

  • Schema: FUSION

  • Object owner: WIE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIE_MA_WO_TMP_ASSIGN_SEQ_PK

MA_WO_ASSIGNMENT_SEQUENCE_ID

Columns

Name Datatype Length Precision Not-null Comments
MA_WO_ASSIGNMENT_SEQUENCE_ID NUMBER 18 Yes The unique identifier of the material availability assignment sequences record. Its value comes from the WIE_MA_WO_ASSIGNMENT_SEQUENCES table.
WORK_ORDER_ID NUMBER 18 Yes Represents the internal identifier of the work order for which the assignment sequence and other related information are being captured.
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.
ORGANIZATION_ID NUMBER 18 Yes The organization identifier that represents the manufacturing plant to which the work order belongs.
MATERIAL_AVAILABLE_STATUS VARCHAR2 30 Yes Indicates the component availability of the corresponding work order. Values of 'ORA_Y', 'ORA_N', 'ORA_P' indicates components available, not available and partially available respectively.
ASSIGNMENT_CHANGE VARCHAR2 30 Indicates whether the work order has been force assigned or unassigned. Valid values are FORCE_ASSIGNED or FORCE_UNASSIGNED respectively. A value of null indicates that the assignment was not changed.
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
WIE_MA_WO_TMP_ASSIGNMENT_SEQ wie_work_orders_b WORK_ORDER_ID

Indexes

Index Uniqueness Tablespace Columns
WIE_MA_WO_TMP_ASSIGN_SEQ_N01 Non Unique Default ORGANIZATION_ID
WIE_MA_WO_TMP_ASSIGN_SEQ_U01 Unique Default WORK_ORDER_ID
WIE_MA_WO_TMP_ASSIGN_SEQ_U02 Unique Default MA_WO_ASSIGNMENT_SEQUENCE_ID