Search Results msd_evt_prod_relationships
Overview
MSD_EVT_PROD_RELATIONSHIPS is a child table in the MSD (Demand Planning) schema of Oracle E-Business Suite, owned by the MSD database account and valid in both release 12.1.1 and 12.2.2. It stores relationship information that supports New Product Introductions (NPI) within the Demand Planning module. The table functions as a subordinate to MSD_EVENT_PRODUCTS, adding the relational detail that links products to planning events at the granular level required for NPI forecasting, launch phasing, and lifecycle transitions.
From a dimensional modeling perspective, the metadata's heuristic classification leans toward a satellite. This suggests the table is best understood as an attribute-bearing structure that hangs off a parent event-product anchor, recording descriptive and behavioral details — such as lag, time windows, and quantity modification factors — rather than acting as an independent hub or a pure link between business entities.
Key Information Stored
The table contains 22 documented columns. The most significant include:
- RELATION_ID, SEQ_ID, EVENT_ID — The composite primary key, enforced by constraint MSD_EVT_PROD_REL_PK. Together these identify a unique product-event relationship record.
- EVENT_ID — The foreign key referencing MSD_EVENT_PRODUCTS, tying each relationship row to its parent event-product definition.
- INSTANCE — Identifies the planning instance context for the relationship.
- PRODUCT_LVL_ID and PRODUCT_LVL_VAL — Define the product hierarchy level and the specific value at which the relationship applies.
- SR_PRODUCT_LVL_PK — Surrogate reference to the source product level definition.
- LAG — The time offset (e.g., weeks or periods) applied to the relationship, commonly used to model launch timing or demand shift.
- START_TIME and END_TIME — The effective window during which the relationship is active.
- QTY_MODIFICATION_TYPE and QTY_MODIFICATION_FACTOR — Control how quantities are adjusted within the relationship, supporting uplift or suppression logic.
- NPI_PROD_RELATIONSHIP — Explicitly flags the new product introduction relationship semantics.
- LAST_UPDATE_DATE, CREATION_DATE, LAST_UPDATED_BY, CREATED_BY — Standard audit columns maintained by EBS.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Concurrent program context columns recording which batch process created or last updated the row.
The unique index MSD_EVT_PROD_RELATIONSHIPS_U1 on (EVENT_ID, SEQ_ID, RELATION_ID) serves as a business-key candidate, reinforcing the natural identification of a relationship within an event-product context.
Common Use Cases and Queries
Typical scenarios involve NPI forecasting, where planners define how a new product ramps in relation to an existing event. Analytical queries join this table to its parent to retrieve relationship details:
SELECT r.RELATION_ID, r.EVENT_ID, r.SEQ_ID, r.NPI_PROD_RELATIONSHIP,
r.LAG, r.START_TIME, r.END_TIME,
r.QTY_MODIFICATION_TYPE, r.QTY_MODIFICATION_FACTOR
FROM MSD.MSD_EVT_PROD_RELATIONSHIPS r
WHERE r.EVENT_ID = :event_id
ORDER BY r.SEQ_ID;
Reporting use cases include auditing quantity modification rules, validating effective-date windows, and tracing concurrent program lineage via REQUEST_ID and PROGRAM_ID. Data conversion and integration scripts frequently extract rows filtered by LAST_UPDATE_DATE for incremental loads into planning engines.
Related Objects
- MSD_EVENT_PRODUCTS — The direct parent table. Join on MSD_EVT_PROD_RELATIONSHIPS.EVENT_ID = MSD_EVENT_PRODUCTS.EVENT_ID (with SEQ_ID as an additional correlating key).
- MSD_EVENTS (MSD_EVENT_...) family — Event headers that govern product events referenced upstream.
- MSD_EVENT_PRODUCT_... dependent children — Sibling child tables of MSD_EVENT_PRODUCTS organized alongside this relationship table.
- MSD_PRODUCT_LEVEL / product hierarchy objects — Referenced via PRODUCT_LVL_ID, PRODUCT_LVL_VAL, and SR_PRODUCT_LVL_PK.
- MSD concurrent programs and requests — Correlated through PROGRAM_ID, PROGRAM_APPLICATION_ID, and REQUEST_ID for lineage.
Together these objects form the event-product data model that underpins New Product Introduction planning in MSD Demand Planning.
-
Table: MSD_EVT_PROD_RELATIONSHIPS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_EVT_PROD_RELATIONSHIPS, object_name:MSD_EVT_PROD_RELATIONSHIPS, status:VALID, product: MSD - Demand Planning , description: This table is a child to the MSD_EVENT_PRODUCTS and holds the relationship information for New Product Introductions. , implementation_dba_data: MSD.MSD_EVT_PROD_RELATIONSHIPS ,
-
Table: MSD_EVT_PROD_RELATIONSHIPS
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_EVT_PROD_RELATIONSHIPS, object_name:MSD_EVT_PROD_RELATIONSHIPS, status:VALID, product: MSD - Demand Planning , description: This table is a child to the MSD_EVENT_PRODUCTS and holds the relationship information for New Product Introductions. , implementation_dba_data: MSD.MSD_EVT_PROD_RELATIONSHIPS ,
-
VIEW: MSD.MSD_EVT_PROD_RELATIONSHIPS#
12.2.2
owner:MSD, object_type:VIEW, object_name:MSD_EVT_PROD_RELATIONSHIPS#, status:VALID,
-
SYNONYM: APPS.MSD_EVT_PROD_RELATIONSHIPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSD_EVT_PROD_RELATIONSHIPS, status:VALID,
-
SYNONYM: APPS.MSD_EVT_PROD_RELATIONSHIPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSD_EVT_PROD_RELATIONSHIPS, status:VALID,
-
VIEW: MSD.MSD_EVT_PROD_RELATIONSHIPS#
12.2.2
-
VIEW: APPS.MSD_NPI_CANNED_PRODUCTS_V
12.1.1
-
VIEW: APPS.MSD_NPI_RELATED_PRODUCTS_V1
12.2.2
-
VIEW: APPS.MSD_NPI_CANNED_PRODUCTS_V
12.2.2
-
VIEW: APPS.MSD_NPI_RELATED_PRODUCTS_V1
12.1.1
-
VIEW: APPS.MSD_NPI_RELATED_PRODUCTS_V
12.1.1
-
VIEW: APPS.MSD_NPI_RELATED_PRODUCTS_V
12.2.2
-
TABLE: MSD.MSD_EVT_PROD_RELATIONSHIPS
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_EVT_PROD_RELATIONSHIPS, object_name:MSD_EVT_PROD_RELATIONSHIPS, status:VALID,
-
TABLE: MSD.MSD_EVT_PROD_RELATIONSHIPS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_EVT_PROD_RELATIONSHIPS, object_name:MSD_EVT_PROD_RELATIONSHIPS, status:VALID,
-
Table: MSD_EVENT_PRODUCTS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_EVENT_PRODUCTS, object_name:MSD_EVENT_PRODUCTS, status:VALID, product: MSD - Demand Planning , description: This table is a child to MSD_EVENTS. This stores the information about the various products. , implementation_dba_data: MSD.MSD_EVENT_PRODUCTS ,
-
Table: MSD_EVENT_PRODUCTS
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_EVENT_PRODUCTS, object_name:MSD_EVENT_PRODUCTS, status:VALID, product: MSD - Demand Planning , description: This table is a child to MSD_EVENTS. This stores the information about the various products. , implementation_dba_data: MSD.MSD_EVENT_PRODUCTS ,
-
APPS.MSD_ITEM_RELATIONSHIPS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MSD_ITEM_RELATIONSHIPS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_ITEM_RELATIONSHIPS_PKG, status:VALID,
-
PACKAGE BODY: APPS.MSD_ITEM_RELATIONSHIPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_ITEM_RELATIONSHIPS_PKG, status:VALID,
-
APPS.MSD_ITEM_RELATIONSHIPS_PKG SQL Statements
12.2.2
-
VIEW: APPS.MSD_NPI_RELATED_PROD_DTLS_V1
12.1.1
-
PACKAGE BODY: APPS.MSD_STRIPE_DEMAND_PLAN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_STRIPE_DEMAND_PLAN, status:VALID,
-
View: MSD_NPI_RELATED_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V, object_name:MSD_NPI_RELATED_PRODUCTS_V, status:VALID, product: MSD - Demand Planning , description: This API holds information on New Product Introduction Related Products. , implementation_dba_data: APPS.MSD_NPI_RELATED_PRODUCTS_V ,
-
12.2.2 FND Design Data
12.2.2
-
View: MSD_NPI_RELATED_PRODUCTS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V1, object_name:MSD_NPI_RELATED_PRODUCTS_V1, status:VALID, product: MSD - Demand Planning , description: This API holds information on New Product Introduction Related Products. Used by the Events Form. , implementation_dba_data: APPS.MSD_NPI_RELATED_PRODUCTS_V1 ,
-
View: MSD_NPI_CANNED_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_CANNED_PRODUCTS_V, object_name:MSD_NPI_CANNED_PRODUCTS_V, status:VALID, product: MSD - Demand Planning , description: This API holds information about Cannibalized products. , implementation_dba_data: APPS.MSD_NPI_CANNED_PRODUCTS_V ,
-
View: MSD_NPI_CANNED_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_CANNED_PRODUCTS_V, object_name:MSD_NPI_CANNED_PRODUCTS_V, status:VALID, product: MSD - Demand Planning , description: This API holds information about Cannibalized products. , implementation_dba_data: APPS.MSD_NPI_CANNED_PRODUCTS_V ,
-
VIEW: APPS.MSD_NPI_RELATED_PROD_DTLS_V1
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
View: MSD_NPI_RELATED_PRODUCTS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V1, object_name:MSD_NPI_RELATED_PRODUCTS_V1, status:VALID, product: MSD - Demand Planning , description: This API holds information on New Product Introduction Related Products. Used by the Events Form. , implementation_dba_data: APPS.MSD_NPI_RELATED_PRODUCTS_V1 ,
-
View: MSD_NPI_RELATED_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V, object_name:MSD_NPI_RELATED_PRODUCTS_V, status:VALID, product: MSD - Demand Planning , description: This API holds information on New Product Introduction Related Products. , implementation_dba_data: APPS.MSD_NPI_RELATED_PRODUCTS_V ,
-
PACKAGE BODY: APPS.MSD_STRIPE_DEMAND_PLAN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_STRIPE_DEMAND_PLAN, status:VALID,
-
12.1.1 DBA 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.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
View: MSD_NPI_RELATED_PROD_DTLS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PROD_DTLS_V1, object_name:MSD_NPI_RELATED_PROD_DTLS_V1, status:VALID, product: MSD - Demand Planning , description: This API holds DETAILS information for New Product Introductions. Used by the Events Form. , implementation_dba_data: APPS.MSD_NPI_RELATED_PROD_DTLS_V1 ,
-
VIEW: APPS.MSD_NPI_RELATED_PRODUCTS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V1, object_name:MSD_NPI_RELATED_PRODUCTS_V1, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: MSD_NPI_RELATED_PROD_DTLS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PROD_DTLS_V1, object_name:MSD_NPI_RELATED_PROD_DTLS_V1, status:VALID, product: MSD - Demand Planning , description: This API holds DETAILS information for New Product Introductions. Used by the Events Form. , implementation_dba_data: APPS.MSD_NPI_RELATED_PROD_DTLS_V1 ,
-
VIEW: APPS.MSD_NPI_CANNED_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_CANNED_PRODUCTS_V, object_name:MSD_NPI_CANNED_PRODUCTS_V, status:VALID,
-
VIEW: APPS.MSD_NPI_RELATED_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V, object_name:MSD_NPI_RELATED_PRODUCTS_V, status:VALID,
-
VIEW: APPS.MSD_NPI_RELATED_PRODUCTS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V1, object_name:MSD_NPI_RELATED_PRODUCTS_V1, status:VALID,
-
VIEW: APPS.MSD_NPI_RELATED_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_RELATED_PRODUCTS_V, object_name:MSD_NPI_RELATED_PRODUCTS_V, status:VALID,
-
VIEW: APPS.MSD_NPI_CANNED_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_NPI_CANNED_PRODUCTS_V, object_name:MSD_NPI_CANNED_PRODUCTS_V, status:VALID,
-
VIEW: APPS.MSD_NPI_RELATED_PROD_DETAILS_V
12.2.2
-
VIEW: APPS.MSD_NPI_RELATED_PROD_DETAILS_V
12.1.1