INV_ITEM_LOC_MAINT_DETAILS

INV_ITEM_LOC_MAINT_DETAILS stores the details of the item-locator associations for which the mass maintenance actions are to be performed. Information related to the mass maintenance action for these records will be stored in INV_SUBINV_MASS_MAINT_ACTIONS table.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

INV_ITEM_LOC_MAINT_DETAILS_PK

ITEM_LOC_MAINT_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
ITEM_LOC_MAINT_DETAIL_ID NUMBER 18 Yes Primary key to uniquely identify the item locator maintenance detail record.
MASS_MAINT_ACTION_ID NUMBER 18 Yes The foreign key to the INV_SUBINV_MASS_MAINT_ACTION table.
ORGANIZATION_ID NUMBER 18 Value that uniquely identifies the inventory organization.
ORGANIZATION_CODE VARCHAR2 18 Abbreviation that identifies the inventory organization.
SUBINVENTORY_CODE VARCHAR2 10 Yes Name that identifies the subinventory.
INVENTORY_ITEM_ID NUMBER 18 Value that uniquely identifies the inventory item.
ITEM_NUMBER VARCHAR2 300 Name that identifies the inventory item.
SECONDARY_LOCATOR NUMBER 18 Value that identifies the secondary locator.
SECONDARY_LOCATOR_NAME VARCHAR2 2000 Name that identifies the secondary locator.
ITEM_LOCATOR_ID NUMBER 18 Surrogate key for item locators.
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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
STATUS_ID NUMBER 18 Status Identifier - Used by WMS only.
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.
PAR_LEVEL NUMBER Level at with 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_UOM_CODE VARCHAR2 3 Abbreviation that indicates the PAR level unit of measure associated with the item. This value will automatically default based on the item entered.
PAR_UNIT_OF_MEASURE VARCHAR2 25 Name that indicates the PAR level unit of measure associated with the item. This value will automatically default based on the item entered.
DEFAULT_COUNT_TYPE_CODE VARCHAR2 30 Value that indicates the replenishment count type code. 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.
DEFAULT_COUNT_TYPE_NAME VARCHAR2 80 Name that indicates the 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_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.
COUNT_REQUIRED VARCHAR2 1 Code that indicates whether the item in the PAR location must be counted.
COUNT_REQUIRED_MEANING VARCHAR2 80 Value that indicates whether the item in the PAR location must be counted.
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.
PROCESSING_STATUS_CODE VARCHAR2 30 Yes Shows the status whether this is processed/not processed/errored record.
ERROR_CODE VARCHAR2 30 Error message code for the failure during maintenance action for item-locator association.
ERROR_EXPLANATION VARCHAR2 240 Error message text for the failure during maintenance action for item-locator association.

Indexes

Index Uniqueness Tablespace Columns
INV_ITEM_LOC_MAINT_DETAILS_N1 Non Unique Default MASS_MAINT_ACTION_ID
INV_ITEM_LOC_MAINT_DETAILS_N2 Non Unique Default PROCESSING_STATUS_CODE, MASS_MAINT_ACTION_ID
INV_ITEM_LOC_MAINT_DETAILS_U1 Unique Default ITEM_LOC_MAINT_DETAIL_ID