Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accomplishment_id | int8 | 19 | null | 
                                         | 
                                    
                                         | 
                                    System generated sequence number to uniquely identify an ACCOMPLISHMENT  | 
                                |||||
| alr_application_id | int8 | 19 | null | 
                                         | 
                                    
                                        
  | 
                                    System generated sequence number to uniquely identify an ALR APPLICATION. This is also used as the ALR APPLICATION’S external reference number.  | 
                                |||||
| accomplishment_code | varchar | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    User supplied value to uniquely identify an ACCOMPLISHMENT CODE  | 
                                |||||
| completion_date | timestamp | 29,6 | null | 
                                         | 
                                    
                                         | 
                                    Date the ACCOMPLISHMENT was completed for an ALR APPLICATION  | 
                                |||||
| 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_accomplishments_pkey | Primary key | Asc | accomplishment_id | 
| oats_accomplishments_alr_application_id_accomplishment_code_key | Must be unique | Asc/Asc | alr_application_id + accomplishment_code | 
| oats_acmp_accd_fk_i | Performance | Asc | accomplishment_code | 
| oats_acmp_appl_fk_i | Performance | Asc | alr_application_id | 
| oats_acmp_uk | Must be unique | Asc/Asc | alr_application_id + accomplishment_code | 

