FND_TREE_FLATTENING_HISTORY
This table holds records of tree flattening history.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_TREE_FLATTENING_HISTO_PK |
TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, FLATTENING_TYPE, ENTERPRISE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTERPRISE_ID | NUMBER | 18 | Yes | ENTERPRISE_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 | |
PROCESS_POINT | TIMESTAMP | Yes | PROCESS_POINT | ||
FLATTENING_TYPE | VARCHAR2 | 32 | Yes | FLATTENING_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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_TREE_FLATTENING_HISTORY_U1 | Unique | Default | TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, FLATTENING_TYPE, ENTERPRISE_ID |