MOT_TERR_DIM_PARTITIONS

Partitions divide the TM space between production and stage environments. Partition entity is the reference entity for many Territory Management entities, which defines which partition their records belong to. Additionally Partition entity holds information on areas such as cube name (for a given partition), the partition status etc.

Details

  • Schema: FUSION

  • Object owner: MOT

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MOT_TERR_DIM_PARTITIONS_PK

TERR_DIM_PARTITION_ID

Columns

Name Datatype Length Precision Not-null Comments
TERR_DIM_PARTITION_ID NUMBER 18 Yes Primary key.
TERRITORY_VALIDATION_FLAG VARCHAR2 1 Enable territories validations and load dimension members for optionally synchronized dimensions.
CUBE_NAME VARCHAR2 8 Name of the cube.
ESSBASE_APPS_NAME VARCHAR2 8 Name of the application in ESSBASE.
STATUS_CODE VARCHAR2 30 Yes Status code of the partition
TYPE_CODE VARCHAR2 30 Yes Type of the partition.
ERROR_TEXT VARCHAR2 1000 Stores error message in case of failure in synchronization process.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROCESS_ID VARCHAR2 30 Identifier of the updating process.
UPLOAD_STATUS_CODE VARCHAR2 30 Holds the Load Status Code
UPLOAD_REQUEST_ID NUMBER 18 Identifier of Load process.
LAST_UPLOAD_START_DATE TIMESTAMP Time of the last started upload of the dimensions belonging to the partition
LAST_UPLOAD_END_DATE TIMESTAMP Time of the last completed upload of the dimensions belonging to the partition
ACTIVATION_REQUEST_ID NUMBER 18 Identifier of Activation process.
ACTIVATION_STATUS_CODE VARCHAR2 30 Holds the Activation Status Code
ACTIVATION_START_DATE TIMESTAMP Activation start date,i.e date when the activation was started
ACTIVATION_END_DATE TIMESTAMP Activation end date,i.e date when the activation was completed
LAST_OPERATION VARCHAR2 30 Name of last ESS operation performed, or null if no operation has been performed on a partition.
ESS_REQUEST_CONTEXT VARCHAR2 100 Stores the context of the ESS request.
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.
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.
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).
ASGN_PRECEDENCE_FLAG VARCHAR2 1 Enable assignment precedence using inclusion
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
mot_terr_dimensions_b mot_terr_dim_partitions PARTITION_ID
mot_terr_dim_mem_flags mot_terr_dim_partitions PARTITION_ID
mot_sales_acct_dim_members mot_terr_dim_partitions PARTITION_ID
mot_terr_dim_members_b mot_terr_dim_partitions PARTITION_ID
mot_terr_metrics_b mot_terr_dim_partitions PARTITION_ID

Indexes

Index Uniqueness Tablespace Columns
MOT_TERR_DIM_PARTITIONS_PK Unique Default TERR_DIM_PARTITION_ID, ORA_SEED_SET1
MOT_TERR_DIM_PARTITIONS_PK1 Unique Default TERR_DIM_PARTITION_ID, ORA_SEED_SET2
MOT_TERR_DIM_PARTITIONS_U1 Unique Default TYPE_CODE, ORA_SEED_SET1
MOT_TERR_DIM_PARTITIONS_U11 Unique Default TYPE_CODE, ORA_SEED_SET2