Search Results supplier_item_name
Overview
APPS.MSC_SUP_DEM_HISTORY_V is a reporting view in the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module, owned by the APPS schema. It presents a filtered and column-aliased projection of supplier and demand scheduling history records used during the planning cycle. Its primary role is to expose order scheduling detail — purchase orders, purchase requisitions, and related supply/demand commitments — in a form suitable for supplier collaboration, demand history analysis, and planning report generation across Oracle EBS 12.1.1 and 12.2.2 environments.
The view is significant because it restricts the underlying history data to a specific planning context (PLAN_ID = -1, which represents the unplanned or "live" planning run set) and to three publisher order types (1, 2, 3), thereby isolating the scheduling-relevant master and transactional data from the broader history repository. This makes it a targeted integration and reporting surface for supplier scheduling and item-level demand visibility.
Underlying Base Objects
The view is defined over a single documented base object:
- MSC_SUP_DEM_HISTORY (referenced through a synonym) — the core supplier/demand history table in the ASCP schema that stores snapshots of scheduling history, item information, party details, and date attributes.
The view does not join additional tables; instead, it applies inline DECODE expressions and column aliases, and filters rows through the WHERE clause. Because it depends only on MSC_SUP_DEM_HISTORY, its data freshness and behavior are entirely governed by the population and maintenance of that base table during planning runs and collections.
Key Columns
The view exposes a broad set of supplier, customer, item, and scheduling attributes. Notable columns include:
- HISTORY_ID — Surrogate identifier for each history record.
- FROMCOMPORG / TOCOMPORG — Both are generated via DECODE(1,1,...) to yield PUBLISHER_NAME concatenated with PUBLISHER_SITE_NAME in the form "PUBLISHER(SITE)".
- SUPPLIER_NAME, SUPPLIER_SITE_NAME, SUPPLIER_ITEM_NAME, SUPPLIER_ITEM_DESC — Supplier party, site, and the supplier's item identifier/description. The user's search term "supplier_item_name" maps directly to the SUPPLIER_ITEM_NAME column.
- CUSTOMER_NAME, CUSTOMER_SITE_NAME, CUSTOMER_ITEM_NAME, CUSTOMER_ITEM_DESC — Customer-side organization, site, and item data.
- ITEM_NAME, ITEM_DESC, OWNER_ITEM_NAME, OWNER_ITEM_DESC — Internal inventory and owner item identifiers and descriptions.
- PUBLISHER_ORDER_TYPE, PUBLISHER_ORDER_TYPE_DESC — Classification of the publishing order (restricted to types 1, 2, and 3).
- DESIGNATOR, VERSION — Aliases of DESIGNATOR_NEW and VERSION_NEW, representing scheduling designator and version.
- QUANTITY_NEW, KEY_DATE_NEW, SHIP_DATE_NEW, RECEIPT_DATE_NEW, NEW_SCHEDULE_DATE_NEW — Quantities and the key scheduling dates.
- LAST_UPDATE_DATE — Audit timestamp of the most recent modification.
Common Use Cases and Queries
Typical scenarios include supplier scheduling reports, demand history analysis, and reconciliation of newly published schedules. A representative query filtering by supplier item:
- SELECT supplier_name, supplier_item_name, item_name, quantity_new, key_date_new FROM apps.msc_sup_dem_history_v WHERE supplier_item_name = :item;
- SELECT history_id, item_name, publisher_order_type_desc, ship_date_new, receipt_date_new FROM apps.msc_sup_dem_history_v WHERE publisher_order_type IN (1,2,3) ORDER BY key_date_new;
Because the view enforces PLAN_ID = -1 and requires KEY_DATE_NEW to be non-null, consumers receive only the most current scheduling history, avoiding stale or unkeyed rows.
-
VIEW: APPS.MSC_SUP_DEM_HISTORY_V
12.2.2
-
VIEW: APPS.MSC_SUP_DEM_HISTORY_V
12.1.1
-
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: 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: MSC.MSC_ST_ITEM_SUPPLIERS#
12.2.2
-
VIEW: MSC.MSC_ITEM_SUPPLIERS#
12.2.2
-
VIEW: MSC.MSC_SUP_DEM_HISTORY#
12.2.2
-
VIEW: MSC.MSC_X_EXCEPTION_DETAILS#
12.2.2
-
View: MSC_SUP_DEM_HZ_UI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_HZ_UI_V, object_name:MSC_SUP_DEM_HZ_UI_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_HZ_UI_V ,
-
VIEW: MSC.MSC_SUPDEM_LINES_INTERFACE#
12.2.2
-
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: APPS.MSC_SUP_DEM_HZ_UI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_HZ_UI_V, object_name:MSC_SUP_DEM_HZ_UI_V, status:VALID,
-
View: MSC_SUP_DEM_HZ_UI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_HZ_UI_V, object_name:MSC_SUP_DEM_HZ_UI_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_HZ_UI_V ,
-
VIEW: APPS.MSC_SUP_DEM_HZ_UI_V
12.1.1
-
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,
-
VIEW: MSC.MSC_SUP_DEM_HISTORY#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_SUP_DEM_HISTORY#, status:VALID,
-
VIEW: MSC.MSC_ST_ITEM_SUPPLIERS#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_ST_ITEM_SUPPLIERS#, status:VALID,
-
VIEW: MSC.MSC_SUP_DEM_ENTRIES#
12.2.2
-
VIEW: APPS.MSC_SUP_DEM_HZ_UI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_HZ_UI_V, object_name:MSC_SUP_DEM_HZ_UI_V, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_HZ_UI_V
12.2.2
-
VIEW: MSC.MSC_ITEM_SUPPLIERS#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_ITEM_SUPPLIERS#, status:VALID,
-
VIEW: MSC.MSC_X_EXCEPTION_DETAILS#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_X_EXCEPTION_DETAILS#, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_V
12.2.2
-
View: MSC_SUP_DEM_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES_V, object_name:MSC_SUP_DEM_ENTRIES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_ENTRIES_V ,
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_V
12.1.1
-
View: MSC_SUP_DEM_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES_V, object_name:MSC_SUP_DEM_ENTRIES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_ENTRIES_V ,
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_VERT_V
12.1.1
-
VIEW: APPS.MSC_X_EXCEPTION_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_X_EXCEPTION_SEARCH_V, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_VERT_V
12.2.2
-
TRIGGER: APPS.MSC_TRG_AUDIT
12.1.1
-
VIEW: APPS.MSC_SUP_DEM_ENT_CUSTOM_EX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENT_CUSTOM_EX_V, object_name:MSC_SUP_DEM_ENT_CUSTOM_EX_V, status:VALID,
-
TRIGGER: APPS.MSC_TRG_AUDIT
12.2.2
-
VIEW: MSC.MSC_SUPDEM_LINES_INTERFACE#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_SUPDEM_LINES_INTERFACE#, status:VALID,
-
TABLE: MSC.MSC_ST_ITEM_SUPPLIERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_ITEM_SUPPLIERS, object_name:MSC_ST_ITEM_SUPPLIERS, status:VALID,
-
TABLE: MSC.MSC_ST_ITEM_SUPPLIERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_ITEM_SUPPLIERS, object_name:MSC_ST_ITEM_SUPPLIERS, status:VALID,
-
VIEW: APPS.MSC_X_EXCEPTION_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_X_EXCEPTION_SEARCH_V, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_ENT_CUSTOM_EX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENT_CUSTOM_EX_V, object_name:MSC_SUP_DEM_ENT_CUSTOM_EX_V, status:VALID,
-
Lookup Type: MSC_PQ_CP_EXCP
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: For Exceptions Used in CP , description: Field Prompts used for Personal Queries ,
-
TABLE: MSC.MSC_ITEM_SUPPLIERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SUPPLIERS, object_name:MSC_ITEM_SUPPLIERS, status:VALID,
-
TABLE: MSC.MSC_ITEM_SUPPLIERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SUPPLIERS, object_name:MSC_ITEM_SUPPLIERS, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_UI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES_UI_V, object_name:MSC_SUP_DEM_ENTRIES_UI_V, status:VALID,
-
TABLE: MSC.MSC_SUP_DEM_HISTORY
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUP_DEM_HISTORY, object_name:MSC_SUP_DEM_HISTORY, status:VALID,
-
Lookup Type: MSC_ADV_SORT_POPLIST
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: SCE Supply Demand Advanced Sort Poplist , description: Supply Demand Advanced Sort Poplist ,
-
Lookup Type: MSC_PQ_CP_EXCP
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: For Exceptions Used in CP , description: Field Prompts used for Personal Queries ,
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES_V, object_name:MSC_SUP_DEM_ENTRIES_V, status:VALID,
-
TABLE: MSC.MSC_SUP_DEM_HISTORY
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUP_DEM_HISTORY, object_name:MSC_SUP_DEM_HISTORY, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_VERT_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_SUP_DEM_ENTRIES_VERT_V, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES_V, object_name:MSC_SUP_DEM_ENTRIES_V, status:VALID,
-
APPS.MSC_SCE_PUBLISH_PKG SQL Statements
12.1.1
-
APPS.MSC_SCE_PUBLISH_PKG SQL Statements
12.2.2