Search Results msc_bis_performance_measures
Overview
MSC_BIS_PERFORMANCE_MEASURES is a table in the MSC schema, owned by the Advanced Supply Chain Planning product (Oracle Advanced Planning and Scheduling). It serves as the master repository for business performance measures that are collected from source applications and made available to the Oracle Business Intelligence System (BIS) reporting layer embedded within Advanced Supply Chain Planning. Each row defines a distinct performance measure — for example a metric tracked against a supply chain plan, organization, or time period — along with its dimensional context, unit of measure classification, and the source instance from which it originated.
The table functions as a definition or reference entity rather than a transactional fact store: it holds the identity and descriptive attributes of a measure, while target and actual values associated with that measure are maintained in dependent tables. From a Data Vault modeling perspective, the ETRM metadata classifies this object as hub-leaning. This heuristic suggests it is best modelled as a hub: the composite key of MEASURE_ID and SR_INSTANCE_ID represents a stable business key that anchors the measure, with descriptive and dimensional attributes potentially split into a satellite.
Key Information Stored
The primary key is defined by MSC_BIS_PERFORMANCE_MEASURE_PK, a composite of MEASURE_ID and SR_INSTANCE_ID. MEASURE_ID is the surrogate identifier for the measure, while SR_INSTANCE_ID denotes the source application instance, allowing the same logical measure to be distinguished across multiple integrated source systems.
Two unique indexes provide business-key candidates:
- MSC_BIS_PERFORMANCE_MEASURE_U1 (SR_INSTANCE_ID, MEASURE_ID) — effectively mirrors the primary key ordering.
- MSC_BIS_PERFORMANCE_MEASURE_U2 (MEASURE_SHORT_NAME, SR_INSTANCE_ID) — the user-facing identifier for a measure, unique within a source instance.
The most significant descriptive and structural columns include:
- MEASURE_SHORT_NAME and MEASURE_NAME — the abbreviated and full display names of the performance measure.
- DESCRIPTION — textual explanation of what the measure represents.
- ORG_DIMENSION_ID and TIME_DIMENSION_ID — references to the organization and time dimensions against which the measure is evaluated.
- DIMENSION1_ID through DIMENSION5_ID — five generic dimension slots enabling flexible analytical grouping.
- UNIT_OF_MEASURE_CLASS — classifies the measure's unit (for example currency, quantity, or percentage).
- REFRESH_NUMBER — tracks the data collection or refresh cycle associated with the measure.
- Standard audit columns: LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, plus concurrent program context in REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, and PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical usage centers on reporting and configuration of supply chain performance metrics. Analysts join this table to its dependent target-level table to resolve measure names and dimensional context for dashboard queries. A representative pattern:
- Resolving measure definitions for a given source instance:
SELECT measure_id, measure_short_name, measure_name, unit_of_measure_class FROM msc.msc_bis_performance_measures WHERE sr_instance_id = :p_instance; - Listing available performance measures for selection in a BIS report layout.
- Joining to MSC_BIS_TARGET_LEVELS to associate measures with their targets and tolerances.
- Auditing configuration changes via CREATION_DATE and LAST_UPDATE_DATE for compliance or troubleshooting refresh issues.
Because the table is comparatively small and definitional, queries rarely require heavy filtering beyond SR_INSTANCE_ID and MEASURE_SHORT_NAME.
Related Objects
The principal dependent object documented is MSC_BIS_TARGET_LEVELS, which references this table through a composite foreign key on MEASURE_ID and SR_INSTANCE_ID. This child table stores the target-level definitions tied to each performance measure, and joins between the two are performed on these two columns.
Additional related objects within the MSC BIS schema family include the performance measure collection and staging tables used during data refresh, as well as the dimension reference tables corresponding to ORG_DIMENSION_ID, TIME_DIMENSION_ID, and DIMENSION1_ID through DIMENSION5_ID. Concurrent programs in the Advanced Supply Chain Planning module populate and maintain this table as part of the BIS data collection cycle. Reporting views in the BIS layer select from MSC_BIS_PERFORMANCE_MEASURES to expose measure metadata to end users.
-
Table: MSC_BIS_PERFORMANCE_MEASURES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_PERFORMANCE_MEASURES, object_name:MSC_BIS_PERFORMANCE_MEASURES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_BIS_PERFORMANCE_MEASURES contains business performance measures collected from source applications. , implementation_dba_data: MSC.MSC_BIS_PERFORMANCE_MEASURES ,
-
Table: MSC_BIS_PERFORMANCE_MEASURES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_PERFORMANCE_MEASURES, object_name:MSC_BIS_PERFORMANCE_MEASURES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_BIS_PERFORMANCE_MEASURES contains business performance measures collected from source applications. , implementation_dba_data: MSC.MSC_BIS_PERFORMANCE_MEASURES ,
-
SYNONYM: APPS.MSC_BIS_PERFORMANCE_MEASURES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_BIS_PERFORMANCE_MEASURES, status:VALID,
-
SYNONYM: APPS.MSC_BIS_PERFORMANCE_MEASURES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_BIS_PERFORMANCE_MEASURES, status:VALID,
-
VIEW: MSC.MSC_BIS_PERFORMANCE_MEASURES#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_BIS_PERFORMANCE_MEASURES#, status:VALID,
-
TABLE: MSC.MSC_BIS_PERFORMANCE_MEASURES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_PERFORMANCE_MEASURES, object_name:MSC_BIS_PERFORMANCE_MEASURES, status:VALID,
-
VIEW: MSC.MSC_BIS_PERFORMANCE_MEASURES#
12.2.2
-
TABLE: MSC.MSC_BIS_PERFORMANCE_MEASURES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_PERFORMANCE_MEASURES, object_name:MSC_BIS_PERFORMANCE_MEASURES, status:VALID,
-
Table: 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, product: MSC - Advanced Supply Chain Planning , description: MSC_BIS_TARGET_LEVELS contains different combinations of dimension levels to be applied simultaneously to get a performance indicator relevant to a particular reporting need. For example, if someone wants to know sales revenues broken down , implementation_dba_data: MSC.MSC_BIS_TARGET_LEVELS ,
-
Table: 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, product: MSC - Advanced Supply Chain Planning , description: MSC_BIS_TARGET_LEVELS contains different combinations of dimension levels to be applied simultaneously to get a performance indicator relevant to a particular reporting need. For example, if someone wants to know sales revenues broken down , implementation_dba_data: MSC.MSC_BIS_TARGET_LEVELS ,
-
Lookup Type: MSC_ODS_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
PACKAGE BODY: APPS.MSC_GET_BIS_VALUES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_GET_BIS_VALUES, status:VALID,
-
PACKAGE BODY: APPS.MSC_GET_BIS_VALUES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_GET_BIS_VALUES, status:VALID,
-
Lookup Type: MSC_ODS_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
PACKAGE BODY: APPS.MSC_CL_OTHER_ODS_LOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_OTHER_ODS_LOAD, status:VALID,
-
PACKAGE BODY: APPS.MSC_CL_OTHER_ODS_LOAD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_OTHER_ODS_LOAD, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.MSC_CL_OTHER_ODS_LOAD dependencies on MSC_BIS_PERFORMANCE_MEASURES
12.2.2
-
APPS.MSC_CL_OTHER_ODS_LOAD dependencies on MSC_BIS_PERFORMANCE_MEASURES
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_PERFORMANCE_MEASURES
12.1.1
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_PERFORMANCE_MEASURES
12.2.2
-
APPS.MSC_CL_OTHER_ODS_LOAD SQL Statements
12.1.1
-
APPS.MSC_GET_BIS_VALUES SQL Statements
12.2.2
-
APPS.MSC_GET_BIS_VALUES SQL Statements
12.1.1
-
APPS.MSC_CL_OTHER_ODS_LOAD SQL Statements
12.2.2
-
APPS.MSC_PURGE_LID SQL Statements
12.1.1
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_TARGET_LEVELS
12.1.1
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_TARGET_LEVELS
12.2.2
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_TARGETS
12.2.2
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_BUSINESS_PLANS
12.2.2
-
PACKAGE BODY: APPS.MSC_CL_OTHER_ODS_LOAD
12.1.1
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_TARGETS
12.1.1
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_BUSINESS_PLANS
12.1.1
-
APPS.MSC_PURGE_LID SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MSC_CL_OTHER_ODS_LOAD
12.2.2
-
APPS.MSC_PURGE_LID dependencies on MSC_CL_COLLECTION
12.1.1
-
APPS.MSC_PURGE_LID dependencies on MSC_CL_COLLECTION
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 ,
-
PACKAGE BODY: APPS.MSC_PURGE_LID
12.1.1
-
APPS.MSC_CL_OTHER_ODS_LOAD dependencies on FND_MESSAGE
12.1.1