GL_SEG_VAL_HIER_CF
GL_SEG_VAL_HIER_CF uses the structure of the FND_TREE_NODE_CF table as a template. It holds the relationship between various nodes in a given tree version in column-flattened manner for the accounting flexfield tree structure.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
GL_SEG_VAL_HIER_CF_PK |
ENTERPRISE_ID, TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, CF_TREE_NODE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ENTERPRISE_ID | NUMBER | 18 | Yes | Identifier of Enterprise. Used in partitioning for multiple tenancy. | |
| TREE_STRUCTURE_CODE | VARCHAR2 | 30 | Yes | Tree structure identifier. Foreign key to FND_TREE_STRUCTURE. | |
| TREE_CODE | VARCHAR2 | 30 | Yes | Tree code identifier. Foreign key to FND_TREE. | |
| TREE_VERSION_ID | VARCHAR2 | 32 | Yes | Tree version identifier. Foreign key to FND_TREE_VERSION. | |
| CF_TREE_NODE_ID | VARCHAR2 | 32 | Yes | Tree node identifier. Foreign key to FND_TREE_NODE. | |
| DISTANCE | NUMBER | 18 | Yes | Distance between current node and the root node. | |
| DEP0_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 0 tree node data source identifier. | ||
| DEP0_TREE_NODE_ID | VARCHAR2 | 32 | Depth 0 segment tree node identifier. | ||
| DEP0_PK1_VALUE | VARCHAR2 | 100 | Depth 0 tree node primary key identifier. | ||
| DEP0_PK2_VALUE | VARCHAR2 | 100 | Depth 0 tree node primary key identifier. | ||
| DEP0_PK3_VALUE | VARCHAR2 | 100 | Depth 0 tree node primary key identifier. | ||
| DEP0_PK4_VALUE | VARCHAR2 | 100 | Depth 0 tree node primary key identifier. | ||
| DEP0_PK5_VALUE | VARCHAR2 | 100 | Depth 0 tree node primary key identifier. | ||
| DEP1_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 1 tree node data source identifier. | ||
| DEP1_TREE_NODE_ID | VARCHAR2 | 32 | Depth 1 segment tree node identifier. | ||
| DEP1_PK1_VALUE | VARCHAR2 | 100 | Depth 1 tree node primary key identifier. | ||
| DEP1_PK2_VALUE | VARCHAR2 | 100 | Depth 1 tree node primary key identifier. | ||
| DEP1_PK3_VALUE | VARCHAR2 | 100 | Depth 1 tree node primary key identifier. | ||
| DEP1_PK4_VALUE | VARCHAR2 | 100 | Depth 1 tree node primary key identifier. | ||
| DEP1_PK5_VALUE | VARCHAR2 | 100 | Depth 1 tree node primary key identifier. | ||
| DEP2_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 2 tree node data source identifier. | ||
| DEP2_TREE_NODE_ID | VARCHAR2 | 32 | Depth 2 segment tree node identifier. | ||
| DEP2_PK1_VALUE | VARCHAR2 | 100 | Depth 2 tree node primary key identifier. | ||
| DEP2_PK2_VALUE | VARCHAR2 | 100 | Depth 2 tree node primary key identifier. | ||
| DEP2_PK3_VALUE | VARCHAR2 | 100 | Depth 2 tree node primary key identifier. | ||
| DEP2_PK4_VALUE | VARCHAR2 | 100 | Depth 2 tree node primary key identifier. | ||
| DEP2_PK5_VALUE | VARCHAR2 | 100 | Depth 2 tree node primary key identifier. | ||
| DEP3_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 3 tree node data source identifier. | ||
| DEP3_TREE_NODE_ID | VARCHAR2 | 32 | Depth 3 segment tree node identifier. | ||
| DEP3_PK1_VALUE | VARCHAR2 | 100 | Depth 3 tree node primary key identifier. | ||
| DEP3_PK2_VALUE | VARCHAR2 | 100 | Depth 3 tree node primary key identifier. | ||
| DEP3_PK3_VALUE | VARCHAR2 | 100 | Depth 3 tree node primary key identifier. | ||
| DEP3_PK4_VALUE | VARCHAR2 | 100 | Depth 3 tree node primary key identifier. | ||
| DEP3_PK5_VALUE | VARCHAR2 | 100 | Depth 3 tree node primary key identifier. | ||
| DEP4_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 4 tree node data source identifier. | ||
| DEP4_TREE_NODE_ID | VARCHAR2 | 32 | Depth 4 segment tree node identifier. | ||
| DEP4_PK1_VALUE | VARCHAR2 | 100 | Depth 4 tree node primary key identifier. | ||
| DEP4_PK2_VALUE | VARCHAR2 | 100 | Depth 4 tree node primary key identifier. | ||
| DEP4_PK3_VALUE | VARCHAR2 | 100 | Depth 4 tree node primary key identifier. | ||
| DEP4_PK4_VALUE | VARCHAR2 | 100 | Depth 4 tree node primary key identifier. | ||
| DEP4_PK5_VALUE | VARCHAR2 | 100 | Depth 4 tree node primary key identifier. | ||
| DEP5_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 5 tree node data source identifier. | ||
| DEP5_TREE_NODE_ID | VARCHAR2 | 32 | Depth 5 segment tree node identifier. | ||
| DEP5_PK1_VALUE | VARCHAR2 | 100 | Depth 5 tree node primary key identifier. | ||
| DEP5_PK2_VALUE | VARCHAR2 | 100 | Depth 5 tree node primary key identifier. | ||
| DEP5_PK3_VALUE | VARCHAR2 | 100 | Depth 5 tree node primary key identifier. | ||
| DEP5_PK4_VALUE | VARCHAR2 | 100 | Depth 5 tree node primary key identifier. | ||
| DEP5_PK5_VALUE | VARCHAR2 | 100 | Depth 5 tree node primary key identifier. | ||
| DEP6_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 6 tree node data source identifier. | ||
| DEP6_TREE_NODE_ID | VARCHAR2 | 32 | Depth 6 segment tree node identifier. | ||
| DEP6_PK1_VALUE | VARCHAR2 | 100 | Depth 6 tree node primary key identifier. | ||
| DEP6_PK2_VALUE | VARCHAR2 | 100 | Depth 6 tree node primary key identifier. | ||
| DEP6_PK3_VALUE | VARCHAR2 | 100 | Depth 6 tree node primary key identifier. | ||
| DEP6_PK4_VALUE | VARCHAR2 | 100 | Depth 6 tree node primary key identifier. | ||
| DEP6_PK5_VALUE | VARCHAR2 | 100 | Depth 6 tree node primary key identifier. | ||
| DEP7_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 7 tree node data source identifier. | ||
| DEP7_TREE_NODE_ID | VARCHAR2 | 32 | Depth 7 segment tree node identifier. | ||
| DEP7_PK1_VALUE | VARCHAR2 | 100 | Depth 7 tree node primary key identifier. | ||
| DEP7_PK2_VALUE | VARCHAR2 | 100 | Depth 7 tree node primary key identifier. | ||
| DEP7_PK3_VALUE | VARCHAR2 | 100 | Depth 7 tree node primary key identifier. | ||
| DEP7_PK4_VALUE | VARCHAR2 | 100 | Depth 7 tree node primary key identifier. | ||
| DEP7_PK5_VALUE | VARCHAR2 | 100 | Depth 7 tree node primary key identifier. | ||
| DEP8_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 8 tree node data source identifier. | ||
| DEP8_TREE_NODE_ID | VARCHAR2 | 32 | Depth 8 segment tree node identifier. | ||
| DEP8_PK1_VALUE | VARCHAR2 | 100 | Depth 8 tree node primary key identifier. | ||
| DEP8_PK2_VALUE | VARCHAR2 | 100 | Depth 8 tree node primary key identifier. | ||
| DEP8_PK3_VALUE | VARCHAR2 | 100 | Depth 8 tree node primary key identifier. | ||
| DEP8_PK4_VALUE | VARCHAR2 | 100 | Depth 8 tree node primary key identifier. | ||
| DEP8_PK5_VALUE | VARCHAR2 | 100 | Depth 8 tree node primary key identifier. | ||
| DEP9_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 9 tree node data source identifier. | ||
| DEP9_TREE_NODE_ID | VARCHAR2 | 32 | Depth 9 segment tree node identifier. | ||
| DEP9_PK1_VALUE | VARCHAR2 | 100 | Depth 9 tree node primary key identifier. | ||
| DEP9_PK2_VALUE | VARCHAR2 | 100 | Depth 9 tree node primary key identifier. | ||
| DEP9_PK3_VALUE | VARCHAR2 | 100 | Depth 9 tree node primary key identifier. | ||
| DEP9_PK4_VALUE | VARCHAR2 | 100 | Depth 9 tree node primary key identifier. | ||
| DEP9_PK5_VALUE | VARCHAR2 | 100 | Depth 9 tree node primary key identifier. | ||
| DEP10_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 10 tree node data source identifier. | ||
| DEP10_TREE_NODE_ID | VARCHAR2 | 32 | Depth 10 segment tree node identifier. | ||
| DEP10_PK1_VALUE | VARCHAR2 | 100 | Depth 10 tree node primary key identifier. | ||
| DEP10_PK2_VALUE | VARCHAR2 | 100 | Depth 10 tree node primary key identifier. | ||
| DEP10_PK3_VALUE | VARCHAR2 | 100 | Depth 10 tree node primary key identifier. | ||
| DEP10_PK4_VALUE | VARCHAR2 | 100 | Depth 10 tree node primary key identifier. | ||
| DEP10_PK5_VALUE | VARCHAR2 | 100 | Depth 10 tree node primary key identifier. | ||
| DEP11_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 11 tree node data source identifier. | ||
| DEP11_TREE_NODE_ID | VARCHAR2 | 32 | Depth 11 segment tree node identifier. | ||
| DEP11_PK1_VALUE | VARCHAR2 | 100 | Depth 11 tree node primary key identifier. | ||
| DEP11_PK2_VALUE | VARCHAR2 | 100 | Depth 11 tree node primary key identifier. | ||
| DEP11_PK3_VALUE | VARCHAR2 | 100 | Depth 11 tree node primary key identifier. | ||
| DEP11_PK4_VALUE | VARCHAR2 | 100 | Depth 11 tree node primary key identifier. | ||
| DEP11_PK5_VALUE | VARCHAR2 | 100 | Depth 11 tree node primary key identifier. | ||
| DEP12_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 12 tree node data source identifier. | ||
| DEP12_TREE_NODE_ID | VARCHAR2 | 32 | Depth 12 segment tree node identifier. | ||
| DEP12_PK1_VALUE | VARCHAR2 | 100 | Depth 12 tree node primary key identifier. | ||
| DEP12_PK2_VALUE | VARCHAR2 | 100 | Depth 12 tree node primary key identifier. | ||
| DEP12_PK3_VALUE | VARCHAR2 | 100 | Depth 12 tree node primary key identifier. | ||
| DEP12_PK4_VALUE | VARCHAR2 | 100 | Depth 12 tree node primary key identifier. | ||
| DEP12_PK5_VALUE | VARCHAR2 | 100 | Depth 12 tree node primary key identifier. | ||
| DEP13_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 13 tree node data source identifier. | ||
| DEP13_TREE_NODE_ID | VARCHAR2 | 32 | Depth 13 segment tree node identifier. | ||
| DEP13_PK1_VALUE | VARCHAR2 | 100 | Depth 13 tree node primary key identifier. | ||
| DEP13_PK2_VALUE | VARCHAR2 | 100 | Depth 13 tree node primary key identifier. | ||
| DEP13_PK3_VALUE | VARCHAR2 | 100 | Depth 13 tree node primary key identifier. | ||
| DEP13_PK4_VALUE | VARCHAR2 | 100 | Depth 13 tree node primary key identifier. | ||
| DEP13_PK5_VALUE | VARCHAR2 | 100 | Depth 13 tree node primary key identifier. | ||
| DEP14_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 14 tree node data source identifier. | ||
| DEP14_TREE_NODE_ID | VARCHAR2 | 32 | Depth 14 segment tree node identifier. | ||
| DEP14_PK1_VALUE | VARCHAR2 | 100 | Depth 14 tree node primary key identifier. | ||
| DEP14_PK2_VALUE | VARCHAR2 | 100 | Depth 14 tree node primary key identifier. | ||
| DEP14_PK3_VALUE | VARCHAR2 | 100 | Depth 14 tree node primary key identifier. | ||
| DEP14_PK4_VALUE | VARCHAR2 | 100 | Depth 14 tree node primary key identifier. | ||
| DEP14_PK5_VALUE | VARCHAR2 | 100 | Depth 14 tree node primary key identifier. | ||
| DEP15_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 15 tree node data source identifier. | ||
| DEP15_TREE_NODE_ID | VARCHAR2 | 32 | Depth 15 segment tree node identifier. | ||
| DEP15_PK1_VALUE | VARCHAR2 | 100 | Depth 15 tree node primary key identifier. | ||
| DEP15_PK2_VALUE | VARCHAR2 | 100 | Depth 15 tree node primary key identifier. | ||
| DEP15_PK3_VALUE | VARCHAR2 | 100 | Depth 15 tree node primary key identifier. | ||
| DEP15_PK4_VALUE | VARCHAR2 | 100 | Depth 15 tree node primary key identifier. | ||
| DEP15_PK5_VALUE | VARCHAR2 | 100 | Depth 15 tree node primary key identifier. | ||
| DEP16_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 16 tree node data source identifier. | ||
| DEP16_TREE_NODE_ID | VARCHAR2 | 32 | Depth 16 segment tree node identifier. | ||
| DEP16_PK1_VALUE | VARCHAR2 | 100 | Depth 16 tree node primary key identifier. | ||
| DEP16_PK2_VALUE | VARCHAR2 | 100 | Depth 16 tree node primary key identifier. | ||
| DEP16_PK3_VALUE | VARCHAR2 | 100 | Depth 16 tree node primary key identifier. | ||
| DEP16_PK4_VALUE | VARCHAR2 | 100 | Depth 16 tree node primary key identifier. | ||
| DEP16_PK5_VALUE | VARCHAR2 | 100 | Depth 16 tree node primary key identifier. | ||
| DEP17_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 17 tree node data source identifier. | ||
| DEP17_TREE_NODE_ID | VARCHAR2 | 32 | Depth 17 segment tree node identifier. | ||
| DEP17_PK1_VALUE | VARCHAR2 | 100 | Depth 17 tree node primary key identifier. | ||
| DEP17_PK2_VALUE | VARCHAR2 | 100 | Depth 17 tree node primary key identifier. | ||
| DEP17_PK3_VALUE | VARCHAR2 | 100 | Depth 17 tree node primary key identifier. | ||
| DEP17_PK4_VALUE | VARCHAR2 | 100 | Depth 17 tree node primary key identifier. | ||
| DEP17_PK5_VALUE | VARCHAR2 | 100 | Depth 17 tree node primary key identifier. | ||
| DEP18_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 18 tree node data source identifier. | ||
| DEP18_TREE_NODE_ID | VARCHAR2 | 32 | Depth 18 segment tree node identifier. | ||
| DEP18_PK1_VALUE | VARCHAR2 | 100 | Depth 18 tree node primary key identifier. | ||
| DEP18_PK2_VALUE | VARCHAR2 | 100 | Depth 18 tree node primary key identifier. | ||
| DEP18_PK3_VALUE | VARCHAR2 | 100 | Depth 18 tree node primary key identifier. | ||
| DEP18_PK4_VALUE | VARCHAR2 | 100 | Depth 18 tree node primary key identifier. | ||
| DEP18_PK5_VALUE | VARCHAR2 | 100 | Depth 18 tree node primary key identifier. | ||
| DEP19_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 19 tree node data source identifier. | ||
| DEP19_TREE_NODE_ID | VARCHAR2 | 32 | Depth 19 segment tree node identifier. | ||
| DEP19_PK1_VALUE | VARCHAR2 | 100 | Depth 19 tree node primary key identifier. | ||
| DEP19_PK2_VALUE | VARCHAR2 | 100 | Depth 19 tree node primary key identifier. | ||
| DEP19_PK3_VALUE | VARCHAR2 | 100 | Depth 19 tree node primary key identifier. | ||
| DEP19_PK4_VALUE | VARCHAR2 | 100 | Depth 19 tree node primary key identifier. | ||
| DEP19_PK5_VALUE | VARCHAR2 | 100 | Depth 19 tree node primary key identifier. | ||
| DEP20_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 20 tree node data source identifier. | ||
| DEP20_TREE_NODE_ID | VARCHAR2 | 32 | Depth 20 segment tree node identifier. | ||
| DEP20_PK1_VALUE | VARCHAR2 | 100 | Depth 20 tree node primary key identifier. | ||
| DEP20_PK2_VALUE | VARCHAR2 | 100 | Depth 20 tree node primary key identifier. | ||
| DEP20_PK3_VALUE | VARCHAR2 | 100 | Depth 20 tree node primary key identifier. | ||
| DEP20_PK4_VALUE | VARCHAR2 | 100 | Depth 20 tree node primary key identifier. | ||
| DEP20_PK5_VALUE | VARCHAR2 | 100 | Depth 20 tree node primary key identifier. | ||
| DEP21_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 21 tree node data source identifier. | ||
| DEP21_TREE_NODE_ID | VARCHAR2 | 32 | Depth 21 segment tree node identifier. | ||
| DEP21_PK1_VALUE | VARCHAR2 | 100 | Depth 21 tree node primary key identifier. | ||
| DEP21_PK2_VALUE | VARCHAR2 | 100 | Depth 21 tree node primary key identifier. | ||
| DEP21_PK3_VALUE | VARCHAR2 | 100 | Depth 21 tree node primary key identifier. | ||
| DEP21_PK4_VALUE | VARCHAR2 | 100 | Depth 21 tree node primary key identifier. | ||
| DEP21_PK5_VALUE | VARCHAR2 | 100 | Depth 21 tree node primary key identifier. | ||
| DEP22_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 22 tree node data source identifier. | ||
| DEP22_TREE_NODE_ID | VARCHAR2 | 32 | Depth 22 segment tree node identifier. | ||
| DEP22_PK1_VALUE | VARCHAR2 | 100 | Depth 22 tree node primary key identifier. | ||
| DEP22_PK2_VALUE | VARCHAR2 | 100 | Depth 22 tree node primary key identifier. | ||
| DEP22_PK3_VALUE | VARCHAR2 | 100 | Depth 22 tree node primary key identifier. | ||
| DEP22_PK4_VALUE | VARCHAR2 | 100 | Depth 22 tree node primary key identifier. | ||
| DEP22_PK5_VALUE | VARCHAR2 | 100 | Depth 22 tree node primary key identifier. | ||
| DEP23_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 23 tree node data source identifier. | ||
| DEP23_TREE_NODE_ID | VARCHAR2 | 32 | Depth 23 segment tree node identifier. | ||
| DEP23_PK1_VALUE | VARCHAR2 | 100 | Depth 23 tree node primary key identifier. | ||
| DEP23_PK2_VALUE | VARCHAR2 | 100 | Depth 23 tree node primary key identifier. | ||
| DEP23_PK3_VALUE | VARCHAR2 | 100 | Depth 23 tree node primary key identifier. | ||
| DEP23_PK4_VALUE | VARCHAR2 | 100 | Depth 23 tree node primary key identifier. | ||
| DEP23_PK5_VALUE | VARCHAR2 | 100 | Depth 23 tree node primary key identifier. | ||
| DEP24_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 24 tree node data source identifier. | ||
| DEP24_TREE_NODE_ID | VARCHAR2 | 32 | Depth 24 segment tree node identifier. | ||
| DEP24_PK1_VALUE | VARCHAR2 | 100 | Depth 24 tree node primary key identifier. | ||
| DEP24_PK2_VALUE | VARCHAR2 | 100 | Depth 24 tree node primary key identifier. | ||
| DEP24_PK3_VALUE | VARCHAR2 | 100 | Depth 24 tree node primary key identifier. | ||
| DEP24_PK4_VALUE | VARCHAR2 | 100 | Depth 24 tree node primary key identifier. | ||
| DEP24_PK5_VALUE | VARCHAR2 | 100 | Depth 24 tree node primary key identifier. | ||
| DEP25_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 25 tree node data source identifier. | ||
| DEP25_TREE_NODE_ID | VARCHAR2 | 32 | Depth 25 segment tree node identifier. | ||
| DEP25_PK1_VALUE | VARCHAR2 | 100 | Depth 25 tree node primary key identifier. | ||
| DEP25_PK2_VALUE | VARCHAR2 | 100 | Depth 25 tree node primary key identifier. | ||
| DEP25_PK3_VALUE | VARCHAR2 | 100 | Depth 25 tree node primary key identifier. | ||
| DEP25_PK4_VALUE | VARCHAR2 | 100 | Depth 25 tree node primary key identifier. | ||
| DEP25_PK5_VALUE | VARCHAR2 | 100 | Depth 25 tree node primary key identifier. | ||
| DEP26_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 26 tree node data source identifier. | ||
| DEP26_TREE_NODE_ID | VARCHAR2 | 32 | Depth 26 segment tree node identifier. | ||
| DEP26_PK1_VALUE | VARCHAR2 | 100 | Depth 26 tree node primary key identifier. | ||
| DEP26_PK2_VALUE | VARCHAR2 | 100 | Depth 26 tree node primary key identifier. | ||
| DEP26_PK3_VALUE | VARCHAR2 | 100 | Depth 26 tree node primary key identifier. | ||
| DEP26_PK4_VALUE | VARCHAR2 | 100 | Depth 26 tree node primary key identifier. | ||
| DEP26_PK5_VALUE | VARCHAR2 | 100 | Depth 26 tree node primary key identifier. | ||
| DEP27_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 27 tree node data source identifier. | ||
| DEP27_TREE_NODE_ID | VARCHAR2 | 32 | Depth 27 segment tree node identifier. | ||
| DEP27_PK1_VALUE | VARCHAR2 | 100 | Depth 27 tree node primary key identifier. | ||
| DEP27_PK2_VALUE | VARCHAR2 | 100 | Depth 27 tree node primary key identifier. | ||
| DEP27_PK3_VALUE | VARCHAR2 | 100 | Depth 27 tree node primary key identifier. | ||
| DEP27_PK4_VALUE | VARCHAR2 | 100 | Depth 27 tree node primary key identifier. | ||
| DEP27_PK5_VALUE | VARCHAR2 | 100 | Depth 27 tree node primary key identifier. | ||
| DEP28_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 28 tree node data source identifier. | ||
| DEP28_TREE_NODE_ID | VARCHAR2 | 32 | Depth 28 segment tree node identifier. | ||
| DEP28_PK1_VALUE | VARCHAR2 | 100 | Depth 28 tree node primary key identifier. | ||
| DEP28_PK2_VALUE | VARCHAR2 | 100 | Depth 28 tree node primary key identifier. | ||
| DEP28_PK3_VALUE | VARCHAR2 | 100 | Depth 28 tree node primary key identifier. | ||
| DEP28_PK4_VALUE | VARCHAR2 | 100 | Depth 28 tree node primary key identifier. | ||
| DEP28_PK5_VALUE | VARCHAR2 | 100 | Depth 28 tree node primary key identifier. | ||
| DEP29_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 29 tree node data source identifier. | ||
| DEP29_TREE_NODE_ID | VARCHAR2 | 32 | Depth 29 segment tree node identifier. | ||
| DEP29_PK1_VALUE | VARCHAR2 | 100 | Depth 29 tree node primary key identifier. | ||
| DEP29_PK2_VALUE | VARCHAR2 | 100 | Depth 29 tree node primary key identifier. | ||
| DEP29_PK3_VALUE | VARCHAR2 | 100 | Depth 29 tree node primary key identifier. | ||
| DEP29_PK4_VALUE | VARCHAR2 | 100 | Depth 29 tree node primary key identifier. | ||
| DEP29_PK5_VALUE | VARCHAR2 | 100 | Depth 29 tree node primary key identifier. | ||
| DEP30_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 30 tree node data source identifier. | ||
| DEP30_TREE_NODE_ID | VARCHAR2 | 32 | Depth 30 segment tree node identifier. | ||
| DEP30_PK1_VALUE | VARCHAR2 | 100 | Depth 30 tree node primary key identifier. | ||
| DEP30_PK2_VALUE | VARCHAR2 | 100 | Depth 30 tree node primary key identifier. | ||
| DEP30_PK3_VALUE | VARCHAR2 | 100 | Depth 30 tree node primary key identifier. | ||
| DEP30_PK4_VALUE | VARCHAR2 | 100 | Depth 30 tree node primary key identifier. | ||
| DEP30_PK5_VALUE | VARCHAR2 | 100 | Depth 30 tree node primary key identifier. | ||
| DEP31_DATA_SOURCE_ID | VARCHAR2 | 32 | Depth 31 tree node data source identifier. | ||
| DEP31_TREE_NODE_ID | VARCHAR2 | 32 | Depth 31 segment tree node identifier. | ||
| DEP31_PK1_VALUE | VARCHAR2 | 100 | Depth 31 tree node primary key identifier. | ||
| DEP31_PK2_VALUE | VARCHAR2 | 100 | Depth 31 tree node primary key identifier. | ||
| DEP31_PK3_VALUE | VARCHAR2 | 100 | Depth 31 tree node primary key identifier. | ||
| DEP31_PK4_VALUE | VARCHAR2 | 100 | Depth 31 tree node primary key identifier. | ||
| DEP31_PK5_VALUE | VARCHAR2 | 100 | Depth 31 tree node primary key identifier. | ||
| 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 |
|---|---|---|---|
| GL_SEG_VAL_HIER_CF_N1 | Non Unique | FUSION_TS_TX_IDX | TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, DEP0_TREE_NODE_ID |
| GL_SEG_VAL_HIER_CF_U1 | Unique | FUSION_TS_TX_IDX | ENTERPRISE_ID, TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, CF_TREE_NODE_ID |