WIS_ITEM_STRUCTURE_EVENTS
This table stores the item structure change events that are raised by the product information management (PIM) application when an item structure is modified.
Details
-
Schema: FUSION
-
Object owner: WIS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
WIS_ITEM_STRUCTURE_EVENTS_PK |
ITEM_STRUCTURE_EVENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ITEM_STRUCTURE_EVENT_ID | NUMBER | 18 | Yes | The unique identifier of the item structure event. Its value is an application generated unique id. | |
| EVENT_DATE | TIMESTAMP | Yes | Indicates the date when the event was raised from within the product information management (PIM) application. | ||
| EVENT_ENTITY | VARCHAR2 | 30 | Yes | Indicates the product information management (PIM) entity that triggered this event (i.e. structure header, components, substitutes, or reference designator). | |
| EVENT_TYPE | VARCHAR2 | 30 | Yes | Indicates the action that triggered this event (i.e. Add, Modify, or Delete). | |
| PROCESSED_FLAG | VARCHAR2 | 1 | Yes | Indicates whether this event has been processed or not. | |
| BILL_SEQUENCE_ID | NUMBER | 18 | Yes | Represents the unique identifier of the item structure record for which this event has been raised. | |
| COMPONENT_SEQUENCE_ID | NUMBER | 18 | Represents the unique identifier of the item structure component for which this event has been raised. | ||
| ORGANIZATION_ID | NUMBER | 18 | Represents the organization of the item structure for which this event has been raised. | ||
| INVENTORY_ITEM_ID | NUMBER | 18 | Represents the unique identifier of the item for which the event has been raised. | ||
| SYNCHRONIZATION_REQUEST_ID | NUMBER | 18 | Indicates the request identifier of the work definition synchronization ESS job that processes this item structure event record. | ||
| WORK_DEFINITION_ID | NUMBER | 18 | Represents the unique identifier of the work definition for which this event has been raised. | ||
| ORIG_ITEM_STRUCTURE_EVENT_ID | NUMBER | 18 | Represents the original item structure event identifier from which this event was raised. | ||
| 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 |
|---|---|---|---|
| WIS_ITEM_STRUCTURE_EVENTS_N1 | Non Unique | Default | BILL_SEQUENCE_ID |
| WIS_ITEM_STRUCTURE_EVENTS_N2 | Non Unique | Default | COMPONENT_SEQUENCE_ID |
| WIS_ITEM_STRUCTURE_EVENTS_U1 | Unique | Default | ITEM_STRUCTURE_EVENT_ID |