Search Results msc_bis_targets
Overview
MSC_BIS_TARGETS is a table within the MSC schema (Advanced Supply Chain Planning) in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the target values that drive the Business Intelligence System (BIS) reports used for supply chain performance measurement and exception management. Each row represents a defined target, together with its associated threshold ranges and notification assignments, so that actual planning results can be compared against expected performance levels and escalated when variance thresholds are breached.
Under the heuristic Data Vault classification derived from its foreign key structure, MSC_BIS_TARGETS is a link entity. This is a modeling suggestion rather than a physical implementation detail: the table connects target levels, business plans, organization hierarchies, and time dimensions into a single configured target, and the combination of these references forms the natural business key. The primary key, MSC_BIS_TARGETS_PK, is defined on the composite of TARGET_ID and SR_INSTANCE_ID, and the table carries 34 columns in the documented 12.2.2 physical schema.
Key Information Stored
The most operationally significant columns fall into three groups.
- Identity and instance: TARGET_ID is the surrogate identifier for the target; SR_INSTANCE_ID identifies the source instance against which the target is evaluated. Together they form the primary key, and the unique index MSC_BIS_TARGETS_U1 (SR_INSTANCE_ID, TARGET_ID) reinforces this pairing as a business-key candidate.
- Dimensional context: TARGET_LEVEL_ID, BUSINESS_PLAN_ID, ORG_LEVEL_VALUE_ID, and TIME_LEVEL_VALUE_ID position the target within the target-level definition, the associated business plan, the organization hierarchy, and the planning time bucket. DIM1_LEVEL_VALUE_ID through DIM5_LEVEL_VALUE_ID provide up to five additional dimension members that qualify the target granularity. These columns, combined, constitute the second unique index, MSC_BIS_TARGETS_U2, which serves as the principal business-key candidate.
- Measure and thresholds: TARGET holds the target value; RANGE1_LOW, RANGE1_HIGH, RANGE2_LOW, RANGE2_HIGH, RANGE3_LOW, and RANGE3_HIGH define up to three tolerance bands for classifying performance. NOTIFY_RESP1_ID, NOTIFY_RESP2_ID, and NOTIFY_RESP3_ID, with their NOTIFY_RESP1_SHORT_NAME through NOTIFY_RESP3_SHORT_NAME companions, name the responsibility holders to be alerted.
Standard audit and concurrent program columns are also present: LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, and PROGRAM_UPDATE_DATE, along with REFRESH_NUMBER for tracking data refresh cycles.
Common Use Cases and Queries
Typical usage centers on retrieving targets for a given business plan or organization and comparing them with planned or actual results. A common pattern joins the target to its level definition:
- Filter by SR_INSTANCE_ID and BUSINESS_PLAN_ID to list all targets configured for a plan.
- Join to MSC_BIS_TARGET_LEVELS on TARGET_LEVEL_ID to obtain the level description and reporting context.
- Evaluate actuals against the RANGE columns to classify performance into low, mid, and high bands and to determine whether notifications are required.
- Use NOTIFY_RESP* columns to drive workflow or alert distribution for exception reporting.
A representative query selects TARGET, TARGET_LEVEL_ID, RANGE1_LOW, and RANGE1_HIGH for a specific instance and plan, ordered by TIME_LEVEL_VALUE_ID, to produce a trend view of planned versus targeted performance.
Related Objects
- MSC_BIS_TARGET_LEVELS — referenced via MSC_BIS_TARGETS.TARGET_LEVEL_ID, defining the level at which targets are applied.
- MSC_BIS_BUSINESS_PLANS — referenced via SR_INSTANCE_ID and BUSINESS_PLAN_ID, supplying the business plan context.
- MSC_BIS_TARGETS_PK — the composite primary key index on TARGET_ID and SR_INSTANCE_ID.
- MSC_BIS_TARGETS_U1 and MSC_BIS_TARGETS_U2 — unique indexes enforcing target uniqueness across instance, level, plan, organization, time, and dimension values.
-
Table: MSC_BIS_TARGETS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_TARGETS, object_name:MSC_BIS_TARGETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_BIS_TARGETS stores the target values for the BIS reports. , implementation_dba_data: MSC.MSC_BIS_TARGETS ,
-
Table: MSC_BIS_TARGETS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_TARGETS, object_name:MSC_BIS_TARGETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_BIS_TARGETS stores the target values for the BIS reports. , implementation_dba_data: MSC.MSC_BIS_TARGETS ,
-
SYNONYM: APPS.MSC_BIS_TARGETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_BIS_TARGETS, status:VALID,
-
SYNONYM: APPS.MSC_BIS_TARGETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_BIS_TARGETS, status:VALID,
-
VIEW: MSC.MSC_BIS_TARGETS#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_BIS_TARGETS#, status:VALID,
-
VIEW: MSC.MSC_BIS_TARGETS#
12.2.2
-
TABLE: MSC.MSC_BIS_TARGETS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_TARGETS, object_name:MSC_BIS_TARGETS, status:VALID,
-
TABLE: MSC.MSC_BIS_TARGETS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_TARGETS, object_name:MSC_BIS_TARGETS, status:VALID,
-
Table: MSC_ST_BIS_TARGETS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_BIS_TARGETS, object_name:MSC_ST_BIS_TARGETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to valid and process data for table MSC_BIS_TARGETS. , implementation_dba_data: MSC.MSC_ST_BIS_TARGETS ,
-
Table: MSC_ST_BIS_TARGETS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_BIS_TARGETS, object_name:MSC_ST_BIS_TARGETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to valid and process data for table MSC_BIS_TARGETS. , implementation_dba_data: MSC.MSC_ST_BIS_TARGETS ,
-
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_BUSINESS_PLANS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_BUSINESS_PLANS, object_name:MSC_BIS_BUSINESS_PLANS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: A business plan in this context is one of possibly many scenarios which set performance targets to particular values anticipated under that scenario. , implementation_dba_data: MSC.MSC_BIS_BUSINESS_PLANS ,
-
Table: MSC_BIS_BUSINESS_PLANS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_BUSINESS_PLANS, object_name:MSC_BIS_BUSINESS_PLANS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: A business plan in this context is one of possibly many scenarios which set performance targets to particular values anticipated under that scenario. , implementation_dba_data: MSC.MSC_BIS_BUSINESS_PLANS ,
-
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,
-
TABLE: MSC.MSC_ST_BIS_TARGETS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_BIS_TARGETS, object_name:MSC_ST_BIS_TARGETS, status:VALID,
-
TABLE: MSC.MSC_ST_BIS_TARGETS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_BIS_TARGETS, object_name:MSC_ST_BIS_TARGETS, 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_GET_BIS_VALUES dependencies on MSC_BIS_TARGETS
12.1.1
-
APPS.MSC_CL_OTHER_ODS_LOAD dependencies on MSC_BIS_TARGETS
12.2.2
-
APPS.MSC_CL_OTHER_ODS_LOAD dependencies on MSC_BIS_TARGETS
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_TARGETS
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_PERFORMANCE_MEASURES
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_TARGET_LEVELS
12.2.2
-
PACKAGE BODY: APPS.MSC_CL_OTHER_ODS_LOAD
12.1.1
-
APPS.MSC_PURGE_LID SQL Statements
12.2.2
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_TARGET_LEVELS
12.1.1
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_BUSINESS_PLANS
12.2.2
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_BIS_BUSINESS_PLANS
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_OTHER_ODS_LOAD
12.2.2