SVC_CSS_IDP_ROLE_MAPPINGS

This table is used to store the mappings between ORA_SVC_CSS_REL_TYPE_CD lookup code value and code of Identity provider roles. ROLE_MAPPING_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_ROLE_MAPPING_PK

ROLE_MAPPING_ID

Columns

Name Datatype Length Precision Not-null Comments
ROLE_MAPPING_ID NUMBER 18 Yes The primary key for this table.
CSS_ROLE_CD VARCHAR2 30 Yes CSS role code whose value is taken from ORA_SVC_CSS_REL_TYPE_CD lookup type.
IDP_ROLE_CODE VARCHAR2 240 Yes The Identity provider role code that the CSS role code maps to.
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_ROLE_MAPPINGS_PK Unique Default ROLE_MAPPING_ID
SVC_CSS_IDP_ROLE_MAPPINGS_U1 Unique Default IDP_ROLE_CODE