HZ_IMP_CLASS_CODES

The import interface table HZ_IMP_CLASS_CODES stores information for population into classification code and classification hierarchy.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Unique Identifier for a Batch
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_CLASS_CODES interface record. Internal use only.
ACTION_CODE VARCHAR2 30 Indicates delete action entered by user
INTERNAL_ACTION_CODE VARCHAR2 30 Indicates the action of insert or update for internal use.
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.
FILE_RECORD_NUM NUMBER 10 This column is required by import wizard to related record in the interface table to the file row.
LOAD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row.
CLASS_CATEGORY VARCHAR2 30 Class category that belongs to the group. For example, Public classifications such as US SIC, NACE, NAICS or custom classes.
CLASS_CODE VARCHAR2 30 Classification code
MEANING VARCHAR2 80 Classification code meaning
DESCRIPTION VARCHAR2 240 Classification code description
PARENT_CLASS_CODE VARCHAR2 30 Classification code of the parent node in classification hierarchy
MODIFY_HIERARCHY VARCHAR2 1 Indicate to create or update classification hierarchy. Default is N.
CLASS_CODE_NODE_ID VARCHAR2 32 Tree node id of classification code
PARENT_CLASS_CODE_NODE_ID VARCHAR2 32 Tree node id of parent classification code
FILE_NAME_SYSTASK_ID NUMBER 18 Stores systask id for each import csv file.

Indexes

Index Uniqueness Tablespace Columns
HZ_IMP_CLASS_CODES_N1 Non Unique Default BATCH_ID, FILE_RECORD_NUM, IMPORT_STATUS_CODE
HZ_IMP_CLASS_CODES_N2 Non Unique Default BATCH_ID, CLASS_CATEGORY, CLASS_CODE, IMPORT_STATUS_CODE
HZ_IMP_CLASS_CODES_U1 Unique FUSION_TS_TX_DATA BATCH_ID, INTERFACE_ROW_ID