DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OE_DEMAND_CLASSES_V

Object Details
Object Name: OE_DEMAND_CLASSES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewONT.OE_DEMAND_CLASSES_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is based on FND_COMMON_LOOKUPS. It picks up only those demand classes which are enabled, and are active on the data the ordered is entered.


[View Source]

Columns
Name Datatype Length Mandatory Comments
DEMAND_CLASS VARCHAR2 (80) Yes Demand class name.
DESCRIPTION VARCHAR2 (240)
Demand class description.
DEMAND_CLASS_CODE VARCHAR2 (30) Yes Demand class code.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DEMAND_CLASS
,      DESCRIPTION
,      DEMAND_CLASS_CODE
FROM APPS.OE_DEMAND_CLASSES_V;

Dependencies

[top of page]

APPS.OE_DEMAND_CLASSES_V references the following:

SchemaAPPS
ViewFND_COMMON_LOOKUPS
PL/SQL PackageFND_GLOBAL - show dependent code
APPS.OE_DEMAND_CLASSES_V is referenced by following:

SchemaAPPS
Package BodyOE_OE_PRICING_AVAILABILITY - show dependent code