[Home] [Help]
[Dependency Information]
| Object Name: | MRPFV_DEMAND_CLASSES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MRP.MRPFV_DEMAND_CLASSES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This shows demand classes and associated descriptions.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DEMAND_CLASS | VARCHAR2 | (30) | Yes | Demand class identifier |
| MEANING | VARCHAR2 | (80) | Yes | Meaning of demand class |
| DESCRIPTION | VARCHAR2 | (240) | Descibes the demand class | |
| START_EFFECTIVE_DATE | DATE | The date on which the demand class becomes active | ||
| END_EFFECTIVE_DATE | DATE | The date on which the demand class becomes inactive | ||
| ENABLED_FLAG | VARCHAR2 | (80) | Yes | Indicate whether the demand class is enable for uses |
| LAST_UPDATE_DATE | DATE | Yes | Date on which the row was last updated | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | User identifier who updated the row last |
| CREATION_DATE | DATE | Yes | Date on which the row was created | |
| CREATED_BY | NUMBER | (15) | Yes | User identifier who created the row |
Cut, paste (and edit) the following text to query this object:
SELECT DEMAND_CLASS
, MEANING
, DESCRIPTION
, START_EFFECTIVE_DATE
, END_EFFECTIVE_DATE
, ENABLED_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
FROM APPS.MRPFV_DEMAND_CLASSES;
APPS
FND_COMMON_LOOKUPS
FND_GLOBAL
- show dependent code
APPS.MRPFV_DEMAND_CLASSES is not referenced by any database object
|
|
|
|