oats_system_setting_codes

-1 rows


Description

A SYSTEM SETTING CODE is a system wide global variable value. For example:- OATS Application Version

Columns

Column Type Size Nulls Auto Default Children Parents Comments
system_setting_code varchar 10 null

System Developer supplied value to uniquely identify a SYSTEM SETTING CODE.

description varchar 100 null

Description of the SYSTEM SETTING CODE

system_setting_value varchar 4000 null

The value of the system setting. The application will perform any necessary conversions todifferent formats.

who_created varchar 32 null

WHO CREATED is the IDIR or Oracle userid of the person who created the record.

when_created timestamp 29,6 null

WHEN CREATED is the date/time that the record was created.

who_updated varchar 32 null

WHO UPDATED is the IDIR or Oracle userid of the person who last updated the record.

when_updated timestamp 29,6 null

WHEN UPDATED is the date/time that the record was last updated.

revision_count int8 19 0

REVISION COUNT is used by Hibernate to control optimistic locking

Indexes

Constraint Name Type Sort Column(s)
oats_system_setting_codes_pkey Primary key Asc system_setting_code

Relationships