Search Results msc_exception_group
Overview
APPS.MSC_SEARCH_ACTIONS_V is a reporting view in the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module. It consolidates planning data and planning exception information from the MSC schema into a single, uniformly shaped result set suitable for search, filtering, and integration consumption. The view flattens several levels of planning detail — plan headers, exception groups, and individual exception types — into a fixed column layout, using UNION ALL to merge multiple granularity tiers into one structure. Because every branch pads its output with typed NULL placeholders (for example to_number(null), null), the view guarantees column-position and datatype consistency, which makes it a convenient source for external reporting tools, dashboards, and interfaces that require a stable row shape.
In practice, the view serves as a metadata-driven search target. The literal token referenced in the view text, MSC_EXCEPTION_GROUP, is the MFG_LOOKUPS lookup type used to translate stored exception group codes into user-facing meanings. This allows planners and reporting layers to present readable exception classifications rather than raw codes.
Underlying Base Objects
The ETRM metadata documents the following referenced base objects:
- MSC_PLANS_TREE_V — supplies plan-level attributes (
PLAN_ID,COMPILE_DESIGNATOR,PLAN_TYPE,PLANNED_INSTANCE_ID,PLANNED_ORGANIZATION) and the completion gate columnsPLAN_COMPLETION_DATEandDATA_COMPLETION_DATE. - MSC_ACTIONS_TREE_V — supplies exception-level rows, including
EXCEPTION_GROUPandEXCEPTION_TYPE, joined to plans onPLAN_ID. - MFG_LOOKUPS — a lookup view that resolves
EXCEPTION_GROUPagainst lookup typeMSC_EXCEPTION_GROUPandEXCEPTION_TYPEagainst lookup typeMRP_EXCEPTION_CODE_TYPE. - MSC_ACTION_ORDERS_TREE_V — a further branch of the union providing action/order level detail.
- FND_GLOBAL and MSC_GET_NAME — supplied packages used for session context and name resolution within the view definition.
Only plans whose plan and data completion dates are populated are eligible; incomplete plans are filtered out of each union branch.
Key Columns
PLAN_ID— primary identifier of the plan.COMPILE_DESIGNATOR— the plan's compile identifier (plan name).PLAN_TYPE— classification of the plan (for example, unconstrained or constrained).PLANNED_INSTANCE_IDandPLANNED_ORGANIZATION— planning instance and organization context.EXCEPTION_GROUP— the stored exception group code, resolved to its meaning viaMSC_EXCEPTION_GROUP.MEANING— the translated, user-readable exception group description fromMFG_LOOKUPS.EXCEPTION_TYPE— the individual exception code, resolved viaMRP_EXCEPTION_CODE_TYPE.
The remaining columns are typed placeholders retained for positional uniformity across the union branches.
Common Use Cases and Queries
The principal scenario is enumerating exceptions grouped and labelled for a completed plan. For example:
SELECT plan_id, compile_designator, exception_group, meaning FROM msc_search_actions_v WHERE meaning IS NOT NULL;SELECT compile_designator, exception_type FROM msc_search_actions_v WHERE exception_group = '&exception_group';SELECT DISTINCT exception_group, meaning FROM apps.msc_search_actions_v ORDER BY meaning;
These queries support exception dashboards, plan readiness checks, and data extracts that feed downstream analytics. Because the view is owned by APPS, access should be granted through standard APPS synonyms rather than direct schema references.
-
Lookup Type: MSC_EXCEPTION_GROUP
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_EXCEPTION_GROUP ,
-
Lookup Type: MSC_EXCEPTION_GROUP
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_EXCEPTION_GROUP ,
-
VIEW: APPS.MSC_SEARCH_ACTIONS_V
12.1.1
-
VIEW: APPS.MSC_SEARCH_ACTIONS_V
12.2.2
-
View: MSC_SEARCH_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ACTIONS_V, object_name:MSC_SEARCH_ACTIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the search criteria for exceptions , implementation_dba_data: APPS.MSC_SEARCH_ACTIONS_V ,
-
View: MSC_SEARCH_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ACTIONS_V, object_name:MSC_SEARCH_ACTIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the search criteria for exceptions , implementation_dba_data: APPS.MSC_SEARCH_ACTIONS_V ,
-
VIEW: APPS.MSC_NET_EXC_GROUP_V
12.2.2
-
VIEW: APPS.MSC_NET_EXC_GROUP_V
12.1.1
-
VIEW: APPS.MSC_EXCEP_THRESHOLDS_V
12.2.2
-
VIEW: APPS.MSC_EXCEP_THRESHOLDS_V
12.1.1
-
View: MSC_NET_EXC_GROUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_NET_EXC_GROUP_V, object_name:MSC_NET_EXC_GROUP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_NET_EXC_GROUP_V ,
-
View: MSC_NET_EXC_GROUP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_NET_EXC_GROUP_V, object_name:MSC_NET_EXC_GROUP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_NET_EXC_GROUP_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.MSC_PHUB_UTIL SQL Statements
12.2.2
-
APPS.MSC_PHUB_UTIL SQL Statements
12.1.1
-
APPS.MSC_SDA_UTILS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MSC_PHUB_UTIL
12.1.1
-
APPS.MSC_SDA_UTILS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MSC_PHUB_UTIL
12.2.2
-
APPS.MSC_PHUB_UTIL dependencies on MFG_LOOKUPS
12.2.2
-
APPS.MSC_SDA_UTILS dependencies on MSC_SUPPLIES
12.2.2
-
APPS.MSC_SDA_UTILS dependencies on MSC_SUPPLIES
12.1.1
-
APPS.MSC_SDA_UTILS dependencies on MSC_GET_NAME
12.1.1
-
APPS.MSC_PHUB_UTIL dependencies on MFG_LOOKUPS
12.1.1
-
PACKAGE BODY: APPS.MSC_SDA_UTILS
12.1.1
-
APPS.MSC_SDA_UTILS dependencies on MSC_SYSTEM_ITEMS
12.1.1
-
APPS.MSC_SDA_UTILS dependencies on MSC_GET_NAME
12.2.2
-
APPS.MSC_SDA_UTILS dependencies on MSC_SYSTEM_ITEMS
12.2.2
-
PACKAGE BODY: APPS.MSC_SDA_UTILS
12.2.2