Search Results demand_class
Overview
MRPBV_DEMAND_CLASSES is a read-only view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the MRP (Master Scheduling/MRP) product family. ETRM metadata classifies the object as a VIEW with a status of VALID and describes it as a retrofitted component, indicating it was introduced or harmonized to preserve backward compatibility with earlier Oracle Applications releases. The view exposes the set of valid demand class codes used by Oracle Master Scheduling/MRP and Advanced Supply Chain Planning to categorize independent and dependent demand.
Demand classes allow planners to segment demand by source, business channel, customer group, or priority so that supply can be allocated, netted, and reported distinctly. MRPBV_DEMAND_CLASSES presents this reference data in a report-friendly form, joining the demand class lookup values to their enabled/disabled status expressed as a YES/NO meaning. Because it is defined with a WITH READ ONLY clause, it is intended purely for query, reporting, integration, and lookup purposes rather than for direct DML.
Underlying Base Objects
The view is defined over the FND_COMMON_LOOKUPS view, which it references twice through a self-join, and it also relies on the FND_GLOBAL package within the EBS technology stack. One instance of FND_COMMON_LOOKUPS, aliased DEMAND_CLASS, is filtered to rows where LOOKUP_TYPE equals 'DEMAND_CLASS'. The second instance, aliased LKUP, is filtered to rows where LOOKUP_TYPE equals 'YES_NO'. The join condition equates LKUP.LOOKUP_CODE with DEMAND_CLASS.ENABLED_FLAG, so the enabled flag stored on the demand class lookup record is translated into the human-readable YES/NO meaning from the common lookup set. FND_COMMON_LOOKUPS is itself a view maintained by Oracle Application Object Library, and MRPBV_DEMAND_CLASSES therefore inherits standard EBS lookup security and multi-org behavior through that layer. The FND_GLOBAL dependency supplies session context such as user and responsibility information used by the underlying lookup view.
Key Columns
- DEMAND_CLASS — The lookup code that uniquely identifies the demand class.
- MEANING — The descriptive, user-facing name of the demand class.
- DESCRIPTION — Optional free-text detail about the demand class.
- START_EFFECTIVE_DATE — The date from which the demand class becomes active.
- END_EFFECTIVE_DATE — The date on which the demand class ceases to be active.
- ENABLED_FLAG — The enabled/disabled indicator, exposed here as the YES/NO meaning resolved via the FND_COMMON_LOOKUPS join.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY — Standard EBS audit columns recording who created and last modified the lookup row and when.
Note that the documented column listing includes MEANING as the enabled-flag meaning; the underlying query also selects the DEMAND_CLASS.MEANING as the first meaning column, which is the demand class description presented to users.
Common Use Cases and Queries
MRPBV_DEMAND_CLASSES is most often queried to populate list of values, reporting lookups, and integration extracts that must present only enabled demand classes. A typical query retrieves the active demand class set:
- Validate a demand class code entered in a planning interface before loading demand or supply records.
- Join to planning demand tables to describe demand class codes in reports.
- Filter to enabled classes using the YES/NO meaning, for example: SELECT demand_class, meaning FROM mrp_demand_classes_view WHERE enabled_flag = 'Y';
- Retrieve effective-dated classes using START_EFFECTIVE_DATE and END_EFFECTIVE_DATE.
Because the object is read-only, it should be used strictly for retrieval. Changes to demand class definitions must be made through the standard lookup maintenance UI in Application Developer responsibility, which updates FND_COMMON_LOOKUPS and is immediately reflected in this view.
-
View: MRPBV_DEMAND_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_DEMAND_CLASSES, object_name:MRPBV_DEMAND_CLASSES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_DEMAND_CLASSES ,
-
View: MRPFV_DEMAND_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_DEMAND_CLASSES, object_name:MRPFV_DEMAND_CLASSES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_DEMAND_CLASSES ,
-
View: MRP_BIS_FORECAST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_FORECAST_V, object_name:MRP_BIS_FORECAST_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_FORECAST_V ,
-
View: MRP_BIS_FORECAST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_FORECAST_V, object_name:MRP_BIS_FORECAST_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_FORECAST_V ,
-
View: MRPBV_DEMAND_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_DEMAND_CLASSES, object_name:MRPBV_DEMAND_CLASSES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_DEMAND_CLASSES ,
-
View: MRPFV_DEMAND_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_DEMAND_CLASSES, object_name:MRPFV_DEMAND_CLASSES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_DEMAND_CLASSES ,
-
View: RHX_DP_FORECAST_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_FORECAST_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_L_DMDCLASS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: MRP_BIS_FORECAST_TREND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_FORECAST_TREND_V, object_name:MRP_BIS_FORECAST_TREND_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_FORECAST_TREND_V ,
-
View: RHX_DP_L_DMDCLASS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MRP_DCDM_DM_LCV
12.2.2
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: EDW_MRP_DCDM_DM_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.EDW_MRP_DCDM_DM_LCV MRP.EDW_MRP_DCDM_DM_LCV, object_name:EDW_MRP_DCDM_DM_LCV, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.EDW_MRP_DCDM_DM_LCV ,
-
View: MRP_BIS_FORECAST_TREND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_FORECAST_TREND_V, object_name:MRP_BIS_FORECAST_TREND_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_FORECAST_TREND_V ,
-
View: MRP_BIS_FORECAST_WB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_FORECAST_WB_V, object_name:MRP_BIS_FORECAST_WB_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_FORECAST_WB_V ,
-
View: MRP_BIS_FORECAST_WB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_FORECAST_WB_V, object_name:MRP_BIS_FORECAST_WB_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_FORECAST_WB_V ,
-
View: MRPFV_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECASTS, object_name:MRPFV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECASTS ,
-
View: MRP_ATP_ITEMS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ATP_ITEMS_ALL_V, object_name:MRP_ATP_ITEMS_ALL_V, status:VALID, product: MRP - Master Scheduling/MRP , description: ATP all items view , implementation_dba_data: APPS.MRP_ATP_ITEMS_ALL_V ,
-
View: MRPFV_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECASTS, object_name:MRPFV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECASTS ,
-
View: MRP_ATP_ITEMS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ATP_ITEMS_ALL_V, object_name:MRP_ATP_ITEMS_ALL_V, status:VALID, product: MRP - Master Scheduling/MRP , description: ATP all items view , implementation_dba_data: APPS.MRP_ATP_ITEMS_ALL_V ,
-
View: MRP_ATP_ITEMS_RESOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ATP_ITEMS_RESOURCE_V, object_name:MRP_ATP_ITEMS_RESOURCE_V, status:VALID, product: MRP - Master Scheduling/MRP , description: ATP items resource view , implementation_dba_data: APPS.MRP_ATP_ITEMS_RESOURCE_V ,
-
View: RHX_DP_BOOKINGS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_SHIPMENTS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_BOOKINGS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: MRP_ATP_ITEMS_RESOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ATP_ITEMS_RESOURCE_V, object_name:MRP_ATP_ITEMS_RESOURCE_V, status:VALID, product: MRP - Master Scheduling/MRP , description: ATP items resource view , implementation_dba_data: APPS.MRP_ATP_ITEMS_RESOURCE_V ,
-
View: EDW_DEMAND_CLASS_FKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.EDW_DEMAND_CLASS_FKV MRP.EDW_DEMAND_CLASS_FKV, object_name:EDW_DEMAND_CLASS_FKV, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.EDW_DEMAND_CLASS_FKV ,
-
View: EDW_DEMAND_CLASS_FKV
12.2.2
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: MRP_PF_ATP_ITEMS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PF_ATP_ITEMS_ALL_V, object_name:MRP_PF_ATP_ITEMS_ALL_V, status:VALID, product: MRP - Master Scheduling/MRP , description: This view is used for ATP and derived from MTL_DEMAND_INTERFACE , implementation_dba_data: APPS.MRP_PF_ATP_ITEMS_ALL_V ,
-
View: MRP_AP_DESIGNATORS_V
12.2.2
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: MRP_AP_SUB_INVENTORIES_V
12.1.1
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_SHIPMENTS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: MRP_AP_SUB_INVENTORIES_V
12.2.2
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: MRP_DEMAND_OM_RESERVATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DEMAND_OM_RESERVATIONS_V, object_name:MRP_DEMAND_OM_RESERVATIONS_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_DEMAND_OM_RESERVATIONS_V ,
-
View: MRP_DEMAND_OM_RESERVATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DEMAND_OM_RESERVATIONS_V, object_name:MRP_DEMAND_OM_RESERVATIONS_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_DEMAND_OM_RESERVATIONS_V ,
-
View: MRP_PF_ATP_ITEMS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PF_ATP_ITEMS_ALL_V, object_name:MRP_PF_ATP_ITEMS_ALL_V, status:VALID, product: MRP - Master Scheduling/MRP , description: This view is used for ATP and derived from MTL_DEMAND_INTERFACE , implementation_dba_data: APPS.MRP_PF_ATP_ITEMS_ALL_V ,
-
View: MRP_AP_DESIGNATORS_V
12.1.1
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: MRP_SCHEDULE_DESIGNATORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCHEDULE_DESIGNATORS_V, object_name:MRP_SCHEDULE_DESIGNATORS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Master schedules view , implementation_dba_data: APPS.MRP_SCHEDULE_DESIGNATORS_V ,
-
View: MRP_SCHEDULE_DESIGNATORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCHEDULE_DESIGNATORS_V, object_name:MRP_SCHEDULE_DESIGNATORS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Master schedules view , implementation_dba_data: APPS.MRP_SCHEDULE_DESIGNATORS_V ,
-
View: MRP_AP_SALES_ORDERS_V
12.1.1
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: MRPFV_FORECAST_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_CONSUMPTIONS, object_name:MRPFV_FORECAST_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_FORECAST_CONSUMPTIONS ,
-
View: MRPBV_FORECAST_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECAST_CONSUMPTIONS, object_name:MRPBV_FORECAST_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_FORECAST_CONSUMPTIONS ,
-
View: MRPBV_MASTER_PROD_SCHEDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MASTER_PROD_SCHEDS, object_name:MRPBV_MASTER_PROD_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MASTER_PROD_SCHEDS ,
-
View: MRPBV_MASTER_PROD_SCHEDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MASTER_PROD_SCHEDS, object_name:MRPBV_MASTER_PROD_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MASTER_PROD_SCHEDS ,
-
View: MRPFV_MASTER_PROD_SCHEDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MASTER_PROD_SCHEDS, object_name:MRPFV_MASTER_PROD_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MASTER_PROD_SCHEDS ,
-
View: MRPFV_MASTER_DEMAND_SCHEDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MASTER_DEMAND_SCHEDS, object_name:MRPFV_MASTER_DEMAND_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MASTER_DEMAND_SCHEDS ,
-
View: MRPBV_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECASTS, object_name:MRPBV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_FORECASTS ,
-
View: MRPBV_MASTER_DEMAND_SCHEDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MASTER_DEMAND_SCHEDS, object_name:MRPBV_MASTER_DEMAND_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MASTER_DEMAND_SCHEDS ,
-
View: MRPBV_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECASTS, object_name:MRPBV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_FORECASTS ,
-
View: MRPFV_MASTER_PROD_SCHEDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MASTER_PROD_SCHEDS, object_name:MRPFV_MASTER_PROD_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MASTER_PROD_SCHEDS ,
-
View: MRPBV_FORECAST_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECAST_ENTRIES, object_name:MRPBV_FORECAST_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_FORECAST_ENTRIES ,