Search Results msc_atp_summary_sd
Overview
MSC_ATP_SUMMARY_SD is a table in the MSC schema (Advanced Supply Chain Planning) in Oracle EBS 12.1.1 and 12.2.2. It stores summarized available-to-promise (ATP) supply and demand data used by the planning engine to support order promising and scheduling decisions. Specifically, the "_SD" suffix indicates this is the "supply/demand" summary, aggregated by date and demand class. The Advanced Supply Chain Planning module uses it to hold the intermediate results of ATP calculations so that planners can promise delivery dates and quantities against available supply.
Based on the FK structure mined from the documented schema, this object is heuristically classified as standalone in Data Vault modeling terms. The table has no documented foreign key relationships to other objects; rather, it appears to be a denormalized summary table whose rows are keyed entirely by business identifiers (plan, source instance, organization, item, date, and demand class). In a Data Vault design this would typically be modeled as a satellite attached to a hub/link representing the item-organization-plan combination, but the metadata indicates no explicit FK constraints were mined.
Key Information Stored
The table contains 17 documented columns. Its primary key, MSC_ATP_SUMMARY_SD_PK, is a composite business key rather than a surrogate — consisting of PLAN_ID, SR_INSTANCE_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, SD_DATE, and DEMAND_CLASS. A unique index, MSC_ATP_SUMMARY_SD_U1, mirrors this same column set, confirming it as the business-key candidate. There is no single surrogate/sequence-generated primary key column documented.
- PLAN_ID — Identifier of the Advanced Supply Chain plan that produced this summary row.
- SR_INSTANCE_ID — The source instance (source system) from which planning data was collected.
- ORGANIZATION_ID — Inventory organization to which the ATP summary applies.
- INVENTORY_ITEM_ID — The item being planned/promised.
- SD_DATE — The date bucket for the supply/demand summary; a core time dimension.
- DEMAND_CLASS — Demand class used to segregate ATP by priority/customer commitment category.
- SD_QTY — The summarized supply/demand quantity for the keyed combination (the primary measure).
- CUSTOMER_CLASS / CUSTOMER_ID — Optional customer classification and specific customer tied to the demand.
- SHIP_TO_SITE_ID — Ship-to site for the demand record.
- PLANNING_GROUP / PROJECT_ID / TASK_ID — Planning group, project, and task dimensions for project-driven demand.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY — Standard EBS audit columns.
Common Use Cases and Queries
Typical scenarios include reviewing ATP quantities by item, organization, and date for a given plan; analyzing demand-class allocation; and reconciling planning-engine output with order promising. A representative query:
- SELECT plan_id, organization_id, inventory_item_id, sd_date, demand_class, SUM(sd_qty) FROM msc.msc_atp_summary_sd WHERE plan_id = :plan AND organization_id = :org GROUP BY plan_id, organization_id, inventory_item_id, sd_date, demand_class ORDER BY inventory_item_id, sd_date;
Additional patterns: filtering by SR_INSTANCE_ID when multiple source instances feed the same plan; joining to item/organization master views for descriptions; and using CUSTOMER_ID / SHIP_TO_SITE_ID to attribute ATP consumption to specific customers. Because the table holds summarized (not transactional) data, it is well suited to reporting and dashboards rather than order-level detail.
Related Objects
- MSC_ATP_SUMMARY (parent/base) — the non-_SD counterpart; the _SD table is the supply/demand-class-level breakdown.
- MSC_PLANS — joins on PLAN_ID to resolve plan names/status.
- MSC_SYSTEM_ITEMS — joins on INVENTORY_ITEM_ID (and ORGANIZATION_ID) for item attributes.
- MTL_SYSTEM_ITEMS_B — base item master for descriptions.
- MTL_PARAMETERS / ORG_ORGANIZATION_DEFINITIONS — resolve ORGANIZATION_ID.
- MSC_SR_INSTANCES — resolve SR_INSTANCE_ID source instances.
- MSC_DEMAND / MSC_SUPPLIES — underlying detail that feeds the ATP summary.
- MSC_ATP_RULES / MSC_ATP_RULE_SETS — ATP rule definitions used during the promise calculation.
- MSC_ATP_PROCESS_TABLE / MSC_ATP_PTP — planning-engine processing tables that populate summaries.
- OE_ORDER_LINES_ALL — order promising results that consume ATP output conceptually.
The MSC_ATP_SUMMARY_SD table therefore functions as a key planning-side summary of ATP supply and demand, organized by plan, organization, item, date, and demand class, supporting reporting and ATP analysis in Advanced Supply Chain Planning.
-
Table: MSC_ATP_SUMMARY_SD
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ATP_SUMMARY_SD, object_name:MSC_ATP_SUMMARY_SD, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_ATP_SUMMARY_SD ,
-
Table: MSC_ATP_SUMMARY_SD
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ATP_SUMMARY_SD, object_name:MSC_ATP_SUMMARY_SD, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_ATP_SUMMARY_SD ,
-
VIEW: MSC.MSC_ATP_SUMMARY_SD#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_ATP_SUMMARY_SD#, status:VALID,
-
SYNONYM: APPS.MSC_ATP_SUMMARY_SD
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_ATP_SUMMARY_SD, status:VALID,
-
SYNONYM: APPS.MSC_ATP_SUMMARY_SD
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_ATP_SUMMARY_SD, status:VALID,
-
VIEW: MSC.MSC_ATP_SUMMARY_SD#
12.2.2
-
TABLE: MSC.MSC_ATP_SUMMARY_SD
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ATP_SUMMARY_SD, object_name:MSC_ATP_SUMMARY_SD, status:VALID,
-
TABLE: MSC.MSC_ATP_SUMMARY_SD
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ATP_SUMMARY_SD, object_name:MSC_ATP_SUMMARY_SD, status:VALID,
-
Lookup Type: MSC_OTHER_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_OTHER_TABLE , description: MSC_OTHER_TABLE ,
-
Lookup Type: MSC_OTHER_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_OTHER_TABLE , description: MSC_OTHER_TABLE ,
-
TABLE PARTITION: MSC.MSC_ATP_SUMMARY_SD
12.2.2
owner:MSC, object_type:TABLE PARTITION, object_name:MSC_ATP_SUMMARY_SD, subobject_name:ATP_SUMMARY_SD_0, status:VALID,
-
TABLE PARTITION: MSC.MSC_ATP_SUMMARY_SD
12.1.1
owner:MSC, object_type:TABLE PARTITION, object_name:MSC_ATP_SUMMARY_SD, subobject_name:ATP_SUMMARY_SD_0, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_DRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_DRP, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_DRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_DRP, status:VALID,
-
PACKAGE BODY: APPS.MSC_AATP_REQ
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_AATP_REQ, status:VALID,
-
PACKAGE BODY: APPS.MSC_AATP_REQ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_AATP_REQ, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_DB_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_DB_UTILS, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_PF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_PF, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_PF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_PF, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_DB_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_DB_UTILS, status:VALID,
-
APPS.MSC_ATP_DB_UTILS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MSC_ATP_REQ
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_REQ, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_REQ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_REQ, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_PROC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_PROC, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_PROC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_PROC, status:VALID,
-
PACKAGE BODY: APPS.MSC_POST_PRO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_POST_PRO, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_PVT, status:VALID,
-
PACKAGE BODY: APPS.MSC_ATP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ATP_PVT, status:VALID,
-
PACKAGE BODY: APPS.MSC_POST_PRO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_POST_PRO, status:VALID,
-
APPS.MSC_ATP_PVT SQL Statements
12.1.1
-
APPS.MSC_ATP_DB_UTILS SQL Statements
12.2.2
-
APPS.MSC_ATP_PVT SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.MSC_ATP_DRP SQL Statements
12.2.2
-
APPS.MSC_ATP_DRP SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.MSC_ATP_DB_UTILS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.MSC_POST_PRO SQL Statements
12.1.1
-
APPS.MSC_AATP_REQ SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MSC_ATP_DRP
12.2.2
-
PACKAGE BODY: APPS.MSC_ATP_DRP
12.1.1
-
PACKAGE BODY: APPS.MSC_ATP_DB_UTILS
12.2.2
-
APPS.MSC_AATP_REQ SQL Statements
12.2.2