Search Results msc_bis_target_levels_u2
Overview
MSC.MSC_BIS_TARGET_LEVELS is a configuration and metadata table within the Oracle E-Business Suite 12.1.1 / 12.2.2 MSC schema, owned by the Advanced Supply Chain Planning / Business Intelligence System (BIS) subsystem. The table stores the distinct combinations of dimension levels that are applied simultaneously to produce a performance indicator aligned to a specific reporting requirement. A representative example in the documentation describes capturing sales revenue broken down by month, by product, and by state; this triplet of parameters would be persisted as a single target level row.
Rows are collected from source applications and are keyed by TARGET_LEVEL_ID together with SR_INSTANCE_ID, which identifies the source application instance. This dual-key pattern is common across MSC tables that aggregate cross-instance BI data. From a Data Vault modeling perspective, the heuristic classification is satellite-leaning, suggesting this table is best treated as a descriptive satellite attached to a business key hub rather than as a hub or link itself.
Key Information Stored
The surrogate primary key MSC_BIS_TARGET_LEVELS_PK is composed of TARGET_LEVEL_ID and SR_INSTANCE_ID. Two unique indexes act as business-key candidates: MSC_BIS_TARGET_LEVELS_U1 (SR_INSTANCE_ID, TARGET_LEVEL_ID) and MSC_BIS_TARGET_LEVELS_U2 (TARGET_LEVEL_SHORT_NAME, SR_INSTANCE_ID). The latter is the target the user searched for under the name msc_bis_target_levels_u2, and it enforces uniqueness of the short name within a source instance.
TARGET_LEVEL_SHORT_NAME— up to 80 characters; the concise identifier of the target level.TARGET_LEVEL_NAME— the descriptive label of the target level.DESCRIPTION— free-text elaboration of the target level's purpose.MEASURE_ID— foreign key toMSC_BIS_PERFORMANCE_MEASURES, the actual performance measure being reported.ORG_LEVEL_ID— the organization level dimension applied to the indicator.TIME_LEVEL_ID— the time granularity (e.g., month) applied to the indicator.DIMENSION1_LEVEL_IDthroughDIMENSION5_LEVEL_ID— up to five additional dimension levels combined simultaneously.COMPUTING_FUNCTION_IDandREPORT_FUNCTION_ID— the function used to compute and render the indicator.WORKFLOW_ITEM_TYPEandWORKFLOW_PROCESS_SHORT_NAME— workflow routing metadata for notifications.DEFAULT_NOTIFY_RESP_ID/DEFAULT_NOTIFY_RESP_SHORT_NAME— the default responsibility notified when thresholds are breached.- Standard audit columns including
LAST_UPDATE_DATE,CREATED_BY,REQUEST_ID, andPROGRAM_ID.
Common Use Cases and Queries
Target levels drive KPI dashboards, threshold-alerting workflows, and cross-source reporting in Oracle Supply Chain Intelligence and Demand Planning. Analysts commonly join the table to the measures definition to enumerate available indicators.
- List all target levels for a given source instance:
SELECT TARGET_LEVEL_ID, TARGET_LEVEL_NAME FROM MSC_BIS_TARGET_LEVELS WHERE SR_INSTANCE_ID = :p_instance; - Retrieve the measure behind a target level:
SELECT t.TARGET_LEVEL_NAME, m.MEASURE_NAME FROM MSC_BIS_TARGET_LEVELS t, MSC_BIS_PERFORMANCE_MEASURES m WHERE t.MEASURE_ID = m.MEASURE_ID; - Audit which target levels are consumed by configured targets:
SELECT tgt.TARGET_ID, tl.TARGET_LEVEL_NAME FROM MSC_BIS_TARGETS tgt JOIN MSC_BIS_TARGET_LEVELS tl ON tgt.TARGET_LEVEL_ID = tl.TARGET_LEVEL_ID AND tgt.SR_INSTANCE_ID = tl.SR_INSTANCE_ID; - Detect dimension combinations reused across instances: group by
DIMENSION1_LEVEL_ID…DIMENSION5_LEVEL_IDand countSR_INSTANCE_ID.
Related Objects
The table sits between measure definitions and user-facing targets. The most significant related objects follow.
MSC.MSC_BIS_PERFORMANCE_MEASURES— referenced throughMEASURE_ID; defines the metric the target level measures.MSC.MSC_BIS_TARGETS— references this table viaTARGET_LEVEL_ID; holds the actual targets assigned to users or responsibilities.- Organization hierarchy sources qualifying
ORG_LEVEL_ID. - Time hierarchy sources qualifying
TIME_LEVEL_ID. - Generic dimension level definitions consumed by
DIMENSION1_LEVEL_IDthroughDIMENSION5_LEVEL_ID. - Workflow and notification setup tables referenced by
WORKFLOW_ITEM_TYPE,WORKFLOW_PROCESS_SHORT_NAME, andDEFAULT_NOTIFY_RESP_ID.
-
INDEX: MSC.MSC_BIS_TARGET_LEVELS_U2
12.2.2
owner:MSC, object_type:INDEX, object_name:MSC_BIS_TARGET_LEVELS_U2, status:VALID,
-
INDEX: MSC.MSC_BIS_TARGET_LEVELS_U2
12.1.1
owner:MSC, object_type:INDEX, object_name:MSC_BIS_TARGET_LEVELS_U2, status:VALID,
-
TABLE: MSC.MSC_BIS_TARGET_LEVELS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_TARGET_LEVELS, object_name:MSC_BIS_TARGET_LEVELS, status:VALID,
-
TABLE: MSC.MSC_BIS_TARGET_LEVELS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_TARGET_LEVELS, object_name:MSC_BIS_TARGET_LEVELS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
eTRM - MSC Tables and Views
12.1.1
description: This table contains the mapping between user-defined zone and included regions ,
-
eTRM - MSC Tables and Views
12.2.2
description: This table contains the mapping between user-defined zone and included regions ,