Search Results msc_sup_dem_entries_ui_v
Overview
MSC_SUP_DEM_ENTRIES_UI_V is a VALID view owned by the APPS schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It belongs to the MSC product, Advanced Supply Chain Planning. The view presents supplier and demand scheduling entries for the Collaborative Planning and Vendor Managed Inventory flows, exposing both the internal identifiers and the denormalized descriptive attributes required by Oracle's planning user interfaces and by external trading-partner integration. The suffix "_UI_V" indicates that the object is a UI-oriented view: rather than returning raw foreign keys alone, it flattens the supplier, customer, item, party-site, and address context into readable name columns so that concurrent programs, OAF pages, and outbound interface extracts can report supplier and demand commitments without additional joins.
Underlying Base Objects
The view text selects exclusively from SUPDEM, which resolves to the synonym MSC_SUP_DEM_ENTRIES, the supplier and demand scheduling table in the Advanced Supply Chain Planning schema. The documented referenced base objects are FND_GLOBAL (package), MFG_LOOKUPS (view), MSC_GROUP_COMPANIES (synonym), MSC_SUP_DEM_ENTRIES (synonym), MSC_X_SECURITY_RULES (synonym), and MSC_X_UTIL (package). In practice the projection is a straight column list over MSC_SUP_DEM_ENTRIES, while the remaining objects supply the supporting infrastructure: FND_GLOBAL provides the session user and responsibility for multi-org and security filtering, MSC_X_SECURITY_RULES enforces planning data security, MSC_GROUP_COMPANIES supports inter-company visibility, MSC_X_UTIL supplies planning utility logic, and MFG_LOOKUPS resolves order type and bucket-type lookup meanings. Because it is a view, it carries no independent storage; it is a read-only projection of the base synonym.
Key Columns
- TRANSACTION_ID, PLAN_ID, SR_INSTANCE_ID — primary transaction identifier, owning plan, and source system instance.
- PUBLISHER_ID, PUBLISHER_SITE_ID, PUBLISHER_NAME, PUBLISHER_SITE_NAME, PUBLISHER_ORDER_TYPE, PUBLISHER_ORDER_TYPE_DESC — the party publishing the schedule, its site, and the order type and lookup description.
- SUPPLIER_ID, SUPPLIER_NAME, SUPPLIER_SITE_ID, SUPPLIER_SITE_NAME, SUPPLIER_ITEM_NAME — supplier party, site, and supplier item context.
- CUSTOMER_ID, CUSTOMER_NAME, CUSTOMER_SITE_ID, CUSTOMER_SITE_NAME, CUSTOMER_ITEM_NAME — corresponding customer party, site, and item context.
- INVENTORY_ITEM_ID, ITEM_NAME, OWNER_ITEM_NAME, ITEM_DESCRIPTION, DESIGNATOR — item identity and descriptive attributes for reporting.
- QUANTITY, TP_QUANTITY, BUCKET_TYPE — scheduled quantity, trading-partner quantity, and time-bucket classification.
- NEW_SCHEDULE_DATE, NEW_DOCK_DATE, NEW_SHIP_DATE, NEW_ORDER_PLACEMENT_DATE — revised scheduling dates used in schedule-confirmation workflows.
- ORDER_NUMBER, RELEASE_NUMBER, LINE_NUMBER, END_ORDER_NUMBER, END_ORDER_REL_NUMBER, END_ORDER_LINE_NUMBER — order, release, and line references, including end-order values for multi-line commitments.
- SHIP_TO_ADDRESS, SHIP_FROM_PARTY_ID, SHIP_TO_PARTY_ID, SHIP_TO_PARTY_ADDRESS_ID, OWNING_SITE_ID, OWNING_SITE_NAME — ship-to, ship-from, and inventory-owning site context.
- CARRIER_CODE, VEHICLE_NUMBER, CONTAINER_TYPE, CONTAINER_QTY, TRACKING_NUMBER — transportation and logistics attributes.
- COMMENTS, VERSION, CONTEXT — free-text notes, record version, and descriptive-flexfield context.
Common Use Cases and Queries
The view is typically queried to review supplier and demand schedule entries for a specific plan, to audit schedule-confirmation changes, and to build outbound interface extracts for trading partners. A representative query filters by plan and item:
- SELECT TRANSACTION_ID, PUBLISHER_NAME, SUPPLIER_NAME, ITEM_NAME, QUANTITY, NEW_SCHEDULE_DATE, ORDER_NUMBER, PUBLISHER_ORDER_TYPE_DESC FROM APPS.MSC_SUP_DEM_ENTRIES_UI_V WHERE PLAN_ID = :p_plan_id AND INVENTORY_ITEM_ID = :p_item_id;
- SELECT SUPPLIER_NAME, COUNT(*), SUM(QUANTITY) FROM APPS.MSC_SUP_DEM_ENTRIES_UI_V WHERE PLAN_ID = :p_plan_id GROUP BY SUPPLIER_NAME;
- SELECT TRANSACTION_ID, ORDER_NUMBER, LINE_NUMBER, NEW_SHIP_DATE, NEW_DOCK_DATE FROM APPS.MSC_SUP_DEM_ENTRIES_UI_V WHERE SHIP_TO_PARTY_NAME = :p_ship_to AND NEW_DOCK_DATE >= SYSDATE;
Because the view references FND_GLOBAL and MSC_X_SECURITY_RULES, query results respect the invoking responsibility's planning security and organization context. Direct DML is not supported against the view; updates to underlying schedule data must target MSC_SUP_DEM_ENTRIES or use the supported ASCP APIs.
-
View: 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, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_ENTRIES_UI_V ,
-
View: MSC_SUP_DEM_ENTRIES_UI_V
12.2.2
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, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_ENTRIES_UI_V ,
-
VIEW: APPS.MSC_SUP_DEM_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.MSC_SUP_DEM_TRANSACTIONS_V
12.2.2
-
APPS.MSC_X_PEGGING_FUNC SQL Statements
12.2.2
-
APPS.MSC_X_PEGGING_FUNC SQL Statements
12.1.1
-
View: MSC_SUP_DEM_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_TRANSACTIONS_V, object_name:MSC_SUP_DEM_TRANSACTIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_TRANSACTIONS_V ,
-
View: MSC_SUP_DEM_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_TRANSACTIONS_V, object_name:MSC_SUP_DEM_TRANSACTIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUP_DEM_TRANSACTIONS_V ,
-
VIEW: APPS.MSC_SUP_DEM_HZ_UI_V
12.2.2
-
SYNONYM: APPS.MSC_GROUP_COMPANIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_GROUP_COMPANIES, status:VALID,
-
SYNONYM: APPS.MSC_X_SECURITY_RULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_X_SECURITY_RULES, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_HZ_UI_V
12.1.1
-
SYNONYM: APPS.MSC_X_SECURITY_RULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_X_SECURITY_RULES, status:VALID,
-
PACKAGE BODY: APPS.MSC_X_PEGGING_FUNC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_X_PEGGING_FUNC, status:VALID,
-
PACKAGE BODY: APPS.MSC_X_PEGGING_FUNC
12.2.2
-
PACKAGE BODY: APPS.MSC_X_PEGGING_FUNC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_X_PEGGING_FUNC, status:VALID,
-
PACKAGE BODY: APPS.MSC_X_UDE_PEGGING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_X_UDE_PEGGING, status:VALID,
-
PACKAGE BODY: APPS.MSC_X_PEGGING_FUNC
12.1.1
-
SYNONYM: APPS.MSC_GROUP_COMPANIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_GROUP_COMPANIES, status:VALID,
-
PACKAGE BODY: APPS.MSC_X_UDE_PEGGING
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_X_UDE_PEGGING, status:VALID,
-
PACKAGE BODY: APPS.MSC_X_HZ_PLAN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_X_HZ_PLAN, status:VALID,
-
PACKAGE BODY: APPS.MSC_X_HZ_UPDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_X_HZ_UPDATE, status:VALID,
-
PACKAGE BODY: APPS.MSC_X_HZ_PLAN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_X_HZ_PLAN, status:VALID,
-
PACKAGE BODY: APPS.MSC_X_HZ_UPDATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_X_HZ_UPDATE, status:VALID,
-
PACKAGE: APPS.MSC_X_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:MSC_X_UTIL, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_TRANSACTIONS_V, object_name:MSC_SUP_DEM_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.MSC_SUP_DEM_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUP_DEM_TRANSACTIONS_V, object_name:MSC_SUP_DEM_TRANSACTIONS_V, status:VALID,
-
PACKAGE: APPS.MSC_X_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:MSC_X_UTIL, status:VALID,
-
SYNONYM: APPS.MSC_SUP_DEM_ENTRIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_SUP_DEM_ENTRIES, 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 ,
-
APPS.MSC_X_HZ_PLAN SQL Statements
12.1.1
-
APPS.MSC_X_HZ_PLAN SQL Statements
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: 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: 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,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.MSC_SUP_DEM_ENTRIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_SUP_DEM_ENTRIES, status:VALID,
-
VIEW: APPS.MSC_CUST_BUCKET_V
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
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_CUST_BUCKET_V
12.1.1
-
APPS.MSC_X_UDE_PEGGING SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_X_UDE_PEGGING SQL Statements
12.2.2
-
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: 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 ,
-
PACKAGE BODY: APPS.MSC_X_UDE_PEGGING
12.1.1
-
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,