Search Results prev_demand_id
Overview
APPS.MSC_FLP_SUPPLY_DEMAND_V2 is a supplementary view in the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) schema. The ETRM metadata classifies it as a view whose stated purpose is "to simplify forms coding," and it carries Oracle's standard caution that it should not be queried or altered directly because its definition may change dramatically across minor or major releases. The view exposes a combined supply-and-demand pegging picture for a given plan, joining demand records to the supplies and pegging relationships that satisfy them, and it additionally surfaces predecessor ("PREV_") and end ("END_") attribute sets that describe upstream and terminating nodes in the pegging chain.
The "V2" suffix and the presence of unit-number columns reflect an evolved definition aligned with project- and unit-level tracking. For the search term prev_unit_number, the view exposes a dedicated column of datatype VARCHAR2(30). This column carries the unit number associated with the previous pegging node — the predecessor supply, demand, or reservation in the same pegging thread — and parallels UNIT_NUMBER and END_UNIT_NUMBER. In EBS 12.1.1 and 12.2.2 the object is reported as VALID with owner APPS and FND design data MSC.MSC_FLP_SUPPLY_DEMAND_V2.
Underlying Base Objects
The documented base objects are:
- MSC_DEMANDS (synonym) — source of demand rows and demand attributes.
- MSC_SUPPLIES (synonym) — source of supply rows satisfying those demands.
- MSC_FULL_PEGGING (synonym) — the pegging relationships linking demands to supplies, and providing the predecessor identifiers used to derive the PREV_ and END_ column groups.
- MSC_ITEMS (synonym) — item master/plan item attributes supplying ITEM_ORG, ITEM_DESC, and their END_/PREV_ counterparts.
- MSC_GET_NAME (package) — name-resolution package used to translate identifiers into display names for origination, project, task, order, and customer fields.
Because the view consolidates these objects, it functions as a denormalized pegging read model rather than a base storage object; all data is inherited from the underlying planning tables and package logic.
Key Columns
- PLAN_ID, ORGANIZATION_ID — plan and organization context.
- PEGGING_ID, PREV_PEGGING_ID — current and predecessor pegging node identifiers; PREV_PEGGING_ID is the key that drives the PREV_ column group.
- DEMAND_ID, PREV_DEMAND_ID, SUPPLY_QTY, DEMAND_QTY — demand/supply quantities and lineage.
- ITEM_ID, ITEM_ORG, ITEM_DESC and their END_/PREV_ variants — item identification at each pegging node.
- UNIT_NUMBER, END_UNIT_NUMBER, PREV_UNIT_NUMBER (VARCHAR2(30)) — project unit or reservation unit number at the current, terminating, and predecessor nodes. PREV_UNIT_NUMBER is the column the user searched for.
- PROJECT_NUMBER/TASK_NUMBER plus END_ and PREV_ variants, and LENDING_PROJECT_NUMBER/LENDING_TASK_NUMBER — project/task attribution and lending context.
- ORIGINATION_NAME, END_ORIGINATION_NAME, ORDER_NAME, ORDER_TYPE — supply origination and order descriptors.
- CUSTOMER, DEMAND_PRIORITY, SATISFIED_DATE, END_SATISFIED_DATE, END_DISPOSITION, PREV_DISPOSITION — demand fulfillment status and disposition.
- END_DEMAND_CLASS, END_PEGGED_QTY, END_DEMAND_QTY, NEW_PROCESSING_DAYS, SR_INSTANCE_ID — classification, terminal quantities, and processing lag.
Common Use Cases and Queries
Typical scenarios include tracing why a demand is satisfied by a given supply, inspecting upstream pegging for unit-numbered project demands, and building exception reports on demand disposition. A representative query locating records by predecessor unit number follows:
SELECT plan_id, organization_id, demand_id, supply_qty, unit_number, prev_unit_number, prev_project_number, prev_task_number FROM apps.msc_flp_supply_demand_v2 WHERE plan_id = :p_plan AND prev_unit_number = :p_unit;- Pegging-chain reconstruction using PREV_PEGGING_ID and PEGGING_ID to walk from supply to originating demand.
- Disposition reporting on END_DISPOSITION and END_SATISFIED_DATE for late or unfulfilled demand.
Given Oracle's documented warning, direct queries against this view should be confined to diagnostics and reporting, not to production integrations that assume a frozen column set.
-
VIEW: APPS.MSC_FLP_SUPPLY_DEMAND_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_V2, object_name:MSC_FLP_SUPPLY_DEMAND_V2, status:VALID,
-
VIEW: APPS.MRP_FLP_SUPPLY_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V, object_name:MRP_FLP_SUPPLY_DEMAND_V, status:VALID,
-
VIEW: APPS.MSC_FLP_SUPPLY_DEMAND_ATP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_ATP_V, object_name:MSC_FLP_SUPPLY_DEMAND_ATP_V, status:VALID,
-
VIEW: APPS.MSC_FLP_SUPPLY_DEMAND_ATP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_ATP_V, object_name:MSC_FLP_SUPPLY_DEMAND_ATP_V, status:VALID,
-
VIEW: APPS.MSC_FLP_SUPPLY_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_V, object_name:MSC_FLP_SUPPLY_DEMAND_V, status:VALID,
-
VIEW: APPS.MSC_FLP_SUPPLY_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_V, object_name:MSC_FLP_SUPPLY_DEMAND_V, status:VALID,
-
VIEW: APPS.MSC_FLP_SUPPLY_DEMAND_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_V2, object_name:MSC_FLP_SUPPLY_DEMAND_V2, status:VALID,
-
VIEW: APPS.MRP_FLP_SUPPLY_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V, object_name:MRP_FLP_SUPPLY_DEMAND_V, status:VALID,
-
VIEW: APPS.MRP_FLP_SUPPLY_DEMAND_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V2, object_name:MRP_FLP_SUPPLY_DEMAND_V2, status:VALID,
-
VIEW: APPS.MRP_FLP_SUPPLY_DEMAND_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V2, object_name:MRP_FLP_SUPPLY_DEMAND_V2, status:VALID,
-
View: MSC_FLP_SUPPLY_DEMAND_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_V2, object_name:MSC_FLP_SUPPLY_DEMAND_V2, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_SUPPLY_DEMAND_V2 ,
-
View: MSC_FLP_SUPPLY_DEMAND_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_V2, object_name:MSC_FLP_SUPPLY_DEMAND_V2, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_SUPPLY_DEMAND_V2 ,
-
View: MRP_FLP_SUPPLY_DEMAND_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V2, object_name:MRP_FLP_SUPPLY_DEMAND_V2, status:VALID, product: MRP - Master Scheduling/MRP , description: View of pegged supply and demand information , implementation_dba_data: APPS.MRP_FLP_SUPPLY_DEMAND_V2 ,
-
View: MSC_FLP_SUPPLY_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_V, object_name:MSC_FLP_SUPPLY_DEMAND_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_SUPPLY_DEMAND_V ,
-
View: MSC_FLP_SUPPLY_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_V, object_name:MSC_FLP_SUPPLY_DEMAND_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_SUPPLY_DEMAND_V ,
-
View: MRP_FLP_SUPPLY_DEMAND_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V2, object_name:MRP_FLP_SUPPLY_DEMAND_V2, status:VALID, product: MRP - Master Scheduling/MRP , description: View of pegged supply and demand information , implementation_dba_data: APPS.MRP_FLP_SUPPLY_DEMAND_V2 ,
-
View: MSC_FLP_SUPPLY_DEMAND_ATP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_ATP_V, object_name:MSC_FLP_SUPPLY_DEMAND_ATP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_SUPPLY_DEMAND_ATP_V ,
-
View: MSC_FLP_SUPPLY_DEMAND_ATP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_DEMAND_ATP_V, object_name:MSC_FLP_SUPPLY_DEMAND_ATP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_SUPPLY_DEMAND_ATP_V ,
-
View: MRP_FLP_SUPPLY_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V, object_name:MRP_FLP_SUPPLY_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_FLP_SUPPLY_DEMAND_V ,
-
View: MRP_FLP_SUPPLY_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V, object_name:MRP_FLP_SUPPLY_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_FLP_SUPPLY_DEMAND_V ,
-
eTRM - MRP Tables and Views
12.2.2
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - MRP Tables and Views
12.1.1
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
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 ,