MOT_TERR_DIMENSIONS_B

This entity defines the dimensions both seeded and custom defined that can be used while defining territories in sales territory management.

Details

  • Schema: FUSION

  • Object owner: MOT

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MOT_TERR_DIMENSIONS_B_PK

TERR_DIMENSION_ID

Columns

Name Datatype Length Precision Not-null Comments
TERR_DIMENSION_ID NUMBER 18 Yes Territory Dimension Identifier
DIMENSION_CODE VARCHAR2 5 Yes Stores type of dimension. eg. 'GEO', 'PRODUCT'. The value for this column will come from lookup.
ACTIVE_FLAG VARCHAR2 1 Yes Indicates whether Dimension is active or inactive.
DISPLAY_FLAG VARCHAR2 1 Yes Indicates whether a dimension should be displayed.
DEFAULT_FLAG VARCHAR2 1 Indicates default dimension in dimension picker in Runtime UI.
PARTITION_ID NUMBER 18 Yes Identifier of the dimension partition.
ACTIVATION_REQUEST VARCHAR2 30 Request code to disable or enable the dimension.
SYNCHED_FLAG VARCHAR2 1 Yes A flag to indicate if the dimension was synchronized (populated) in the TM schema.
REFRESH_REQUEST VARCHAR2 1 A binary flag corresponding to the administrators request to synchronize (refresh) a specific dimension of the Flagging (Visibility) partition during the Refresh Members process. The flag is applicable to the Refresh Members process only.
LAST_REFRESH_DATE TIMESTAMP The date/time stamp of the last successful refresh of a given dimension. Applicable to Flagging (Visibility) partition only.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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.
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_dimensions_b TERR_DIMENSION_ID
mot_terr_dim_members_b mot_terr_dimensions_b TERR_DIMENSION_ID
mot_terr_dimensions_tl mot_terr_dimensions_b TERR_DIMENSION_ID
mot_terr_dim_parameters mot_terr_dimensions_b TERR_DIMENSION_ID

Indexes

Index Uniqueness Tablespace Columns
MOT_TERR_DIMENSIONS_B_N1 Non Unique Default PARTITION_ID, TERR_DIMENSION_ID
MOT_TERR_DIMENSIONS_B_PK Unique Default TERR_DIMENSION_ID, ORA_SEED_SET1
MOT_TERR_DIMENSIONS_B_PK1 Unique Default TERR_DIMENSION_ID, ORA_SEED_SET2
MOT_TERR_DIMENSIONS_B_U1 Unique Default PARTITION_ID, DIMENSION_CODE, ORA_SEED_SET1
MOT_TERR_DIMENSIONS_B_U11 Unique Default PARTITION_ID, DIMENSION_CODE, ORA_SEED_SET2