oats_accomplishment_codes

-1 rows


Description

An ACCOMPLISHMENT CODE is a specific business function that must be completed for an ALR APPLICATION as it is processed by the ALC.For example: - Application Received - Site Map / Geometry - Acknowledgment - Staff Report Completed - Decision Rendered - Decision Geometry - Map Amendment

Columns

Column Type Size Nulls Auto Default Children Parents Comments
accomplishment_code varchar 10 null
oats_accomplishments.accomplishment_code oats_acmp_accd_fk R

User supplied value to uniquely identify an ACCOMPLISHMENT CODE

description varchar 100 null

Description of the ACCOMPLISHMENT CODE

sort_order int4 10 null

A number indicating the relative completion order of an ACCOMPLISHMENT CODE.

published_ind varchar 1 null

Indicates whether or not the ACCOMPLISHMENT CODE is displayed as the status of an ALR APPLICATION to the general public

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_accomplishment_codes_pkey Primary key Asc accomplishment_code

Check Constraints

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

Relationships