Multidomain MDM
- Multidomain MDM 10.4
- All Products
Physical Name
| MDM Hub Data type (Size)
| Description
|
---|---|---|
PKEY_SRC_OBJECT
| VARCHAR (255)
| Primary key from the source system. The PKEY_SRC_OBJECT value must be unique. If the source record does not have a single unique column, concatenate the values from multiple columns to uniquely identify the record.
|
ROWID_OBJECT
| CHAR (14)
| Primary key from
MDM Hub .
MDM Hub assigns a unique ROWID_OBJECT value during the stage process.
|
DELETED_IND
| INT
| Reserved for future use.
|
DELETED_DATE
| TIMESTAMP
| Reserved for future use.
|
DELETED_BY
| VARCHAR (50)
| Reserved for future use.
|
LAST_UPDATE_DATE
| TIMESTAMP
| Date when the source system last updated the record. For base objects, LAST_UPDATE_DATE populates LAST_UPDATE_DATE and SRC_LUD in the cross-reference table, and based on trust settings might also populate LAST_UPDATE_DATE in the base object table.
|
UPDATED_BY
| VARCHAR (50)
| User or process responsible for the most recent update.
|
CREATE_DATE
| TIMESTAMP
| Date on which the record was created.
|
PERIOD_START_DATE
| TIMESTAMP
| Start date of an effective period of a record. PERIOD_START_DATE value is required for timeline-enabled base objects.
|
PERIOD_END_DATE
| TIMESTAMP
| End date of an effective period of a record. PERIOD_END_DATE value is required for timeline-enabled base objects.
|
CREATOR
| VARCHAR (50)
| User or process responsible for creating the record.
|
SRC_ROWID
| VARCHAR (30)
| Database internal Row ID column that traces records back to the landing table from the staging table.
|
HUB_STATE_IND
| INT
| For state-enabled base objects. Integer value indicating the state of this record. The following values are valid:
The default value is 1.
|
VERSION_SEQ
| INT
| For timeline-enabled base objects, value shows the order that records with the same primary source key were loaded into the stage table. For base objects that are not timeline-enabled, this value must be 1.
The VERSION_SEQ column is mapped to from a user-defined landing table column. The landing table column contains the version sequence for records with the same primary key but different period start and period end dates.
|