FND_TREE_LOG_PARAMS
This table holds parameters for each tree node operation entry.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
FND_TREE_LOG_PARAMS_PK |
LOG_ENTRY_ID, PARAM_NAME, 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 | |
| PARAM_NAME | VARCHAR2 | 64 | Yes | PARAM_NAME | |
| PARAM_VALUE | VARCHAR2 | 100 | Yes | PARAM_VALUE | |
| 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_PARAMS_N1 | Non Unique | Default | LOG_ENTRY_ID, ENTERPRISE_ID |
| FND_TREE_LOG_PARAMS_U1 | Unique | Default | ENTERPRISE_ID, LOG_ENTRY_ID, PARAM_NAME |