[Home] [Help]
[Dependency Information]
| Object Name: | OE_DEMAND_CLASSES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ONT.OE_DEMAND_CLASSES_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT DEMAND_CLASS
, DESCRIPTION
, DEMAND_CLASS_CODE
FROM APPS.OE_DEMAND_CLASSES_V;
APPS
FND_COMMON_LOOKUPS
FND_GLOBAL
- show dependent code
APPS
OE_OE_PRICING_AVAILABILITY
- show dependent code
|
|
|
|