SVC_CSS_IDP_MIGR_HISTORY

This table is used to store the history of migrations of users between two identity providers. EVENT_ID is primary / unique key in this table.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_CSS_IDP_MIGR_HISTORY_PK

EVENT_ID

Columns

Name Datatype Length Precision Not-null Comments
EVENT_ID NUMBER 18 Yes Serial number and primary key for this table.
JOB_ID VARCHAR2 64 Yes An identifier that is generated every time a new job is started.
CONTACT_PARTY_ID NUMBER 18 Yes Party ID of the contact to be migrated.
EVENT_TYPE_CD VARCHAR2 30 Yes This column will identify the event type, which will be in the form of a LOV.
MIGRATION_TYPE_CD VARCHAR2 30 Yes This column will store the migration type for a particular event, which will be in the form of a LOV.
LOGIN_ID VARCHAR2 320 Login ID of the contact to be migrated.
FA_GUID VARCHAR2 64 GUID of the contact that exists in FA.
IDCS_GUID VARCHAR2 64 GUID of the contact that exists in IDCS.
EVENT_STATUS_CD VARCHAR2 30 Yes This column will store the status code of an event, which will be in the form of a LOV.
EVENT_NOTE VARCHAR2 4000 This column will store useful information about the status of the event. If there are any exceptions that occur during the course of an event, then this column will store that information.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who 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.

Indexes

Index Uniqueness Tablespace Columns
SVC_CSS_IDP_MIGR_HISTORY_N1 Non Unique Default CONTACT_PARTY_ID
SVC_CSS_IDP_MIGR_HISTORY_PK Unique Default EVENT_ID