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


TABLE: APPLSYS.FND_VIEWS

Object Details
Object Name: FND_VIEWS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_VIEWS
Subobject Name:
Status: VALID


FND_VIEWS stores information about the registered views in your
applications. Each row includes the name and description of the
view and the view text. You need one row for each view in
each application. Oracle Applications uses this information when
installing and upgrading the database.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_VIEWS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnVIEW_ID
FND_VIEWS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnVIEW_NAME
ColumnAPPLICATION_ID
FND_VIEW_DESC DOMAIN NONUNIQUE Tablespace ColumnDESCRIPTION
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier
VIEW_ID NUMBER (15) Yes View identifier
VIEW_NAME VARCHAR2 (30) Yes View name
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
DESCRIPTION VARCHAR2 (240)
Description
TEXT LONG (0)
Text of the view statement
IREP_COMMENTS VARCHAR2 (4000)
Comments from CASE
IREP_ANNOTATIONS VARCHAR2 (4000)
Annotations from CASE
Query Text

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


SELECT APPLICATION_ID
,      VIEW_ID
,      VIEW_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
,      TEXT
,      IREP_COMMENTS
,      IREP_ANNOTATIONS
FROM APPLSYS.FND_VIEWS;

Dependencies

[top of page]

APPLSYS.FND_VIEWS does not reference any database object

APPLSYS.FND_VIEWS is referenced by following:

SchemaAPPS
TriggerDR$FND_VIEW_DESCTC
Package BodyETRM_FNDNAV - show dependent code
SynonymFND_VIEWS