INV_SPOKE_PUB_DATE_HISTORY

INV_SPOKE_PUB_DATE_HISTORY table stores the historical details of the last publication date from the inventory publication ESS run.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_SPOKE_PUB_DATE_HISTORY_PK

SPOKE_SYSTEM_ID, OBJECT_TYPE

Columns

Name Datatype Length Precision Not-null Comments
SPOKE_SYSTEM_ID NUMBER 18 Yes External spoke system identifier.
OBJECT_TYPE VARCHAR2 100 Yes Abbreviation that identifies the object type on which the action needs to be taken. Possible value is ITEM_SUB_LOC.
LAST_SUCCESSFUL_PUBLICATION_DT TIMESTAMP Last successful publication date of the spoke system.
PUBLICATION_DATE TIMESTAMP Last publication date of the spoke system.
PUBLICATION_STATUS VARCHAR2 30 Indicates the status of the last publication.
PUBLICATION_DETAILS VARCHAR2 1000 Stores the zip file names of the published data.
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.
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.
ERROR_CODE VARCHAR2 30 Error message code for failures during the publication of inventory management records.
ERROR_EXPLANATION VARCHAR2 240 Error message text for failures during the publication of inventory management records.

Indexes

Index Uniqueness Tablespace Columns
INV_SPOKE_PUB_DATE_HISTORY_U1 Unique FUSION_TS_TX_DATA SPOKE_SYSTEM_ID, OBJECT_TYPE