Search Results msc_int_ascp_exception_details
Overview
The MSC.MSC_INT_ASCP_EXCEPTION_DETAILS table is a staging and integration interface object within the Oracle Advanced Supply Chain Planning (ASCP) module. It resides in the MSC schema, which is the primary repository for planning data, plan definitions, and integration interfaces used by the ASCP engine in Oracle E-Business Suite 12.1.1 and 12.2.2. The table is classified as VALID and serves as a landing area for exception detail records that describe plan violations, capacity alerts, and constraint-related exceptions generated or consumed during the planning cycle.
In practice this object supports the inbound interface between external or upstream planning processes and the ASCP exception reporting framework. Records are keyed to a specific plan instance and organization, and carry categorized exception codes that downstream exception dashboards and planner workbenches consume. A heuristic Data Vault classification derived from the foreign key structure suggests this object is best modeled as a standalone entity, with no native parent-child hubs or satellite dependencies captured through FK relationships beyond the single reference to WMS_ZONES_B. This suggests it should be treated as an independent reference or staging table rather than a foundational transactional hub.
Key Information Stored
The table contains 12 documented columns. The most significant for functional and technical use are:
- PLAN_ID — Identifies the ASCP plan instance to which the exception detail belongs. This is the principal business-key candidate for scoping queries to a specific plan run.
- ORGANIZATION_ID — The inventory organization context for the exception, enabling multi-org filtering.
- INSTANCE_ID — Typically links to the parent interface or planning instance header row.
- ZONE_ID — A foreign key to
WMS_ZONES_B, tying the exception to a warehouse zone when the violation is zone-based (e.g., capacity or put-away constraints). - ALERTCATEGORY — Classifies the type of exception (e.g., capacity, material, resource).
- VIOLATIONCODE — The specific code identifying the nature of the violation.
- ITEMID — The inventory item associated with the exception.
- DEPARTMENTID — The department or resource context, relevant for capacity-related violations.
- QUANTITY — The magnitude of the exception (units, capacity, or demand).
- PERCENTAGE — A normalized measure of the violation severity or utilization.
- PERIODSTART — The beginning of the planning bucket during which the exception occurs.
- PERIODEND — The end of the planning bucket for the exception window.
No explicit surrogate primary key is documented in the ETRM metadata; the combination of PLAN_ID, ORGANIZATION_ID, INSTANCE_ID, and VIOLATIONCODE typically behaves as the unique business key.
Common Use Cases and Queries
Planners and integration developers query this table to extract exceptions for a given plan and organization, to feed exception workbenches, and to drive alerting. A typical retrieval aggregates exception counts by category and period:
- Filtering exceptions for a plan run:
SELECT * FROM MSC.MSC_INT_ASCP_EXCEPTION_DETAILS WHERE PLAN_ID = :plan_id AND ORGANIZATION_ID = :org_id; - Summarizing violations by category:
SELECT ALERTCATEGORY, VIOLATIONCODE, COUNT(*) FROM MSC.MSC_INT_ASCP_EXCEPTION_DETAILS GROUP BY ALERTCATEGORY, VIOLATIONCODE; - Zone-based exception analysis by joining to
WMS_ZONES_BonZONE_ID. - Time-bucketed reporting using
PERIODSTARTandPERIODENDto isolate exceptions per planning bucket.
Related Objects
- WMS_ZONES_B — Referenced via the
ZONE_IDforeign key for zone capacity and constraint exceptions. - MSC_PLANS — Supplies
PLAN_IDcontext. - MSC_SYSTEM_ITEMS / MTL_SYSTEM_ITEMS_B — Resolves
ITEMIDto item attributes. - HR_ALL_ORGANIZATION_UNITS / MTL_PARAMETERS — Resolves
ORGANIZATION_IDandDEPARTMENTID. - MSC_EXCEPTIONS — The runtime exception table that consumes or parallels staged records.
- MSC_INT_ASCP_* interface family tables — Sibling staging tables in the same integration layer.
-
Table: MSC_INT_ASCP_EXCEPTION_DETAILS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_INT_ASCP_EXCEPTION_DETAILS, object_name:MSC_INT_ASCP_EXCEPTION_DETAILS, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_INT_ASCP_EXCEPTION_DETAILS ,
-
Table: MSC_INT_ASCP_EXCEPTION_DETAILS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_INT_ASCP_EXCEPTION_DETAILS, object_name:MSC_INT_ASCP_EXCEPTION_DETAILS, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_INT_ASCP_EXCEPTION_DETAILS ,
-
SYNONYM: APPS.MSC_INT_ASCP_EXCEPTION_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_INT_ASCP_EXCEPTION_DETAILS, status:VALID,
-
SYNONYM: APPS.MSC_INT_ASCP_EXCEPTION_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_INT_ASCP_EXCEPTION_DETAILS, status:VALID,
-
TABLE: MSC.MSC_INT_ASCP_EXCEPTION_DETAILS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_INT_ASCP_EXCEPTION_DETAILS, object_name:MSC_INT_ASCP_EXCEPTION_DETAILS, status:VALID,
-
TABLE: MSC.MSC_INT_ASCP_EXCEPTION_DETAILS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_INT_ASCP_EXCEPTION_DETAILS, object_name:MSC_INT_ASCP_EXCEPTION_DETAILS, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_SNO_PUBLISH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_SNO_PUBLISH, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_SNO_PUBLISH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_SNO_PUBLISH, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.MSC_WS_SNO_PUBLISH SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_WS_SNO_PUBLISH SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_INT_ASCP_EXCEPTION_DETAILS
12.1.1
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_INT_ASCP_EXCEPTION_DETAILS
12.2.2
-
PACKAGE BODY: APPS.MSC_WS_SNO_PUBLISH
12.1.1
-
PACKAGE BODY: APPS.MSC_WS_SNO_PUBLISH
12.2.2
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_PLANS
12.2.2
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_DEMANDS
12.1.1
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_DEMANDS
12.2.2
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_DEMANDS_S
12.1.1
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_DEMANDS_S
12.2.2
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_SUPPLIES
12.2.2
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_SUPPLIES
12.1.1
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 ,