Search Results customer_site_name
Overview
APPS.MSC_SUP_DEM_HZ_UI_V is a reporting and integration view within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) schema, owned by the APPS account. It is layered on top of MSC_SUP_DEM_ENTRIES_UI_V and serves as a presentation-layer abstraction over the supplier demand and supply entries maintained by the MSC (Supply Chain Planning) product. The view resolves the identity of trading partners — the planning company, its customers, and its suppliers — while dynamically swapping the displayed UOM and quantity fields based on whether the currently connected company acts as the publisher, the customer, or the supplier of a given demand or supply record.
Because the view depends on SYS_CONTEXT('MSC','COMPANY_ID') to determine the perspective of the query, it is intended to be executed within the context of an ASCP or ETRM session. This makes it particularly suitable for embedded use in ETRM (Enterprise Tax, Trade, and Regulatory) style analytics, supplier-demand collaboration reports, and any integration that must expose the correct quantity and unit of measure from the point of view of the logged-in operating unit. The column supplier_name, referenced in user searches, is one of the primary partner-identification columns surfaced by this view.
Underlying Base Objects
The view is documented as being defined over the following objects:
- MSC_SUP_DEM_ENTRIES_UI_V (VIEW) — the immediate parent view from which all columns are projected. It supplies the raw planning, partner, item, and quantity data.
- FND_GLOBAL (PACKAGE) / SYS_CONTEXT — used to resolve the application context, specifically the MSC COMPANY_ID value, which drives the DECODE logic.
- MSC_X_UTIL (PACKAGE) — a utility package within the MSC schema referenced by the dependency chain.
The view does not join to additional base tables directly; instead it applies DECODE expressions to columns already exposed by MSC_SUP_DEM_ENTRIES_UI_V, transforming them at query time into a company-relative perspective.
Key Columns
- PLAN_ID — identifier of the ASCP plan to which the demand/supply entry belongs.
- PUBLISHER_NAME / PUBLISHER_SITE_NAME — the publishing organization and site for the entry.
- SUPPLIER_ID / SUPPLIER_NAME / SUPPLIER_SITE_ID / SUPPLIER_SITE_NAME — the supplier trading partner identifiers and descriptive names, central to supplier-facing reporting.
- CUSTOMER_ID / CUSTOMER_NAME / CUSTOMER_SITE_ID / CUSTOMER_SITE_NAME — the corresponding customer trading partner identifiers.
- UOM / QUANTITY — resolved via DECODE on SYS_CONTEXT('MSC','COMPANY_ID'); returns PRIMARY_UOM/PRIMARY_QUANTITY when the company is the publisher, TP_UOM_CODE/TP_QUANTITY when it is the customer or supplier, and UOM_CODE/QUANTITY otherwise.
- KEY_DATE — the effective date of the entry, useful for time-phased analysis.
- INVENTORY_ITEM_ID / ITEM_NAME — the inventory item and its display name; ITEM_NAME is aliased as ITEM_DESCRIPTION.
- OWNER_ITEM_NAME, CUSTOMER_ITEM_NAME, SUPPLIER_ITEM_NAME — partner-specific item naming conventions.
- MYCO / MYSITE / TPCO / TPSITE / TP — derived columns that label "my company," "my site," the trading partner company, the trading partner site, and a flag (TP=1) indicating a trading-partner relationship.
Common Use Cases and Queries
Typical uses include supplier collaboration dashboards, trading-partner demand and supply inquiries, and ETRM reporting that must reflect the perspective of the connected company. The most frequent lookup pattern involves retrieving entries by supplier_name.
Sample query listing demand/supply entries for a specific supplier:
SELECT plan_id, supplier_name, supplier_site_name, item_name, key_date, quantity, uom FROM apps.msc_sup_dem_hz_ui_v WHERE supplier_name = :p_supplier_name ORDER BY key_date;SELECT myco, tpco, item_name, quantity, uom FROM apps.msc_sup_dem_hz_ui_v WHERE tp = 1 AND plan_id = :p_plan_id;SELECT supplier_name, customer_name, item_name, quantity FROM apps.msc_sup_dem_hz_ui_v WHERE customer_name = :p_customer AND key_date BETWEEN :start_date AND :end_date;
Because COMPANY_ID context affects UOM and QUANTITY resolution, these queries return different values when executed under different ASCP company sessions. Reports should therefore always be run within the intended MSC session context.
-
VIEW: APPS.MSC_SUP_DEM_HZ_UI_V
12.2.2
-
VIEW: APPS.MSC_SUP_DEM_HZ_UI_V
12.1.1
-
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_OUTBOUND_ENTRIES#
12.2.2
-
VIEW: MSC.MSC_ST_ITEM_CUSTOMERS#
12.2.2
-
VIEW: APPS.MSC_SUP_DEM_HISTORY_V
12.2.2
-
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: 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: MSC.MSC_SUP_DEM_HISTORY#
12.2.2
-
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_SUP_DEM_ENTRIES_VMI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES_VMI_V, object_name:MSC_SUP_DEM_ENTRIES_VMI_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_ENTRIES_VMI_V ,
-
VIEW: MSC.MSC_ST_ITEM_ATTRIBUTES#
12.2.2
-
VIEW: MSC.MSC_X_EXCEPTION_DETAILS#
12.2.2
-
VIEW: MSC.MSC_ST_ITEM_CUSTOMERS#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_ST_ITEM_CUSTOMERS#, status:VALID,
-
VIEW: APPS.MSC_CUST_BUCKET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CUST_BUCKET_V, object_name:MSC_CUST_BUCKET_V, status:VALID,
-
VIEW: APPS.MSC_CUST_BUCKET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CUST_BUCKET_V, object_name:MSC_CUST_BUCKET_V, status:VALID,
-
VIEW: MSC.MSC_OUTBOUND_ENTRIES#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_OUTBOUND_ENTRIES#, status:VALID,
-
TABLE: MSC.MSC_ALLOC_HIERARCHY_TEMP
12.1.1
owner:MSC, object_type:TABLE, object_name:MSC_ALLOC_HIERARCHY_TEMP, status:VALID,
-
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: APPS.MSC_SUP_DEM_ENTRIES_VMI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES_VMI_V, object_name:MSC_SUP_DEM_ENTRIES_VMI_V, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_VMI_V
12.2.2
-
TRIGGER: APPS.MSC_TRG_AUDIT
12.1.1
-
View: MSC_CUST_BUCKET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CUST_BUCKET_V, object_name:MSC_CUST_BUCKET_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CUST_BUCKET_V ,
-
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: APPS.MSC_SECURITY_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SECURITY_RULES_V, object_name:MSC_SECURITY_RULES_V, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_VMI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES_VMI_V, object_name:MSC_SUP_DEM_ENTRIES_VMI_V, status:VALID,
-
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,
-
TABLE: MSC.MSC_ALLOC_HIERARCHY_TEMP
12.2.2
owner:MSC, object_type:TABLE, object_name:MSC_ALLOC_HIERARCHY_TEMP, status:VALID,
-
View: MSC_SUP_DEM_ENTRIES_VMI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES_VMI_V, object_name:MSC_SUP_DEM_ENTRIES_VMI_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_ENTRIES_VMI_V ,
-
VIEW: MRP.MRP_ATP_DETAILS_TEMP#
12.2.2
-
VIEW: APPS.MSC_SUP_DEM_ENTRIES_VMI_V
12.1.1
-
TABLE: MSC.MSC_OUTBOUND_ENTRIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_OUTBOUND_ENTRIES, object_name:MSC_OUTBOUND_ENTRIES, status:VALID,
-
View: MSC_CUST_BUCKET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CUST_BUCKET_V, object_name:MSC_CUST_BUCKET_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CUST_BUCKET_V ,
-
View: MSC_SECURITY_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SECURITY_RULES_V, object_name:MSC_SECURITY_RULES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SECURITY_RULES_V ,
-
View: MSC_SECURITY_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SECURITY_RULES_V, object_name:MSC_SECURITY_RULES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SECURITY_RULES_V ,
-
VIEW: APPS.MSC_SECURITY_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SECURITY_RULES_V, object_name:MSC_SECURITY_RULES_V, status:VALID,
-
VIEW: APPS.MSC_CUST_BUCKET_V
12.2.2
-
VIEW: APPS.MSC_CUST_BUCKET_V
12.1.1
-
VIEW: MSC.MSC_SUP_DEM_ENTRIES#
12.2.2
-
TRIGGER: APPS.MSC_TRG_AUDIT
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: MSC.MSC_SUP_DEM_HISTORY#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_SUP_DEM_HISTORY#, status:VALID,
-
VIEW: APPS.MSC_WL_RESULTS_V
12.1.1
-
TABLE: MSC.MSC_ST_ITEM_CUSTOMERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_ITEM_CUSTOMERS, object_name:MSC_ST_ITEM_CUSTOMERS, status:VALID,
-
VIEW: APPS.MSC_ALLOCATION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_ALLOCATION_DETAILS_V, status:VALID,
-
TABLE: MSC.MSC_OUTBOUND_ENTRIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_OUTBOUND_ENTRIES, object_name:MSC_OUTBOUND_ENTRIES, status:VALID,
-
VIEW: APPS.MSC_ALLOCATION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_ALLOCATION_DETAILS_V, status:VALID,
-
VIEW: APPS.MSC_WL_RESULTS_V
12.2.2
-
VIEW: APPS.MSC_WL_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_WL_RESULTS_V, status:VALID,