oats_complaint_appeals

-1 rows


Description

A COMPLAINT APPEAL is a request by the property owner to have the enforcement action reconsidered.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
complaint_appeal_id int8 19 null

System generated sequence number to uniquely identify a COMPLAINT APPEAL

issue_id int8 19 null
oats_issues.issue_id oats_cmap_issu_fk R

System generated sequence number to uniquely identify an ISSUE

appeal_date timestamp 29,6 null

Date the appeal was submitted by the property owner.

description varchar 4000 null

Description of the COMPLAINT APPEAL

hearing_date timestamp 29,6 null

Date the hearing was held to consider the appeal

upheld_ind varchar 1 null

Indicates whether or not the original enforcement action is upheld by the appeal

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_complaint_appeals_pkey Primary key Asc complaint_appeal_id
oats_cmap_issu_fk_i Performance Asc issue_id

Check Constraints

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

Relationships