WIE_WO_MATERIAL_TIA_VALUES

This table stores the transactional item attribute values. The metadata for the attributes are defined in the Item Class Definition UI. This is a child table to WIE_WO_OPERATION_MATERIALS.

Details

  • Schema: FUSION

  • Object owner: WIE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIE_WO_MATERIAL_TIAV_PK

MATERIAL_TIA_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
MATERIAL_TIA_VALUE_ID NUMBER 18 Yes The unique identifier of a transactional item attribute record. Its value is an application generated unique id.
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 The organization identifier that represents the manufacturing plant for this transactional item attribute.
TRANS_ATTR_METADATA_ID NUMBER 18 Yes The unique key with which the transactional item attribute metadata is identified.
TRANS_ATTR_ID NUMBER 18 Yes The unique key with which the transactional item attribute is defined.
WO_OPERATION_MATERIAL_ID NUMBER 18 Yes Represents the internal identifier to the work order operation material record. It is a foreign key to the WIE_WO_OPERATION_MATERIALS table.
VALUE_SET_ID NUMBER 18 The reference to the value set that is attached to the attribute.
VALUE_ID NUMBER 18 The unique value that is picked up from the attached value set.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
WIE_WO_MATERIAL_TIA_VALUES wie_wo_operation_materials WO_OPERATION_MATERIAL_ID

Indexes

Index Uniqueness Tablespace Columns
WIE_WO_MATERIAL_TIAV_N01 Non Unique Default WO_OPERATION_MATERIAL_ID
WIE_WO_MATERIAL_TIAV_U01 Unique Default MATERIAL_TIA_VALUE_ID