PSC_PBL_CONTACT_PT

This table contains contact points for a user profile and information about how they are used.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_PBL_CONTACT_PT_PK

CONTACT_PT_ID

Columns

Name Datatype Length Precision Not-null Comments Status
CONTACT_PT_ID NUMBER 18 Yes The unique identifier for a user's contact point, such as an email address or phone number. Active
PROFILE_ID NUMBER 18 Yes The identifier for the user profile that is associated with a contact point such as an email address or phone number. This is a foreign key to the profile ID at PSC_PBL_PROFILE.PROFILE_ID. Active
CONTACT_POINT_ID NUMBER 18 Yes Indicates the party contact point. This is a foreign key to the contact point ID at HZ_CONTACT_POINTS.CONTACT_POINT_ID. Active
PRIMARY_FLAG VARCHAR2 1 Yes Y OR N flag indicating whether a contact point is the primary contact point for a user profile. Active
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. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_PBL_CONTACT_PT psc_pbl_profile PROFILE_ID
PSC_PBL_CONTACT_PT hz_contact_points CONTACT_POINT_ID

Indexes

Index Uniqueness Tablespace Columns Status
PSC_PBL_CONTACT_PT_FK1 Non Unique Default PROFILE_ID Active
PSC_PBL_CONTACT_PT_FK2 Non Unique Default CONTACT_POINT_ID Active
PSC_PBL_CONTACT_PT_PK Unique Default CONTACT_PT_ID Active