HZ_IMP_HIERARCHY_NODES

The interface table HZ_IMP_HIERARCHY_NODES stores information for tree nodes and load into FND_TREE_NODE table.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments Status
BATCH_ID NUMBER 18 Yes Unique Identifier for a Batch.
DELETE_FLAG VARCHAR2 1 Indicate Delete if 'Y' Obsolete
ACTION_CODE VARCHAR2 30 Indicates delete action for tree node entered by user
AS_OF_DATE DATE The date to use for fetch tree version when update. It is part of matching key
IMPORT_STATUS_CODE VARCHAR2 30 Status for the data in the interface table
INTERFACE_ROW_ID NUMBER 18 Yes Unique identifier of the HZ_IMP_PERSONLANG_T interface record. Internal use only.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
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.
INSERT_UPDATE_CODE VARCHAR2 30 Indicates if a record should be explicitly inserted or updated Obsolete
ACTION_FLAG VARCHAR2 1 Indicates the insert, update or move action for the tree nodes decided by the matching process. Internal use only.
INTERFACE_STATUS VARCHAR2 30 Status for the data in the interface table
INSERT_UPDATE_FLAG VARCHAR2 1 Indicates if a record should be explicitly inserted or updated
ERROR_ID NUMBER 18 Foreign Key to the Error Table
TREE_STRUCTURE_CODE VARCHAR2 30 Unique Identifier for a tree structure.
TREE_CODE VARCHAR2 30 Tree code
TREE_VERSION_ID VARCHAR2 32 Unique Identifier for the tree version and this column is for internal use only
TREE_NODE_ID VARCHAR2 32 Unique identifier for tree node
DATA_SOURCE_ID VARCHAR2 32 Unique Identifier for the data source and this column is for internal use only
PARTY_ORIG_SYSTEM VARCHAR2 30 Original System Id for the party
PARTY_ORIG_SYS_REF VARCHAR2 240 Original System Reference for the party
PARTY_ID NUMBER 18 Unique Id for Party
PARENT_PARTY_ID NUMBER 18 Unique Id for Parrent Party
PARENT_PARTY_ORIG_SYSTEM VARCHAR2 30 Original System Id for the parent party
PARENT_PARTY_ORIG_SYS_REF VARCHAR2 240 Original System Reference for the parent party.
LABEL_SHORT_NAME VARCHAR2 80 Label Name based on the position in the tree hierarchy with respect to the child
TREE_LABEL_ID VARCHAR2 32 Unique identifier of Tree laber
PARENT_TREE_NODE_ID VARCHAR2 32 Unique identifier for the parent tree node party. This field is for internal use only
FILE_RECORD_NUM NUMBER 10 This column is required by import wizard to related record in the interface table to the file row.
FILE_NAME_SYSTASK_ID NUMBER 18 Stores systask id for each import csv file.
PARTY_NUMBER VARCHAR2 30 Unique identification number for this party
PARENT_PARTY_NUMBER VARCHAR2 30 Unique identification number for this parent party

Foreign Keys

Table Foreign Table Foreign Key Column
HZ_IMP_HIERARCHY_NODES hz_imp_batch_summary BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
HZ_IMP_HIERARCHY_NODES_N1 Non Unique Default BATCH_ID, PARENT_PARTY_ID
HZ_IMP_HIERARCHY_NODES_N2 Non Unique Default BATCH_ID, PARENT_PARTY_ORIG_SYSTEM, PARENT_PARTY_ORIG_SYS_REF, INTERFACE_STATUS
HZ_IMP_HIERARCHY_NODES_N3 Non Unique Default BATCH_ID, PARTY_ORIG_SYSTEM, PARTY_ORIG_SYS_REF, INTERFACE_STATUS
HZ_IMP_HIERARCHY_NODES_N4 Non Unique Default BATCH_ID, INTERFACE_STATUS, TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID
HZ_IMP_HIERARCHY_NODES_N5 Non Unique Default PARTY_ID
HZ_IMP_HIERARCHY_NODES_N6 Non Unique Default BATCH_ID, FILE_RECORD_NUM, INTERFACE_STATUS
HZ_IMP_HIERARCHY_NODES_N7 Non Unique Default BATCH_ID, PARTY_NUMBER
HZ_IMP_HIERARCHY_NODES_N8 Non Unique Default BATCH_ID, PARENT_PARTY_NUMBER
HZ_IMP_HIERARCHY_NODES_U1 Unique FUSION_TS_TX_DATA BATCH_ID, INTERFACE_ROW_ID