MOT_TERR_FACT_DN
This table stores denormalized view of Fact along with the associated dimension member.
Details
-
Schema: FUSION
-
Object owner: MOT
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MOT_TERR_FACT_DN_PK |
PARTITION_ID, TERR_FACT_DN_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TERR_FACT_DN_ID | NUMBER | 18 | Yes | Primary key. | |
| PARTITION_ID | NUMBER | 18 | Yes | Identifier for dimension partition. | |
| FACT_ID | NUMBER | 18 | Yes | Identifier for fact. | |
| GEO_INTG_ID | VARCHAR2 | 80 | Identifier for geography dimension member associated to the fact | ||
| ACCT_INTG_ID | VARCHAR2 | 80 | Identifier for account dimension member associated to the fact. | ||
| ACTYP_INTG_ID | VARCHAR2 | 80 | Identifier for account type dimension member associated to the fact. | ||
| CSIZE_INTG_ID | VARCHAR2 | 80 | Identifier for customer size dimension member associated to the fact. | ||
| INDST_INTG_ID | VARCHAR2 | 80 | Identifier for industry dimension member associated to the fact. | ||
| AUX1_INTG_ID | VARCHAR2 | 80 | Identifier for auxiliary 1 dimension member associated to the fact. | ||
| AUX2_INTG_ID | VARCHAR2 | 80 | Identifier for auxiliary 2 dimension member associated to the fact. | ||
| AUX3_INTG_ID | VARCHAR2 | 80 | Identifier for auxiliary 3 dimension member associated to the fact. | ||
| ORGTP_INTG_ID | VARCHAR2 | 80 | Identifier for organization type dimension member associated to the fact. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| CONFLICT_ID | NUMBER | 18 | Yes | Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server). | |
| 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. | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MOT_TERR_FACT_DN_N1 | Non Unique | Default | PARTITION_ID, GEO_INTG_ID |
| MOT_TERR_FACT_DN_N10 | Non Unique | Default | PARTITION_ID, FACT_ID, INDST_INTG_ID |
| MOT_TERR_FACT_DN_N2 | Non Unique | Default | PARTITION_ID, ACCT_INTG_ID |
| MOT_TERR_FACT_DN_N3 | Non Unique | Default | PARTITION_ID, ACTYP_INTG_ID |
| MOT_TERR_FACT_DN_N4 | Non Unique | Default | PARTITION_ID, CSIZE_INTG_ID |
| MOT_TERR_FACT_DN_N5 | Non Unique | Default | PARTITION_ID, INDST_INTG_ID |
| MOT_TERR_FACT_DN_N6 | Non Unique | Default | PARTITION_ID, AUX1_INTG_ID |
| MOT_TERR_FACT_DN_N7 | Non Unique | Default | PARTITION_ID, AUX2_INTG_ID |
| MOT_TERR_FACT_DN_N8 | Non Unique | Default | PARTITION_ID, AUX3_INTG_ID |
| MOT_TERR_FACT_DN_N9 | Non Unique | Default | PARTITION_ID, ORGTP_INTG_ID |
| MOT_TERR_FACT_DN_PK | Unique | Default | PARTITION_ID, TERR_FACT_DN_ID |