HZ_ORIG_SYS_REF_INT

The import interface table HZ_ORIG_SYS_REF_INT stores information for population into the HZ_ORIG_SYS_REFERENCES table.

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
INTERFACE_ROW_ID NUMBER 18 Yes Unique identifier of the HZ_ORIG_SYS_REF_INT interface record. Internal use only.
IMPORT_STATUS_CODE VARCHAR2 30 Status code for Import
ACTION_CODE VARCHAR2 30 Indicates action entered by user
INTERNAL_ACTION_CODE VARCHAR2 30 Indicates the action of insert or update for internal use.
FILE_RECORD_NUM NUMBER 10 This column is required by file import to relate record in the interface table to the file row.
FILE_NAME_SYSTASK_ID NUMBER 18 Stores systask id for each import csv file.
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.
PARTY_ORIG_SYSTEM VARCHAR2 30 To be provided in case of INSERT. This is the referenced orig system that already exists in the OSR base table.
PARTY_ORIG_SYSTEM_REFERENCE VARCHAR2 255 To be provided in case of INSERT. This is the referenced orig system reference that already exists in the OSR base table.
PARTY_NUMBER VARCHAR2 30 User Key for the party.
ORIG_SYSTEM_REF_ID NUMBER 18 Primary key of the existing OS+OSR combination.
ORIG_SYSTEM VARCHAR2 30 Orig system that is to be newly created or updated if it exists already.
ORIG_SYSTEM_REFERENCE VARCHAR2 255 Orig system reference that is to be newly created or updated if it exists already.
OWNER_TABLE_NAME VARCHAR2 30 Stores base table name.
OWNER_TABLE_ID NUMBER 18 To be provided in case of INSERT. This is the referenced owner_table_id or primary key that already exists in the entity base table.
START_DATE_ACTIVE DATE Start date. This cannot be a future date.
END_DATE_ACTIVE DATE End date. This cannot be a past date.

Indexes

Index Uniqueness Tablespace Columns
HZ_ORIG_SYS_REF_INT_N1 Non Unique Default BATCH_ID, ORIG_SYSTEM, ORIG_SYSTEM_REFERENCE, OWNER_TABLE_ID, OWNER_TABLE_NAME
HZ_ORIG_SYS_REF_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID