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


VIEW: APPS.MRPFV_DEMAND_CLASSES

Object Details
Object Name: MRPFV_DEMAND_CLASSES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMRP.MRPFV_DEMAND_CLASSES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This shows demand classes and associated descriptions.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.MRPFV_DEMAND_CLASSES references the following:

SchemaAPPS
ViewFND_COMMON_LOOKUPS
PL/SQL PackageFND_GLOBAL - show dependent code

APPS.MRPFV_DEMAND_CLASSES is not referenced by any database object