HZ_IMP_HIERARCHIES_T

The interface table HZ_IMP_HIERARCHIES_T stores information for trees and load into FND_TREE, FND_TREE_TL, FND_TREE_VERSION and FND_TREE_VERSION_TL tables.

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
PARTY_NUMBER VARCHAR2 30 Unique identification number for this party
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
INSERT_UPDATE_FLAG VARCHAR2 1 Indicates the action of insert or update based on matching outcome.
LANGUAGE VARCHAR2 4 Indicates the code of the language into which the contents of the translatable columns are translated.
SOURCE_LANG_FLAG VARCHAR2 1 . The purpose of this flag is to identify the row that will be responsible to perform update/insert on the _B table in the fusion schema. If the value is 'Y', the row will be used to: " Perform insert/update in _B table. " Create rows in _TL table for languages that are enabled in fusion but have no data in the interface table.
TREE_STRUCTURE_CODE VARCHAR2 30 Unique Identifier for a tree structure.
TREE_CODE VARCHAR2 30 User defined Identifier for tree code.
TREE_NAME VARCHAR2 80 The name of tree
ICON_NAME VARCHAR2 4000 The name of the icon for the tree
TREE_DESCRIPTION VARCHAR2 240 The description of tree
TREE_VERSION_ID VARCHAR2 32 Unique Identifier for the tree version and this column is for internal use only
TREE_VERSION_NAME VARCHAR2 80 The name of the tree version
TREE_VERSION_DESC VARCHAR2 240 The description of the tree version
TREE_VERSION_COMMENT VARCHAR2 4000 The comment for the tree version
DATA_SOURCE_ID VARCHAR2 32 Unique Identifier for the data source and this column is for internal use only
ROW_FLATTENED_TABLE VARCHAR2 30 Specify the table name where store the data for the row flattening.
ID_COL_FLATTENED_TABLE VARCHAR2 30 Specify the table name where store the data for the column flattening.
TREE_LABEL_ID VARCHAR2 32 Unique Identifier for the tree Label and this column is for internal use only
ACTION_FLAG VARCHAR2 1 Indicates the insert or update action decided by the matching process for Tree Node
INTERFACE_STATUS VARCHAR2 1 Status for the data in the interface table
ERROR_ID NUMBER 18 The Foreign key to the error table
FILE_RECORD_NUM NUMBER 10 This column is required by import wizard to related record in the interface table to the file row.
PARTNER_ORIG_SYSTEM VARCHAR2 30 Original System ID for the Partner
PARTNER_ORIG_SYSTEM_REFERENCE VARCHAR2 240 Original System Reference for the Partner
PARTNER_PARTY_ID NUMBER 18 Unique Identifier for the partner party
ACTION_CODE VARCHAR2 30 Indicates delete action for tree version by user
TREE_VERSION_ACTION_FLAG VARCHAR2 1 Indicates insert, update action for tree version decided by the matching process.
AS_OF_DATE DATE The date to use for fetch tree version when update
EFFECTIVE_START_DATE DATE Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
FILE_NAME_SYSTASK_ID NUMBER 18 Stores systask id for each import csv file.

Foreign Keys

Table Foreign Table Foreign Key Column
HZ_IMP_HIERARCHIES_T hz_imp_batch_summary BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
HZ_IMP_HIERARCHIES_T_N1 Non Unique Default BATCH_ID, PARTNER_ORIG_SYSTEM, PARTNER_ORIG_SYSTEM_REFERENCE, INTERFACE_STATUS
HZ_IMP_HIERARCHIES_T_N2 Non Unique Default TREE_CODE, TREE_STRUCTURE_CODE
HZ_IMP_HIERARCHIES_T_N3 Non Unique Default BATCH_ID, FILE_RECORD_NUM, INTERFACE_STATUS
HZ_IMP_HIERARCHIES_T_N4 Non Unique Default BATCH_ID, PARTY_NUMBER
HZ_IMP_HIERARCHIES_T_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID