PSC_PBL_LOCATION_SITE
This table contains locations for a profile and how they are used.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_PBL_LOCATION_SITE_PK |
LOCATION_SITE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| LOCATION_SITE_ID | NUMBER | 18 | Yes | The unique identifier for a user's contact address. | Active | |
| PROFILE_ID | NUMBER | 18 | Yes | The user profile that is associated with the contact address. This is a foreign key to the profile ID at PSC_PBL_PROFILE.PROFILE_ID. | Active | |
| PARTY_SITE_ID | NUMBER | 18 | Yes | The site ID for the party site that is associated with the user. This is a foreign key to the party site ID at HZ_PARTY_SITES.PARTY_SITE_ID. | Active | |
| ONLINE_FLAG | VARCHAR2 | 1 | Yes | Y or N flag indicating whether a location offers online courses for educational providers. | Active | |
| PRIMARY_FLAG | VARCHAR2 | 1 | Yes | Y or N flag indicating whether a contact address is the primary contact address for a user profile. | ||
| 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_LOCATION_SITE | psc_pbl_profile | PROFILE_ID |
| PSC_PBL_LOCATION_SITE | hz_party_sites | PARTY_SITE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| PSC_PBL_LOCATION_SITE_FK1 | Non Unique | Default | PROFILE_ID | Active |
| PSC_PBL_LOCATION_SITE_FK2 | Non Unique | Default | PARTY_SITE_ID | Active |
| PSC_PBL_LOCATION_SITE_PK | Unique | Default | LOCATION_SITE_ID | Active |