Search Results owner_item_desc
Overview
The MSC_SUP_DEM_HISTORY_V view is a reporting and integration object within the MSC – Advanced Supply Chain Planning (ASCP) product of Oracle E-Business Suite, owned by the APPS schema. It exposes a curated, denormalized projection of supply and demand history records, presenting a single consolidated row that pairs the publishing (source) organization with the receiving (destination) organization, together with customer, supplier, item, and scheduling attributes. Its principal role is to support cross-organizational visibility of supply/demand transactions, particularly in collaborative planning and supplier/customer scheduling scenarios where participants need to reconcile demand signals against shipment, receipt, and schedule dates.
The view is especially relevant to the customer item descriptor use case because it surfaces the CUSTOMER_ITEM_DESC column (sourced from CUSTOMER_ITEM_DESCRIPTION), allowing planners and integration consumers to retrieve the customer-facing description of an item without joining back to the underlying master data. This makes the view convenient for reporting layers, extracts, and interface programs that require human-readable identification of items in the context of a specific trading partner.
Underlying Base Objects
The view is defined over a single documented base object, MSC_SUP_DEM_HISTORY, referenced through a synonym. The base table stores the raw supply/demand history generated by the planning engine, including both legacy and revised schedule values. The view applies a deliberate filter and column projection:
WHERE PLAN_ID = -1restricts output to the specific plan context used to mark published/communicated history (the "published" or non-plan-specific records).AND PUBLISHER_ORDER_TYPE IN (1, 2, 3)limits rows to the relevant order/document categories (for example, purchase-order-based, release-based, and schedule-based flows).AND KEY_DATE_NEW IS NOT NULLensures only records with a valid revised key date are returned.DECODE(1, 1, PUBLISHER_NAME || '(' || PUBLISHER_SITE_NAME || ')')is used to concatenate the organization and site names forFROMCOMPORGandTOCOMPORG; the DECODE construct is a legacy stylistic convention equivalent to a direct expression.
Key Columns
HISTORY_ID– Unique identifier of the underlying history record.FROMCOMPORG/TOCOMPORG– Publisher and receiving organization, formatted as name(site).CUSTOMER_NAME,CUSTOMER_SITE_NAME,CUSTOMER_ITEM_NAME,CUSTOMER_ITEM_DESC– Customer-facing identifiers, including the customer item description.SUPPLIER_NAME,SUPPLIER_SITE_NAME,SUPPLIER_ITEM_NAME,SUPPLIER_ITEM_DESC– Supplier-side identifiers and descriptions.ITEM_NAME,ITEM_DESC,OWNER_ITEM_NAME,OWNER_ITEM_DESC– Internal and owning-organization item identifiers.PUBLISHER_ORDER_TYPE/PUBLISHER_ORDER_TYPE_DESC– Order/document classification.DESIGNATOR,VERSION– Schedule designator and version (aliased from the NEW columns).QUANTITY,KEY_DATE_NEW,SHIP_DATE,RECEIPT_DATE,NEW_SCHEDULE_DATE– Quantities and schedule dates.LAST_UPDATE_DATE– Record audit timestamp.
Common Use Cases and Queries
Typical scenarios include collaborative planning extracts, supplier/customer schedule reconciliation, and ad hoc reporting where the customer item description is required. A representative query is:
SELECT HISTORY_ID, FROMCOMPORG, TOCOMPORG, CUSTOMER_ITEM_NAME, CUSTOMER_ITEM_DESC FROM APPS.MSC_SUP_DEM_HISTORY_V WHERE CUSTOMER_NAME = :p_customer AND KEY_DATE_NEW BETWEEN :p_start AND :p_end ORDER BY KEY_DATE_NEW;- Filtering by
PUBLISHER_ORDER_TYPEto isolate a specific scheduling flow. - Aggregating
QUANTITYbyTOCOMPORGandKEY_DATE_NEWfor demand/supply bucketing.
-
View: MSC_SUP_DEM_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_HISTORY_V, object_name:MSC_SUP_DEM_HISTORY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_HISTORY_V ,
-
VIEW: APPS.MSC_SUP_DEM_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_HISTORY_V, object_name:MSC_SUP_DEM_HISTORY_V, status:VALID,
-
View: MSC_SUP_DEM_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_HISTORY_V, object_name:MSC_SUP_DEM_HISTORY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_HISTORY_V ,
-
VIEW: APPS.MSC_SUP_DEM_HISTORY_V
12.1.1
-
VIEW: APPS.MSC_SUP_DEM_HISTORY_V
12.2.2
-
VIEW: APPS.MSC_SUP_DEM_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_HISTORY_V, object_name:MSC_SUP_DEM_HISTORY_V, status:VALID,
-
TABLE: MSC.MSC_HZ_UI_LINES
12.2.2
owner:MSC, object_type:TABLE, object_name:MSC_HZ_UI_LINES, status:VALID,
-
TABLE: MSC.MSC_HZ_UI_LINES
12.1.1
owner:MSC, object_type:TABLE, object_name:MSC_HZ_UI_LINES, status:VALID,
-
APPS.MSC_X_HZ_PLAN SQL Statements
12.1.1
-
APPS.MSC_X_HZ_PLAN SQL Statements
12.2.2
-
APPS.MSC_X_HZ_UPDATE SQL Statements
12.2.2
-
APPS.MSC_X_HZ_UPDATE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MSC_X_HZ_UPDATE
12.1.1
-
PACKAGE BODY: APPS.MSC_X_HZ_UPDATE
12.2.2
-
PACKAGE BODY: APPS.MSC_X_HZ_PLAN
12.1.1
-
PACKAGE BODY: APPS.MSC_X_HZ_PLAN
12.2.2
-
APPS.MSC_X_HZ_PLAN dependencies on MSC_HZ_UI_LINES
12.2.2
-
APPS.MSC_X_HZ_PLAN dependencies on MSC_HZ_UI_LINES
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 ,