HZ_PARTY_HIER_CF_DENORM

Oracle internal use only. This table hz_party_hier_path_denorm store snapshot information of customer hierarchies.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

HZ_PARTY_HIER_CF_DENORM_PK

PARTY_ID, TREE_STRUCTURE_CODE

Columns

Name Datatype Length Precision Not-null Comments
PARTY_ID NUMBER 18 Yes Unique party identifier. Foreign key to the HZ_PARTIES table.
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.
PARENT_PARTY_ID NUMBER 18 The unique identifier of the parent account.
DEP0_PARTY_ID NUMBER 18 The unique identifier of the account at depth 0.
DEP1_PARTY_ID NUMBER 18 The unique identifier of the account at depth 1.
DEP2_PARTY_ID NUMBER 18 The unique identifier of the account at depth 2.
DEP3_PARTY_ID NUMBER 18 Unique party identifier. Foreign key to the HZ_PARTIES table.
DEP4_PARTY_ID NUMBER 18 The unique identifier of the account at depth 4.
DEP5_PARTY_ID NUMBER 18 The unique identifier of the account at depth 5.
DEP6_PARTY_ID NUMBER 18 The unique identifier of the account at depth 6.
DEP7_PARTY_ID NUMBER 18 The unique identifier of the account at depth 7.
DEP8_PARTY_ID NUMBER 18 The unique identifier of the account at depth 8.
DEP9_PARTY_ID NUMBER 18 The unique identifier of the account at depth 9.
DISTANCE NUMBER 18 The distance to the root node in the hierarchy for the entity.
FIXED_HIERARCHY_LEVEL NUMBER 18 The hierarchy level in the hierarchy for the entity.
PARTY_LAST_UPDATE_DATE TIMESTAMP Indicates the date and time of the last update of the party.
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_CF_DENORM_N1 Non Unique Default PARTY_ID, TREE_STRUCTURE_CODE
HZ_PARTY_HIER_CF_DENORM_N2 Non Unique Default PARTY_ID, TREE_CODE, TREE_STRUCTURE_CODE
HZ_PARTY_HIER_CF_DENORM_N3 Non Unique Default TREE_STRUCTURE_CODE, PARTY_LAST_UPDATE_DATE