HZ_PARTY_HIER_VERSION_DENORM

Oracle internal use only. This table hz_party_hier_version_denorm store snapshot information of customer hierarchies versions. This data is used to detect hierarchy changes.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

HZ_PARTY_HIER_VERSION_DN_PK

TREE_VERSION_ID, TREE_CODE, TREE_STRUCTURE_CODE

Columns

Name Datatype Length Precision Not-null Comments
TREE_STRUCTURE_CODE VARCHAR2 30 Yes Unique Identifier for a tree structure.
TREE_CODE VARCHAR2 30 Yes User defined Identifier for tree code.
TREE_VERSION_ID VARCHAR2 32 Yes Unique Identifier for the tree version.
TREE_VERSION_LAST_SYNC_DATE TIMESTAMP Indicate the date and time of the last update of the hierarchy.
REFRESH_STATE VARCHAR2 30 Status of tree version refresh
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
HZ_PARTY_HIER_VERSION_DN_N1 Non Unique Default TREE_VERSION_ID, TREE_CODE, TREE_STRUCTURE_CODE
HZ_PARTY_HIER_VERSION_DN_N2 Non Unique Default REFRESH_STATE, TREE_STRUCTURE_CODE