INV_REPLENISH_PARAMS_INT

This table stores the interfaced MIN-MAX planning parameters or PAR parameters to be processed and then put into inv_replenish_parameters table. The data in this table is dump through csv upload by the inventory user.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

INV_REPLENISH_PARAMS_INT_PK

REPL_INT_ID

Columns

Name Datatype Length Precision Not-null Comments
REPL_INT_ID NUMBER 18 Yes Column indicating the unique identifier for the replenish interfaced parameters.
LOAD_ID NUMBER 18 Yes Column indicating the load id of the csv upload.
INVENTORY_ITEM_ID NUMBER 18 Column indicating the unique identifier of the item.
ITEM_NUMBER VARCHAR2 300 Column indicating the unique name of the item.
ORGANIZATION_ID NUMBER 18 Column indicating the unique identifier of the organization.
ORGANIZATION_CODE VARCHAR2 18 Column indicating the organization code.
ORGANIZATION_NAME VARCHAR2 300 Column indicating the organization name.
SUBINVENTORY_CODE VARCHAR2 10 Column indicating the subinventory code.
SUBINVENTORY_NAME VARCHAR2 50 Column indicating the subinventory name.
LOCATOR_ID NUMBER 18 Column indicating the unique identifier for locator.
LOCATOR VARCHAR2 300 Column indicating the locator name.
UOM_CODE VARCHAR2 3 Column indicating the unit of measure code.
UOM_NAME VARCHAR2 25 Column indicating the UOM of the inventory item.
REPLENISH_TYPE VARCHAR2 1 Yes Column indicating whether the replenishment parameter is for Min-Max or PAR. A value of M indicates min-max and value of P indicates PAR.
AVG_DAILY_DEMAND NUMBER Column indicating the average daily demand.
SAFETY_STOCK NUMBER Column indicating the safe stock for an item.
CUR_MIN_QTY NUMBER Column indicating the current minimum value for the item quantity.
CUR_MAX_QTY NUMBER Column indicating the current maximum value for the item quantity.
SUGT_MIN_QTY NUMBER Column indicating the minimum value calculated by min-max calculations for the item quantity.
SUGT_MAX_QTY NUMBER Column indicating the maximum value calculated by min-max calculations for the item quantity.
CUR_PAR_LEVEL NUMBER Column indicating the current minimum PAR quantity for the item.
CUR_PAR_MAX_QTY NUMBER Column indicating the current maximum PAR quantity for the item.
SUGT_PAR_LEVEL NUMBER Column indicating the suggested minimum PAR quantity for the item by planning.
SUGT_PAR_MAX_QTY NUMBER Column indicating the suggested maximum PAR quantity for the item by planning.
ERROR_CODE VARCHAR2 240 Column indicating the error code returned by processed record.
ERROR_EXPLANATION VARCHAR2 240 Column indicating the error explanation text.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR20 VARCHAR2 150 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
INV_REPLENISH_PARAMS_INT_N1 Non Unique Default INVENTORY_ITEM_ID, ORGANIZATION_ID, SUBINVENTORY_CODE, LOCATOR_ID
INV_REPLENISH_PARAMS_INT_U1 Unique Default REPL_INT_ID