FND_VIEWS
Contains the list of Views registered with Applications.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
FND_VIEWS_PK |
VIEW_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| VIEW_ID | NUMBER | 18 | Yes | View Identifier. | |
| VIEW_NAME | VARCHAR2 | 30 | Yes | View Name. | |
| APPLICATION_SHORT_NAME | VARCHAR2 | 50 | Short Name of the application owning the view. | ||
| 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 | Who column: indicates the session login associated to the user who last updated the row. | ||
| DESCRIPTION | VARCHAR2 | 4000 | The comment associated with the view. | ||
| 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? | |
| READ_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag. Is Read allowed on the view? | |
| INSERT_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is Insert allowed on the view? | |
| UPDATE_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is update allowed on the view? | |
| DELETE_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is delete allowed on the view? | |
| FLASHBACK_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is flashback allowed on the view? |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_VIEWS_U1 | Unique | Default | VIEW_ID |
| FND_VIEWS_U2 | Unique | Default | VIEW_NAME |