GL_SEG_VAL_HIER_RF
GL_SEG_VAL_HIER_RF contains the relationship between various nodes in a given tree version in row-flattened manner for the accounting flexfield tree structure. It uses the structure of the FND_TREE_NODE_RF table as a template.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
GL_SEG_VAL_HIER_RF_PK |
TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, TREE_NODE_ID, RF_TREE_NODE_ID, ENTERPRISE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| 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. | |
| RF_TREE_NODE_ID | VARCHAR2 | 32 | Yes | Tree node identifier. Foreign key to FND_TREE_NODE.. | |
| TREE_NODE_ID | VARCHAR2 | 32 | Yes | Tree node identifier. Foreign key to FND_TREE_NODE.. | |
| DATA_SOURCE_ID | VARCHAR2 | 32 | Yes | Tree node data source identifier. | |
| PK1_VALUE | VARCHAR2 | 100 | Tree node primary key identifier. | ||
| PK2_VALUE | VARCHAR2 | 100 | Tree node primary key identifier. | ||
| PK3_VALUE | VARCHAR2 | 100 | Tree node primary key identifier. | ||
| PK4_VALUE | VARCHAR2 | 100 | Tree node primary key identifier. | ||
| PK5_VALUE | VARCHAR2 | 100 | Tree node primary key identifier. | ||
| TREE_LABEL_ID | VARCHAR2 | 32 | Tree label identifier. Foreign key to FND_TREE_LABEL. | ||
| ANCESTOR_TREE_NODE_ID | VARCHAR2 | 32 | Ancestor tree node identifier. | ||
| ANCESTOR_DATA_SOURCE_ID | VARCHAR2 | 32 | Ancestor tree node data source identifier. | ||
| ANCESTOR_PK1_VALUE | VARCHAR2 | 100 | Primary key of the ancestor tree node. | ||
| ANCESTOR_PK2_VALUE | VARCHAR2 | 100 | Primary key of the ancestor tree node. | ||
| ANCESTOR_PK3_VALUE | VARCHAR2 | 100 | Primary key of the ancestor tree node. | ||
| ANCESTOR_PK4_VALUE | VARCHAR2 | 100 | Primary key of the ancestor tree node. | ||
| ANCESTOR_PK5_VALUE | VARCHAR2 | 100 | Primary key of the ancestor tree node. | ||
| ANCESTOR_TREE_LABEL_ID | VARCHAR2 | 32 | Ancestor tree label identifier. | ||
| DISTANCE | NUMBER | 18 | Yes | Distance between the tree node and the ancestor tree node. | |
| IS_LEAF | VARCHAR2 | 1 | Yes | Identifies if the tree node is a child or parent. | |
| 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. | ||
| ENTERPRISE_ID | NUMBER | 18 | Yes | Identifier of Enterprise. Used in partitioning for multiple tenancy. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GL_SEG_VAL_HIER_RF_N1 | Non Unique | FUSION_TS_TX_IDX | TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, ANCESTOR_PK1_VALUE |
| GL_SEG_VAL_HIER_RF_N2 | Non Unique | FUSION_TS_TX_IDX | TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, PK1_VALUE |
| GL_SEG_VAL_HIER_RF_U1 | Unique | FUSION_TS_TX_IDX | TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, TREE_NODE_ID, RF_TREE_NODE_ID, ENTERPRISE_ID |