Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
condition_id | int8 | 19 | null |
|
|
System generated sequence number to uniquely identify a CONDITION |
|||||
alr_appl_component_id | int8 | 19 | null |
|
|
System generated sequence number to uniquely identify an ALR APPL COMPONENT |
|||||
condition_code | varchar | 10 | null |
|
|
User supplied value to uniquely identify a CONDITION CODE |
|||||
approval_dependant_ind | varchar | 1 | null |
|
|
Indicates whether or not the approval of the decision component is contingent on the condition being completed. For example: A survey plan may be required prior to the decision component being approved, or survey plans may be provided on an ongoing basis. |
|||||
description | varchar | 4000 | √ | null |
|
|
Description of the CONDITION |
||||
completion_date | timestamp | 29,6 | √ | null |
|
|
Date the Commission considers the condition completed. |
||||
security_required_ind | varchar | 1 | null |
|
|
Indicates whether or not the CONDITION is bound by the ALR APPL DECISION . SECURITY AMT. All CONDITIONS that are bound by a security must be fulfilled before the security can be released. |
|||||
admin_fee | float8 | 17,17 | √ | null |
|
|
ADMIN FEE is the amount in dollars which can be edited by staff. The number will be saved as part of each condition. |
||||
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_conditions_pkey | Primary key | Asc | condition_id |
oats_cond_apcp_fk_i | Performance | Asc | alr_appl_component_id |
oats_cond_cdcd_fk_i | Performance | Asc | condition_code |
Check Constraints
Constraint Name | Constraint |
---|---|
avcon_1238100890_appro_001 | ((approval_dependant_ind)::text = ANY ((ARRAY['Y'::character varying, 'N'::character varying])::text[])) |
avcon_1238100890_secur_000 | ((security_required_ind)::text = ANY ((ARRAY['Y'::character varying, 'N'::character varying])::text[])) |