Contains information about an item.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

The unique ID for an item’s mapping.

name

VARCHAR(64)

null

The name of the item mapping.

description

VARCHAR(1024)

null

A description of the item mapping.

item_path

VARCHAR(256)

not null

The path to the item component.

item_name

VARCHAR(64)

not null

The name of the item.

is_readonly

NUMERIC(1)

null

Indicates whether the item is ready-only (1) or editable (0).

form_handler

INT

null

The Id for the item descriptor associated with the form handler.

mode_id

VARCHAR(40)

not null

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


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

Legal Notices