oats_committee_type_codes

-1 rows


Description

A COMMITTEE TYPE CODE is the type of committee that can convene to review an ALR APPLICATION. For example: - Electoral Area Director - Board/Council - Agriculture Planning - Other

Columns

Column Type Size Nulls Auto Default Children Parents Comments
committee_type_code varchar 10 null
oats_committee_recommendations.committee_type_code oats_cmrc_cmtc_fk R

User supplied value to uniquely identify a COMMITTEE TYPE CODE

description varchar 100 null

Description of the COMMITTEE TYPE CODE

sort_order int4 10 null

The relative order in which the COMMITTEE TYPE CODE is displayed to the user.

system_required_ind varchar 1 null

Indicates whether or not the code is required by the system. If yes, the users would be prevented from updating or deleting the code value.

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_committee_type_codes_pkey Primary key Asc committee_type_code
oats_committee_type_codes_sort_order_key Must be unique Asc sort_order

Check Constraints

Constraint Name Constraint
avcon_1238100890_syste_022 (((system_required_ind)::text = ANY ((ARRAY['Y'::character varying, 'N'::character varying])::text[])))

Relationships