GL_SEG_VAL_HIERARCHIES

GL_SEG_VAL_HIERARCHIES contains the relationship between various nodes in a given tree version in row-flattened manner. Each row includes an identification of the parent value and the corresponding child values.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Columns

Name Datatype Length Precision Not-null Comments
FLEX_VALUE_SET_ID NUMBER 10 Yes Flexfield value set defining column.
TREE_CODE VARCHAR2 30 Tree code identifier. Foreign key to FND_TREE.
TREE_VERSION_ID VARCHAR2 32 Tree version identifier. Foreign key to FND_TREE_VERSION.
PARENT_FLEX_VALUE VARCHAR2 60 Yes Parent segment value in the hierarchy.
CHILD_FLEX_VALUE VARCHAR2 60 Yes Child segment value in the hierarchy.
SUMMARY_FLAG VARCHAR2 1 Yes Whether or not a node value is 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.
STATUS_CODE VARCHAR2 1 Segment value hierarchy status code.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
GL_SEG_VAL_HIERARCHIES_U1 Unique Default FLEX_VALUE_SET_ID, PARENT_FLEX_VALUE, CHILD_FLEX_VALUE, TREE_CODE, TREE_VERSION_ID