Contains information about an item view.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

A unique ID for an item view.

name

WVARCHAR(64)

not null

The name of the item view.

description

WVARCHAR(1024)

not null

A description of the item view.

uri

VARCHAR(255)

null

The URI to an associated JSP.

app_name

VARCHAR(255)

null

The name of the application where the JSP lives.

mode_id

VARCHAR(40)

not null

The item view mode. Options include: edit, view, and browse.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices