FND_CA_ENGAGEMENT_FACT
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FND_CA_ENGAGEMENT_FACT_PK |
SEQ_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SEQ_ID | NUMBER | 18 | Yes | SEQ_ID | |
| TIMELINE_ID | VARCHAR2 | 256 | Yes | TIMELINE_ID | |
| PAGE_GROUPING_ID | VARCHAR2 | 256 | Yes | PAGE_GROUPING_ID | |
| ENV_ID | VARCHAR2 | 256 | Yes | ENV_ID | |
| PAGE_VIEWS | NUMBER | 30 | PAGE_VIEWS | ||
| DISTINCT_ENVIRONMENTS | NUMBER | 30 | DISTINCT_ENVIRONMENTS | ||
| DISTINCT_USERS | NUMBER | 30 | DISTINCT_USERS | ||
| DISTINCT_SESSIONS | NUMBER | 30 | DISTINCT_SESSIONS | ||
| TIMESPENT_P25 | NUMBER | 38 | TIMESPENT_P25 | ||
| TIMESPENT_P50 | NUMBER | 38 | TIMESPENT_P50 | ||
| TIMESPENT_P75 | NUMBER | 38 | TIMESPENT_P75 | ||
| TIMESPENT_P90 | NUMBER | 38 | TIMESPENT_P90 | ||
| TIMESPENT_P95 | NUMBER | 38 | TIMESPENT_P95 | ||
| TOTAL_TIME_SPENT | NUMBER | 38 | TOTAL_TIME_SPENT | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_CA_ENGAGEMENT_FACT_U1 | Unique | Default | SEQ_ID |