FA_INTERFACE_MAPS

This is a temporary table which is used internally by Oracle.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FA_INTERFACE_MAPS_PK

LOAD_REQUEST_ID, INTERFACE_TYPE_CODE, ALTERNATE_ID1, ALTERNATE_ID2, ALTERNATE_ID3, ALTERNATE_ID4, ALTERNATE_ID5

Columns

Name Datatype Length Precision Not-null Comments
LOAD_REQUEST_ID NUMBER 18 Yes Oracle internal use only.
INTERFACE_TYPE_CODE VARCHAR2 30 Yes Oracle internal use only.
ALTERNATE_ID1 VARCHAR2 30 Yes Oracle internal use only.
ALTERNATE_ID2 VARCHAR2 30 Yes Oracle internal use only.
ALTERNATE_ID3 VARCHAR2 30 Yes Oracle internal use only.
ALTERNATE_ID4 VARCHAR2 30 Yes Oracle internal use only.
ALTERNATE_ID5 VARCHAR2 30 Yes Oracle internal use only.
SEQUENCE_ID NUMBER 18 Oracle internal use only.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
FA_INTERFACE_MAPS_U1 Unique FUSION_TS_TX_DATA LOAD_REQUEST_ID, INTERFACE_TYPE_CODE, ALTERNATE_ID1, ALTERNATE_ID2, ALTERNATE_ID3, ALTERNATE_ID4, ALTERNATE_ID5
FA_INTERFACE_MAPS_U2 Unique FUSION_TS_TX_DATA LOAD_REQUEST_ID, INTERFACE_TYPE_CODE, SEQUENCE_ID