[Home] [Help]
[Dependency Information]
Object Name: | FND_VIEWS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
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.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_VIEWS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_VIEWS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_VIEW_DESC | DOMAIN | NONUNIQUE |
![]() |
![]() |
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 |
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;
APPLSYS.FND_VIEWS does not reference any database object
APPLSYS.FND_VIEWS is referenced by following:
|
|
|