oats_condition_compliance_rpts

-1 rows


Description

A CONDITION COMPLIANCE RPT is a request by the Commission to have the applicant submit a report on a specified date to detail the compliance is a CONDITION.

Columns

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

System generated sequence number to uniquely identify a CONDITION COMPLIANCE RPT

condition_id int8 19 null
oats_conditions.condition_id oats_ccrp_cond_fk R

System generated sequence number to uniquely identify a CONDITION

expected_date timestamp 29,6 null

Date the report is expected to be submitted to the Commission.

received_date timestamp 29,6 null

Date the report was received by the Commission.

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_condition_compliance_rpts_pkey Primary key Asc condition_compliance_rpt_id
oats_ccrp_cond_fk_i Performance Asc condition_id

Relationships