FUN_ERP_INTERFACE_DIMENSIONS

FUN_ERP_INTERFACE_DIMENSIONS stores the details of the ERP interface data extraction process run in incremental mode. There is one record for each extract for a combination of fixed dimension attributes. The date of the last extract run is stored for that combination of the fixed dimension attributes.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FUN_ERP_INTERFACE_DIM_PK

DIMENSION_ID

Columns

Name Datatype Length Precision Not-null Comments
DIMENSION_ID NUMBER 18 Yes Internal unique identifier of an ERP Interface data extraction process run in incremental mode.
ERP_INTERFACE_OPTIONS_ID NUMBER 18 Yes Unique identifier of the predefined outbound interface.
FIXED_DIMENSION_NAME1 VARCHAR2 150 Fixed dimension attribute name.
FIXED_DIMENSION_VALUE1 VARCHAR2 150 Fixed dimension attribute value.
FIXED_DIMENSION_NAME2 VARCHAR2 150 Fixed dimension attribute name.
FIXED_DIMENSION_VALUE2 VARCHAR2 150 Fixed dimension attribute value.
FIXED_DIMENSION_NAME3 VARCHAR2 150 Fixed dimension attribute name.
FIXED_DIMENSION_VALUE3 VARCHAR2 150 Fixed dimension attribute value.
FIXED_DIMENSION_NAME4 VARCHAR2 150 Fixed dimension attribute name.
FIXED_DIMENSION_VALUE4 VARCHAR2 150 Fixed dimension attribute value.
FIXED_DIMENSION_NAME5 VARCHAR2 150 Fixed dimension attribute name.
FIXED_DIMENSION_VALUE5 VARCHAR2 150 Fixed dimension attribute value.
FIXED_DIMENSION_NAME6 VARCHAR2 150 Fixed dimension attribute name.
FIXED_DIMENSION_VALUE6 VARCHAR2 150 Fixed dimension attribute value.
FIXED_DIMENSION_NAME7 VARCHAR2 150 Fixed dimension attribute name.
FIXED_DIMENSION_VALUE7 VARCHAR2 150 Fixed dimension attribute value.
FIXED_DIMENSION_NAME8 VARCHAR2 150 Fixed dimension attribute name.
FIXED_DIMENSION_VALUE8 VARCHAR2 150 Fixed dimension attribute value.
FIXED_DIMENSION_NAME9 VARCHAR2 150 Fixed dimension attribute name.
FIXED_DIMENSION_VALUE9 VARCHAR2 150 Fixed dimension attribute value.
FIXED_DIMENSION_NAME10 VARCHAR2 150 Fixed dimension attribute name.
FIXED_DIMENSION_VALUE10 VARCHAR2 150 Fixed dimension attribute value.
INCREMENTAL_DIMENSION_DATE DATE End date of an extraction run in incremental mode.
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.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FUN_ERP_INTERFACE_DIMENSIONS fun_erp_interface_options ERP_INTERFACE_OPTIONS_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_ERP_INTERFACE_DIM_U1 Unique Default DIMENSION_ID