INV_LOCATOR_MAINT_DETAILS

This table is the detailed-level table that will outline the mass update/create actions taken for the Locator. So, if a locator update needs to happen for a specific attribute across multiple locators, then we will have one row denoting the action taken and the object on which the action is taken in the INV_SUBINV_MASS_MAINT_ACTION table, and it will have details of each locator. So, if 10 locators are being acted upon, then each locator being updated will have a row in this table with the corresponding detail. Also, when multiple locators are being created, then each locator being created will have one row in this table, and the INV_SUBINV_MASS_MAINT_ACTION will have one row with the CREATE ACTION.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

inv_locator_maint_details_PK

INV_LOCATOR_MAINT_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
INV_LOCATOR_MAINT_DETAIL_ID NUMBER 18 Yes Primary key to uniquely identify the 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 Value that uniquely identifies the inventory organization.
ORGANIZATION_CODE VARCHAR2 18 Abbreviation that identifies the inventory organization.
SUBINVENTORY_CODE VARCHAR2 10 Name that identifies the subinventory.
INVENTORY_LOCATION_ID NUMBER Value that identifies the inventory locator.
LOCATOR_NAME VARCHAR2 2000 This is name of the locator which is a concatenation of the various segments of the locator KFF.
STRUCTURE_INSTANCE_NUMBER NUMBER Structure instance number of locator key flex field.
DESCRIPTION VARCHAR2 50 This is the description of the locator.
DISABLE_DATE DATE Date when this locator is disabled.
INVENTORY_LOCATION_TYPE_NAME VARCHAR2 80 Name that indicates the type of inventory locator.
INVENTORY_LOCATION_TYPE_CODE VARCHAR2 30 Value that indicates the type of inventory locator.
PICKING_ORDER NUMBER This attribute sets the order of picking.
INVENTORY_ATP_CODE NUMBER 9 Inventory available to promise code.
AVAILABILITY_TYPE NUMBER 9 This code indicates subinventory availability.
RESERVABLE_TYPE NUMBER 9 Indicates hard reservation eligibility.
STATUS_ID NUMBER 18 Value that uniquely identifies the material status.
STATUS_CODE VARCHAR2 80 Name that identifies the material status.
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 the locator.
ERROR_EXPLANATION VARCHAR2 240 Error message text for the failure during maintenance action for the locator.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
INV_LOCATOR_MAINT_DETAILS_N1 Non Unique Default MASS_MAINT_ACTION_ID
INV_LOCATOR_MAINT_DETAILS_N2 Non Unique Default PROCESSING_STATUS_CODE, MASS_MAINT_ACTION_ID
INV_LOCATOR_MAINT_DETAILS_U1 Unique Default INV_LOCATOR_MAINT_DETAIL_ID