XCC_ESSBASE_REPORTING_TREES
This table contains the tree versions copied to Oracle Fusion Budgetary Control Essbase cubes solely for reporting purposes.
Details
-
Schema: FUSION
-
Object owner: XCC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
XCC_ESSBASE_REPORTING_TREES_PK |
CUBE_ID, SEGMENT_CODE, TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CUBE_ID | NUMBER | 18 | Yes | Budgetary control balances cube identifier. | |
| SEGMENT_CODE | VARCHAR2 | 30 | Yes | Code of the chart of accounts segment. | |
| VALUE_SET_ID | NUMBER | 18 | Yes | Identifier of a value set that validates the segment values in a chart of accounts segment. | |
| TREE_STRUCTURE_CODE | VARCHAR2 | 30 | Yes | Tree structure code associated with a segment value set. | |
| TREE_CODE | VARCHAR2 | 30 | Yes | Tree code oassociated with a segment value set. | |
| TREE_VERSION_ID | VARCHAR2 | 32 | Yes | Identifier of the tree version that captures the hierarchical relationship among the chart of accounts segment values. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to 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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| XCC_ESSBASE_REP_TREES_N1 | Non Unique | Default | CUBE_ID, VALUE_SET_ID, SEGMENT_CODE |
| XCC_ESSBASE_REP_TREES_N2 | Non Unique | Default | CUBE_ID, VALUE_SET_ID, TREE_VERSION_ID |
| XCC_ESSBASE_REP_TREES_U1 | Unique | Default | CUBE_ID, SEGMENT_CODE, TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID |