Search Results demand_class_fk
Overview
The EDW_DEMAND_CLASS_FKV view is a reporting and integration artifact within the Oracle EBS Master Scheduling/MRP (MRP) module. Its name encodes two conventions that are important for interpretation. The prefix EDW indicates that it belongs to the Enterprise Data Warehouse / business intelligence layer rather than the operational transaction schema, while the FKV suffix designates a "foreign key view" — an object whose purpose is to expose a user-readable description for a foreign key value. In this case the foreign key is the demand class reference used throughout demand, forecast, and planning data.
In the Oracle EBS 12.1.1 and 12.2.2 data model, many transactional tables store only a numeric or coded demand class identifier. Reports, extracts, and ETL mappings that surface demand class to end users must translate that identifier into a meaningful label. EDW_DEMAND_CLASS_FKV provides that translation: it returns the lookup code together with a composite display value that appends the instance code from EDW_LOCAL_INSTANCE. The view is therefore a convenience object that standardizes how the demand class dimension is presented across warehouse queries.
Underlying Base Objects
The view text is defined as a join between two objects:
- FND_LOOKUP_VALUES — aliased FND, filtered on
LOOKUP_TYPE = 'DEMAND_CLASS', the user's session language (LANGUAGE = USERENV('LANG')),VIEW_APPLICATION_ID = 3, andSECURITY_GROUP_ID = 0. - EDW_LOCAL_INSTANCE — aliased INST, supplying the
INSTANCE_CODEused to build the concatenated display column.
Although the ETRM metadata records no additional referenced base objects for the 12.2.2 release, the view text itself makes the dependency on the lookup and instance tables explicit. The double underscore in the view name does not signify a database link; it is simply the EDW naming convention separating the subject area from the object type. The view is classified in the source notes as "Not implemented in this database," which in EBS documentation typically denotes that the object is a seeded or patch-delivered definition whose physical presence depends on whether the relevant EDW components were installed in the instance.
Key Columns
The view exposes a small, purpose-built column set:
- DEMAND_CLASS_FK — the foreign key value; this is the
LOOKUP_CODEfrom FND_LOOKUP_VALUES, effectively the demand class identifier carried by transactional and planning records. - DEMAND_CLASS_ID — the demand class identifier column expected by consuming queries and mappings. In the supplied definition the descriptive column is the concatenation
LOOKUP_CODE || '-' || INSTANCE_CODE, which yields a display value combining the demand class code and the local instance code.
Because only the lookup code, the concatenated description, and the demand class identifier are projected, the view is narrow by design. Its value lies in the canonical, instance-aware representation of the demand class rather than in exposing additional lookup attributes such as descriptions or enabled flags.
Common Use Cases and Queries
Typical use cases include join-back lookups in BI reports, ETL dimension resolution (mapping a stored demand class code to its label), and validation extracts confirming which demand class codes are active for a given language.
- Resolving demand class descriptions for forecast and demand reporting:
SELECT DEMAND_CLASS_FK, DEMAND_CLASS_ID FROM EDW_DEMAND_CLASS_FKV ORDER BY DEMAND_CLASS_FK;
- Joining the view to a planning or demand fact table on the demand class foreign key to produce user-facing output:
SELECT F.ORGANIZATION_ID, F.DEMAND_CLASS, D.DEMAND_CLASS_ID FROM MY_DEMAND_FACT F, EDW_DEMAND_CLASS_FKV D WHERE F.DEMAND_CLASS = D.DEMAND_CLASS_FK;
Because the view filters by USERENV('LANG') and SECURITY_GROUP_ID = 0, results are language- and security-group dependent; queries should be executed in the intended session context to obtain correct labels.
-
View: EDW_DEMAND_CLASS_FKV
12.2.2
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: ISCBV_BACKLOGS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISCBV_BACKLOGS_FCV, object_name:ISCBV_BACKLOGS_FCV, status:VALID, product: ISC - Supply Chain Intelligence , description: This is a wrapper view around the base view for the Backlog Snapshot fact table , implementation_dba_data: APPS.ISCBV_BACKLOGS_FCV ,
-
VIEW: APPS.ISC_EDW_BOOKINGS_F_FCV
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.ISCBV_BACKLOGS_FCV
12.1.1
-
View: ISCBV_BACKLOGS_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This is a wrapper view around the base view for the Backlog Snapshot fact table , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_BACKLOGS_F_FCV
12.1.1
-
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: ISC_EDW_BACKLOGS_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BACKLOGS_F_FCV, object_name:ISC_EDW_BACKLOGS_F_FCV, status:VALID, product: ISC - Supply Chain Intelligence , description: This is the collection view for the Backlog Snapshot fact table , implementation_dba_data: APPS.ISC_EDW_BACKLOGS_F_FCV ,
-
View: ISC_EDW_BACKLOGS_F_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This is the collection view for the Backlog Snapshot fact table , implementation_dba_data: Not implemented in this database ,
-
View: EDW_DEMAND_CLASS_FKV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This view can be used by fact views to derive Demand Class dimension foreign keys , implementation_dba_data: Not implemented in this database ,
-
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: ISC - Supply Chain Intelligence , description: This view can be used by fact views to derive Demand Class dimension foreign keys , implementation_dba_data: APPS.EDW_DEMAND_CLASS_FKV ,
-
View: ISC_EDW_BOOKINGS_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOKINGS_F_FCV ONT.ISC_EDW_BOOKINGS_F_FCV, object_name:ISC_EDW_BOOKINGS_F_FCV, status:VALID, product: ISC - Supply Chain Intelligence , description: This is the collection view for the Bookings fact table , implementation_dba_data: APPS.ISC_EDW_BOOKINGS_F_FCV ,
-
View: ISC_EDW_BOOKINGS_F_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This is the collection view for the Bookings fact table , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_BOOKINGS_F_FCV
12.2.2
product: ONT - Order Management , implementation_dba_data: Not implemented in this database ,
-
View: ISC_EDW_BOOKINGS_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOKINGS_F_FCV ONT.ISC_EDW_BOOKINGS_F_FCV, object_name:ISC_EDW_BOOKINGS_F_FCV, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.ISC_EDW_BOOKINGS_F_FCV ,
-
APPS.ISC_EDW_BACKLOGS_F_P SQL Statements
12.1.1
-
VIEW: APPS.ISCBV_BOOKINGS_FCV
12.1.1
owner:APPS, object_type:VIEW, object_name:ISCBV_BOOKINGS_FCV, status:VALID,
-
VIEW: APPS.ISC_EDW_BACKLOGS_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BACKLOGS_F_FCV, object_name:ISC_EDW_BACKLOGS_F_FCV, status:VALID,
-
VIEW: APPS.ISCBV_BACKLOGS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISCBV_BACKLOGS_FCV, object_name:ISCBV_BACKLOGS_FCV, status:VALID,
-
VIEW: APPS.ISCBV_BACKLOGS_BASE_FCV
12.1.1
owner:APPS, object_type:VIEW, object_name:ISCBV_BACKLOGS_BASE_FCV, status:VALID,
-
APPS.ISC_EDW_BACKLOGS_F_C SQL Statements
12.1.1
-
APPS.ISC_EDW_BOOKINGS_F_C SQL Statements
12.1.1
-
TABLE: ISC.ISC_EDW_BACKLOGS_FSTG
12.1.1
owner:ISC, object_type:TABLE, fnd_design_data:ISC.ISC_EDW_BACKLOGS_FSTG, object_name:ISC_EDW_BACKLOGS_FSTG, status:VALID,
-
VIEW: APPS.ISC_EDW_BOOKINGS_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOKINGS_F_FCV ONT.ISC_EDW_BOOKINGS_F_FCV, object_name:ISC_EDW_BOOKINGS_F_FCV, status:VALID,
-
PACKAGE BODY: APPS.ISC_EDW_BACKLOGS_F_P
12.1.1
-
View: CST_EDW_BACKLOG_V
12.2.2
product: BOM - Bills of Material , implementation_dba_data: Not implemented in this database ,
-
View: CST_EDW_BACKLOG_V
12.1.1
product: BOM - Bills of Material , implementation_dba_data: Not implemented in this database ,
-
TABLE: ISC.ISC_EDW_BOOKINGS_FSTG
12.1.1
owner:ISC, object_type:TABLE, fnd_design_data:ISC.ISC_EDW_BOOKINGS_FSTG, object_name:ISC_EDW_BOOKINGS_FSTG, status:VALID,
-
PACKAGE BODY: APPS.ISC_EDW_BACKLOGS_F_C
12.1.1
-
PACKAGE BODY: APPS.ISC_EDW_BOOKINGS_F_C
12.1.1
-
eTRM - ISC Tables and Views
12.1.1
description: This is a temporary table used by the Bookings collection program ,
-
eTRM - MRP Tables and Views
12.1.1
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,