FND_MVIEWS

Contains the list of MViews registered with Applications.

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_MVIEWS_PK

MVIEW_ID

Columns

Name Datatype Length Precision Not-null Comments
MVIEW_ID NUMBER 18 Yes MView Identifier
MVIEW_NAME VARCHAR2 30 Yes MView Name
APPLICATION_SHORT_NAME VARCHAR2 50 Short name of the application owning the mview.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Yes Who column: indicates the session login associated to the user who last updated the row.
DESCRIPTION VARCHAR2 1000 The comment associated with the mview.
SHORT_NAME VARCHAR2 30 MView Short Name
TEXT CLOB The text of the view statement.
STATUS VARCHAR2 30 Active / Obsolete / EOL / Not Used (default: 'Active').
SELECT_ALLOWED VARCHAR2 1 Yes Y/N Flag.Is Select allowed on the view?

Indexes

Index Uniqueness Tablespace Columns
FND_MVIEWS_U1 Unique Default MVIEW_ID
FND_MVIEWS_U2 Unique Default MVIEW_NAME