SVC_CONTACT_CREDENTIALS

This table contains the details associated to a person credentials.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_CONTACT_CREDENTIALS_PK

CREDENTIAL_ID

Columns

Name Datatype Length Precision Not-null Comments
CREDENTIAL_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
CREDENTIAL_NUMBER VARCHAR2 30 Yes Auto-generated unique number with customizable format.
CHANNEL_ID NUMBER 18 Identifies the channel from svc_channels_b table.
PERSON_PARTY_ID NUMBER 18 Yes Foreign key that references HZ_PARTIES (PARTY_ID), the Party ID of the person. This person can be an internal resource or a customer contact.
PARTY_TYPE_CD VARCHAR2 30 Yes The party type can only be an internal resource or a customer contact.
EMAIL_ADDRESS VARCHAR2 320 Yes Indicates the email address of the person.
CREDENTIAL_TYPE_CD VARCHAR2 30 Yes Lookup code that indicates the type of credential type such as SMIME.
CREDENTIAL_CONTENT CLOB Yes Content of the person credentials.
EXPIRY_DATE TIMESTAMP Yes Indicates the person credential expiry date.
DEFAULT_FLAG VARCHAR2 1 Yes Indicates whether this credential is the default (Y or N).
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes 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.
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_CONTACT_CREDENTIALS_N1 Non Unique Default EXPIRY_DATE
SVC_CONTACT_CREDENTIALS_N2 Non Unique Default EMAIL_ADDRESS
SVC_CONTACT_CREDENTIALS_N3 Non Unique Default CREATION_DATE
SVC_CONTACT_CREDENTIALS_N4 Non Unique Default LAST_UPDATE_DATE
SVC_CONTACT_CREDENTIALS_N5 Non Unique Default DEFAULT_FLAG
SVC_CONTACT_CREDENTIALS_PK Unique Default CREDENTIAL_ID
SVC_CONTACT_CREDENTIALS_U1 Unique Default CREDENTIAL_NUMBER
SVC_CONTACT_CREDENTIALS_U2 Unique Default PERSON_PARTY_ID, EMAIL_ADDRESS