WIS_KANBAN_PULL_SEQUENCES

This table stores Kanban information indicating how items should be replenished by a given replenishment type.

Details

  • Schema: FUSION

  • Object owner: WIS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIS_KANBAN_PULL_SEQUENCES_PK

PULL_SEQUENCE_ID

Columns

Name Datatype Length Precision Not-null Comments
PULL_SEQUENCE_ID NUMBER 18 Yes The unique identifier of the Kanban pull sequence. 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 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.
SUBINVENTORY_CODE VARCHAR2 10 Yes Represents the name of the subinventory.
LOCATOR_ID NUMBER 18 Represents the identifier of the item locator.
SOURCE_TYPE VARCHAR2 30 Yes Represents the source from where the item should be replenished. Valid values exist in the lookup with lookup type = ORA_WIS_KANBAN_SOURCE_TYPE.
SOURCE_ORGANIZATION_ID NUMBER 18 Represents the identifier of the organization from which the replenishment is sourced according to the specified source type value.
SOURCE_SUBINVENTORY_CODE VARCHAR2 10 Represents the name of the subinventory from which the replenishment is sourced according to the specified source type value.
SOURCE_LOCATOR_ID NUMBER 18 Represents the identifier of the item locator from which the replenishment is sourced according to the specified source type value.
KANBAN_SIZE NUMBER Indicates the quantity of the Kanban.
NUMBER_OF_CARDS NUMBER Indicates the number of Kanban cards.
REPLENISHMENT_LEAD_TIME NUMBER Indicates the amount of time required to replenish Kanban.
PRODUCTION_LINE_ID NUMBER 18 Represents the identifier of a production line. It is a foreign key to the WIS_PRODUCTION_LINES_B table.
CONSOLIDATION_FLAG VARCHAR2 1 Flag used to indicate consolidation option for cards of pull sequence. Valid values are Y or N.
CONSOLIDATION_GROUP_CODE VARCHAR2 30 Represents the consolidation group used to consolidate Kanban cards.
KANBAN_CALCULATION_METHOD VARCHAR2 30 Represents what is to be calculated, such as Kanban size or number of cards. Valid values exist in the lookup with lookup type = ORA_WIS_KANBAN_CALC_METHOD.
KANBAN_PLAN_ID NUMBER 18 Yes A unique identifier for the Kanban plan associated to the pull sequences.
LAST_IMPLEMENTED_PLAN_ID NUMBER 18 Represents the unique identifier of the Kanban plan that is implemented on the pull sequence.
PLAN_EFFECTIVITY_DATE DATE Represents the date on which the plan is implemented or published.
PLAN_START_DATE DATE Represents the start date chosen while running the plan.
PLAN_END_DATE DATE Represents the demand cutoff date chosen while running the plan.
SAFETY_STOCK_DAYS NUMBER Number of days of safety stock maintained to avoid inventory shortages.
ALLOCATION_PERCENT NUMBER Allocation percentage of average daily demand that needs to be associated to the pull sequences.
AVG_DAILY_DEMAND NUMBER Average daily demand calculated based on the Kanban plan run.
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.
ATTRIBUTE_CATEGORY VARCHAR2 80 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR16 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR17 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR18 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR19 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR20 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.

Indexes

Index Uniqueness Tablespace Columns
WIS_KANBAN_PULL_SEQUENCES_N01 Non Unique Default ORGANIZATION_ID, INVENTORY_ITEM_ID
WIS_KANBAN_PULL_SEQUENCES_U01 Unique Default PULL_SEQUENCE_ID