INV_SUBINVENTORIES_SEEDDATA_B

INV_SUBINVENTORIES_SEEDDATA_B is the seed data base table definition for the subinventory.This table is base table for multi language support(MLS) for subinventories seed data . This table will be hit when new organization is created or existing organization is edited.it contains attributes of subinventory which are non translatable and who columns. A subinventory is a section of inventory, i.e., raw material, finished goods, etc. Subinventories are assigned to items (in a many to one relationship), indicating a list of valid places where this item will physically exist in inventory.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

INV_SUBINV_SD_B_PK

SUBINVENTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
SUBINVENTORY_ID NUMBER 18 Yes This is the unique identifier of Subinventory.
STRUCTURE_INSTANCE_NUMBER NUMBER 18 Structure instance number of the locator key field.
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.
DISABLE_DATE DATE Date this subinventory is disabled.
INVENTORY_ATP_CODE NUMBER 9 Yes Inventory available to promise code
AVAILABILITY_TYPE NUMBER 9 Yes This code indicates subinventory availability.
RESERVABLE_TYPE NUMBER 9 Yes Indicates hard reservation eligibility.
LOCATOR_TYPE VARCHAR2 30 Subinventory-level stock locator control type
PICKING_ORDER NUMBER This sets the order of picking.
QUANTITY_TRACKED NUMBER Yes Flag indicating onhand item quantity is recorded
ASSET_INVENTORY NUMBER 9 Yes Items contained within the subinventory regarded as assets
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.
LOCATION_ID NUMBER 18 This identifies the item locator.
DEPRECIABLE_FLAG NUMBER 9 Flag indicating if the sub inventory is depreciable
STATUS_ID NUMBER 18 Status Identifier - Used by WMS only
DEFAULT_LOC_STATUS_ID NUMBER 18 Default status ID for locators - Used by WMS only
SUBINVENTORY_TYPE VARCHAR2 30 Type of subinventory. A value 1 means storage and 2 means receiving.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
INV_SUBINV_SD_B_U1 Unique Default SUBINVENTORY_ID, ORA_SEED_SET1
INV_SUBINV_SD_B_U11 Unique Default SUBINVENTORY_ID, ORA_SEED_SET2