Table slot9.WORLD.TSTA.CITATION_STATUS_CODES
This table defines the valid statue codes for a citation

Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
CITATION_STATUS_CODE varchar2 2 The status of the citation. (Error, complete...)
DESCRIPTION varchar2 40  √  null The description of the citation status.
ACTIVE varchar2 1  √  'N'
ACTIVE_DATE date 7  √  null
REC_ID number 0  √  null

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"CITATION_STATUS_CODE" IS NOT NULL CITSTATCD_CITATION_STATUS_C_NN
ACTIVE IN ('Y', 'N') CK_CITSTATCD_ACTIVE

Indexes:
Column(s) Type Sort Constraint Name
CITATION_STATUS_CODE Primary key Asc CITSTATCD_PK