GL_COA_TREE_VERSIONS_AGGR_DTLS

GL_COA_TREE_VERSIONS_AGGR_DTLS contains account hierarchy versions that are published to balances cube.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

GL_COA_TREE_VERSIONS_AGGR_PK

TREE_VERSION_ID, TREE_CODE, SEGMENT_CODE

Columns

Name Datatype Length Precision Not-null Comments
SEGMENT_CODE VARCHAR2 30 Yes Chart of accounts segment code. Foreign key to FND_KF_SEGMENTS_B.
VALUE_SET_ID NUMBER 18 Yes Value set identifier. Foreign key to FND_VS_VALUE_SETS.
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.
AGGREGATION_FLAG VARCHAR2 1 Yes To group or sum tree versions together.
PUBLISH_FLAG VARCHAR2 1 Yes Whether or not to publish the selected hierarchy.
LAST_PUBLISH_DATE DATE Yes Last published date of the segment hierarchy.
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_COA_TREE_VERS_AGGR_DTLS_U1 Unique Default TREE_VERSION_ID, TREE_CODE, SEGMENT_CODE