FND_TREE_LOG

This table holds records of tree node operations.

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_TREE_LOG_PK

LOG_ENTRY_ID, ENTERPRISE_ID

Columns

Name Datatype Length Precision Not-null Comments
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID
LOG_ENTRY_ID VARCHAR2 32 Yes LOG_ENTRY_ID
TREE_STRUCTURE_CODE VARCHAR2 30 Yes TREE_STRUCTURE_CODE
TREE_CODE VARCHAR2 30 Yes TREE_CODE
TREE_VERSION_ID VARCHAR2 32 Yes TREE_VERSION_ID
OPERATION_TYPE VARCHAR2 32 Yes OPERATION_TYPE
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
fnd_tree_log_params fnd_tree_log LOG_ENTRY_ID, ENTERPRISE_ID

Indexes

Index Uniqueness Tablespace Columns
FND_TREE_LOG_N1 Non Unique Default TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, CREATION_DATE
FND_TREE_LOG_U1 Unique Default LOG_ENTRY_ID, ENTERPRISE_ID