HWR_XP_ACTIVITY_B
This is table the for the experience store activities.
Details
-
Schema: FUSION
-
Object owner: HWR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
HWR_XP_ACTIVITY_B_PK |
ACTIVITY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ACTIVITY_ID | NUMBER | 18 | Yes | The Unique database identifier for this activity. | |
ID_IRI | VARCHAR2 | 2000 | Yes | Unique identifier for this activity. The ID should follow the IRI sandard. | |
TYPE_IRI | VARCHAR2 | 2000 | Yes | The type of the activity, should follow the IRI standard. | |
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
hwr_xp_extension_b | hwr_xp_activity_b | ACTIVITY_ID |
hwr_xp_statement_b | hwr_xp_activity_b | REF_ACTIVITY_ID |
hwr_xp_statement_b | hwr_xp_activity_b | OBJECT_ACTIVITY_ID |
hwr_xp_activity_tl | hwr_xp_activity_b | ACTIVITY_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HWR_XP_ACTIVITY_B_N1 | Non Unique | Default | TYPE_IRI |
HWR_XP_ACTIVITY_B_U1 | Unique | Default | ACTIVITY_ID |
HWR_XP_ACTIVITY_B_U2 | Unique | Default | ID_IRI |