SCH_PR_ITEM_SUB_INVENTORIES

This table archives the item subinventory attributes for the disrupted item and stores the item subinventory attributes for the replacement item during the item replacement process.

Details

  • Schema: FUSION

  • Object owner: SCH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SCH_PR_ITEM_SUB_INVS_PK

INVENTORY_ITEM_ID, ORGANIZATION_ID, SECONDARY_INVENTORY, REPLACEMENT_DETAIL_ID, ARCHIVE_FLAG, ACTION

Columns

Name Datatype Length Precision Not-null Comments
INVENTORY_ITEM_ID NUMBER 18 Yes Indicates the inventory item identifier of the original item that undergoes item replacement.
ORGANIZATION_ID NUMBER 18 Yes Indicates the inventory organization identifier for which item subinventories undergo item replacement.
SECONDARY_INVENTORY VARCHAR2 10 Yes Indicates the subinventory of the original item which undergoes item replacement.
REPLACEMENT_DETAIL_ID NUMBER 18 Yes Replacement Details Unique Identifier.
ARCHIVE_FLAG VARCHAR2 1 Yes Indicates the item subinventory records with original attributes archived for reinstatement purpose during item replacement.
ACTION VARCHAR2 30 Yes Indicates the action for which the item subinventory record is created or updated.
REPLACEMENT_ID NUMBER 18 Yes Unique Identifier for a replacement instance initiated for a combination of supplier, supplier site and item in a procurement business unit.
INV_PLANNING_CODE NUMBER 9 Yes This code indicates the original item planning method.
MIN_MINMAX_QUANTITY NUMBER Subinventory-level minmax planning minimum quantity.
MINMAX_QUANTITY_UOM VARCHAR2 3 This indentifies the minmax quantity uom.
MAX_MINMAX_QUANTITY NUMBER Subinventory-level minmax planning maximum quantity.
FIXED_LOT_MULTIPLE NUMBER 9 Subinventory-level fixed lot multiple.
MINIMUM_ORDER_QUANTITY NUMBER Subinventory-level minimum order quantity.
MAXIMUM_ORDER_QUANTITY NUMBER Subinventory-level maximum order quantity.
PREPROCESSING_LEAD_TIME NUMBER This is the lead time for pre-processing.
PROCESSING_LEAD_TIME NUMBER This is the lead time for processing.
POSTPROCESSING_LEAD_TIME NUMBER This is the lead time for post-processing.
SOURCE_TYPE VARCHAR2 30 Inventory or supplier source type.
SOURCE_SUBINVENTORY VARCHAR2 10 Subinventory that indicates the source of replenishment.
SOURCE_ORGANIZATION_ID NUMBER 18 Organization that indicates the source of replenishment.
PAR_REP_COUNT_TYPE VARCHAR2 30 Indicates the original replenishment count type. Values include Order PAR, On-Hand Quantity, and Order Quantity. If this field is not specified, the Default Replenishment Count Type specified for the subinventory will be used.
PAR_LEVEL NUMBER Level at which the quantity should be stocked. If the count falls below this quantity, it is used to calculate the re-order quantity(if the PAR Maximum Quantity is not specified).
PAR_MAX_QTY NUMBER If the count falls below the PAR level, this value is used to calculate the re-order quantity. If not specified, the PAR level will be used.
PAR_UOM_CODE VARCHAR2 3 Indicates the PAR level unit of measure associated with the item. This value will automatically default based on the item entered.
QTY_COUNT_TOLERANCE NUMBER Use this field to define the allowed count tolerance to be used before the system will not allow the count.This prevents data entry mistakes when counting and over-ordering on replenishment requests.
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.
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.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
SCH_PR_ITEM_SUB_INVENTORIES SCH_PR_REPLACEMENTS REPLACEMENT_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
SCH_PR_ITEM_SUB_INVS_N1 Non Unique Default ORGANIZATION_ID, SECONDARY_INVENTORY, INV_PLANNING_CODE
SCH_PR_ITEM_SUB_INVS_U1 Unique Default INVENTORY_ITEM_ID, ORGANIZATION_ID, SECONDARY_INVENTORY, REPLACEMENT_DETAIL_ID, ARCHIVE_FLAG, ACTION