MSC_DIMENSIONS_B

This seed table stores definition of valid Dimensions to be used for creating Tree structures.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_DIMENSIONS_B_PK

DIMENSION_ID

Columns

Name Datatype Length Precision Not-null Comments
DIMENSION_ID NUMBER Yes ID of the given Dimension.
DIMENSION_CODE VARCHAR2 3 Code of the given Dimension.
TREE_STRUCTURE_NAME VARCHAR2 150 Name of the given Tree Structure.
SHOW_ALL_MEMBERS NUMBER 1 Boolean field to denote whether all members of the Dimension should be shown in UI or not
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
IS_ATTR_DIMENSION NUMBER 1 A value of 1 signifies that the dimension is created based on the Planning attribute while null or 2 signifies it is not.
IS_END_DMD_DIMENSION NUMBER 1 A value of 1 signifies that the dimension is created based on the End Demand while null or 2 signifies it is not.
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
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
msc_measure_context_dim msc_dimensions_b DIMENSION_ID
msc_measure_dim_params msc_dimensions_b DIMENSION_ID
msc_association_context msc_dimensions_b DIMENSION_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_DIMENSIONS_B_U1 Unique Default DIMENSION_ID, ORA_SEED_SET1
MSC_DIMENSIONS_B_U11 Unique Default DIMENSION_ID, ORA_SEED_SET2