ZCH_LINKED_PARTIES_INT

This table zch_linked_parties_int is used to import optimized linked party attributes.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • 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 zch_linked_parties_int interface record. Internal use only.
IMPORT_STATUS_CODE VARCHAR2 30 Status code for Imported record.
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.
PARTY_ID NUMBER 18 Identifier for the Party.
PARTY_NUMBER VARCHAR2 30 Unique identification number for the party.
PARTY_TYPE VARCHAR2 20 Type of the party.
PARTY_USAGE_CODE VARCHAR2 30 Usage of the party.
DATA_SET_UUID VARCHAR2 36 Data set which contains this link set.
DATA_SET_ID NUMBER Identifier for the Data set which contains the link set.
RELATED_PARTY_ID NUMBER 18 Identifier for the related party
RELATED_PARTY_NUMBER VARCHAR2 30 Unique identification number for the related party.
RELATED_PARTY_TYPE VARCHAR2 30 Type of the party
RELATED_PARTY_USAGE_CODE VARCHAR2 30 Usage of the related party.
LINK_ID NUMBER 18 Identifier of the Link.
LINK_KEY VARCHAR2 122 Combination of Link Id, Context Party ID and Linked Party Id.
LINK_TYPE VARCHAR2 30 Type of links in this set.
MAIN_LINK_FLAG VARCHAR2 1 Flag value with Y or N to indicate the link betwen Sales party and Customer party.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCH_LINKED_PARTIES_INT_N1 Non Unique Default BATCH_ID, IMPORT_STATUS_CODE, PARTY_ID
ZCH_LINKED_PARTIES_INT_N2 Non Unique Default BATCH_ID, IMPORT_STATUS_CODE, RELATED_PARTY_ID
ZCH_LINKED_PARTIES_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID