MSC_EXCEPTION_B

This table is used to store Exception configuration base data.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_EXCEPTION_B_PK

EXCEPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
EXCEPTION_ID NUMBER 18 Yes Unique identifier for Exception.
THRESHOLD_DATE DATE Threshold date for Date Type Measure.
SEEDED_FLAG NUMBER 9 Yes Indicates if the exception is seeded.
PLAN_TYPE NUMBER 9 Yes Indicates plan type (1=Demand, 2=Supply, 3=Demand and Supply, 4=Sales and Operations)
BASIS NUMBER 9 Yes The plan type. (1 = Measure, 2 = Order)
BASIS_VALUE NUMBER 18 A base measure Id when BASIS = 1 or a fact reference when BASIS = 2 (Facts 1=Exceptions Count, 2=Exceptions Value, 3=Exceptions Days, 4=Exceptions Quantity 5=Exceptions Ratio / Percentage).
EXCEPTION_OPERATION VARCHAR2 32 The exception expression operation (!=, <, <=, =, >, >= ).
THRESHOLD_TYPE NUMBER 9 Threshold type. (1 = Value, 2 = Measure Id)
THRESHOLD NUMBER Threshold can be a value or or a measure id.
CUSTOMER_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
CUSTOMER_HIERARCHY NUMBER 18 Customer dimension hierarchy identifier.
CUSTOMER_LEVEL NUMBER 18 Customer dimension level identifier.
DEMAND_CLASS_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
DEMAND_CLASS_HIERARCHY NUMBER 18 Demand Class dimension hierarchy identifier.
DEMAND_CLASS_LEVEL NUMBER 18 Demand Class dimension level identifier.
EXCEPTION_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
EXCEPTION_HIERARCHY NUMBER 18 Exception hierarchy identifier for exception.
EXCEPTION_LEVEL NUMBER 18 Exception level identifier for exception.
ORDER_TYPE_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
ORDER_TYPE_HIERARCHY NUMBER 18 Order Type dimension hierarchy identifier.
ORDER_TYPE_LEVEL NUMBER 18 Order Type dimension level identifier.
ORGANIZATION_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
ORGANIZATION_HIERARCHY NUMBER 18 Organization dimension hierarchy identifier.
ORGANIZATION_LEVEL NUMBER 18 Organization dimension level identifier.
PLAN_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
PLAN_HIERARCHY NUMBER 18 Plan hierarchy identifier for exception
PLAN_LEVEL NUMBER 18 Plan level identifier for exception
PRODUCT_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
PRODUCT_HIERARCHY NUMBER 18 Product dimension hierarchy identifier.
PRODUCT_LEVEL NUMBER 18 Product dimension level identifier.
RESOURCE_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
RESOURCE_HIERARCHY NUMBER 18 Resource dimension hierarchy identifier.
RESOURCE_LEVEL NUMBER 18 Resource dimension level identifier.
SALES_ORGANIZATION_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
SALES_ORGANIZATION_HIERARCHY NUMBER 18 Sales organization hierarchy identifier.
SALES_ORGANIZATION_LEVEL NUMBER 10 Sales organization level identifier.
SCENARIO_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
SCENARIO_HIERARCHY NUMBER 18 Scenario dimension hierarchy identifier.
SCENARIO_LEVEL NUMBER 18 Scenario dimension level identifier.
SOURCE_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
SOURCE_HIERARCHY NUMBER 18 Source dimension hierarchy identifier.
SOURCE_LEVEL NUMBER 18 Source dimension level identifier.
SUPPLIER_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
SUPPLIER_HIERARCHY NUMBER 18 Supplier dimension hierarchy identifier.
SUPPLIER_LEVEL NUMBER 18 Supplier dimension level identifier.
TIME_DIM_ENABLED NUMBER 9 Indicates that the dimension is used.
TIME_HIERARCHY NUMBER 18 Time dimension hierarchy identifier.
TIME_LEVEL NUMBER 18 Time dimension level identifier.
INCLUDE_DEPENDENT_MEASURES NUMBER 9 Indicates if dependent measures are to be include in reports.
SEND_NOTIFICATION NUMBER 9 Indicates if notifications are to be sent.
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.
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.
CLUSTER_DIM_ENABLED NUMBER 9 Indicates that the cluster dimension is used.
CLUSTER_HIERARCHY NUMBER 18 Cluster dimension hierarchy identifier.
CLUSTER_LEVEL NUMBER 18 Cluster dimension level identifier.
END_DEM_PRODUCT_DIM_ENABLED NUMBER 9 Indicates that the End Demand Product dimension is used.
END_DEM_PRODUCT_HIERARCHY NUMBER 18 End Demand Product dimension hierarchy identifier.
END_DEM_PRODUCT_LEVEL NUMBER 18 End Demand Product dimension level identifier.
END_DEM_ORG_DIM_ENABLED NUMBER 9 Indicates that the End Demand Organization dimension is used.
END_DEM_ORG_HIERARCHY NUMBER 18 End Demand Organization dimension hierarchy identifier.
END_DEM_ORG_LEVEL NUMBER 18 End Demand Organization dimension level identifier.
END_DEM_ORDER_TYPE_DIM_ENABLED NUMBER 9 Indicates that the End Demand Order Type dimension is used.
END_DEM_ORDER_TYPE_HIERARCHY NUMBER 18 End Demand Order Type dimension hierarchy identifier.
END_DEM_ORDER_TYPE_LEVEL NUMBER 18 End Demand Order Type dimension level identifier.
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_exception_notify msc_exception_b EXCEPTION_ID
msc_exception_tl msc_exception_b EXCEPTION_ID
msc_exception_navigation msc_exception_b EXCEPTION_ID
msc_measure_context_exception msc_exception_b EXCEPTION_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_EXCEPTION_B_U1 Unique Default EXCEPTION_ID, ORA_SEED_SET1
MSC_EXCEPTION_B_U11 Unique Default EXCEPTION_ID, ORA_SEED_SET2