Table slot9.WORLD.TSTA.PLANTIFF_CODES
This table defines the valid plaintiff codes for warrants

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
PLANTIFF_CODE varchar2 2 code to determine the plantiff type
PLANTIF_DESC varchar2 40  √  null describes the type of plantiff
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
ACTIVE IN ('Y', 'N') CK_PLANT_CD_ACTIVE
"PLANTIFF_CODE" IS NOT NULL PLANT_CD_PLANTIFF_CODE_NN

Indexes:
Column(s) Type Sort Constraint Name
PLANTIFF_CODE Primary key Asc PLANT_CD_PK