WIE_KANBAN_CARD_ACTIVITY
This table stores information related to kanban card activities.
Details
-
Schema: FUSION
-
Object owner: WIE
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
WIE_KANBAN_CARD_ACTIVITY_PK |
KANBAN_ACTIVITY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
KANBAN_ACTIVITY_ID | NUMBER | 18 | Yes | The unique identifier of the kanban card activity. 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. | |
PULL_SEQUENCE_ID | NUMBER | 18 | Yes | Represents the foreign key to the WIS_KANBAN_PULL_SEQUENCES table. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | The organization identifier represents the manufacturing plant to which this kanban pull sequence belongs. | |
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Represents the unique identifier of the item to be replenished using this defined kanban pull sequence. | |
KANBAN_CARD_ID | NUMBER | 18 | Yes | Represents the foreign key to the WIS_KANBAN_CARDS table. | |
REPLENISHMENT_CYCLE_ID | NUMBER | 18 | Yes | Indicates the identifier of the replenishment cycle. | |
FROM_SUPPLY_STATUS | VARCHAR2 | 30 | Yes | Indicates the from supply status. Valid values exist in the lookup with lookup type = ORA_WIS_KANBAN_SUPPLY_STATUS. | |
TO_SUPPLY_STATUS | VARCHAR2 | 30 | Indicates the to supply status. Valid values exist in the lookup with lookup type = ORA_WIS_KANBAN_SUPPLY_STATUS. | ||
CARD_STATUS | VARCHAR2 | 30 | Indicates the kanban card status. Valid values exist in the lookup with lookup type = ORA_WIS_KANBAN_CARD_STATUS. | ||
DOCUMENT_TYPE | VARCHAR2 | 30 | Indicates the replenishment document type. Valid values exist in the lookup with lookup type = ORA_WIE_KANBAN_DOCUMENT_TYPE. | ||
DOC_REF1 | NUMBER | 18 | Represents the unique identifier of the document indicated by the document type. | ||
DOC_REF2 | NUMBER | 18 | Represents the unique identifier of the document indicated by the document type. | ||
DOC_REF3 | NUMBER | 18 | Represents the unique identifier of the document indicated by the document type. | ||
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 |
---|---|---|---|
WIE_KANBAN_CARD_ACTIVITY_N01 | Non Unique | Default | KANBAN_CARD_ID, REPLENISHMENT_CYCLE_ID |
WIE_KANBAN_CARD_ACTIVITY_N02 | Non Unique | Default | ORGANIZATION_ID, INVENTORY_ITEM_ID |
WIE_KANBAN_CARD_ACTIVITY_N03 | Non Unique | Default | PULL_SEQUENCE_ID |
WIE_KANBAN_CARD_ACTIVITY_U01 | Unique | Default | KANBAN_ACTIVITY_ID |