GENERAL_CONFIG_UDT 
Default Table Name  GENERAL_CONFIG_UDT 
Definition 
 Name: General Configuration UDT Table.     Description: This table contains the general UDT options selected for the system.
 

GENERAL_CONFIG_UDT Columns 
ColumnName  Domain  Datatype  NULL  Definition 
COMPANY_ID(PK)(FK)    VARCHAR2(10)  NO 
Name: Record Key. Description: The Company ID for these UDT settings.
 
S_UDT_CD(PK)    VARCHAR2(5)  NO 
Name: UDT . Description: The identifier for the UDT table. The valid options are as follows: UDT01 to UDT15
 
UDT_USE_FL    VARCHAR2(1)  NO 
Name: UDT Use Flag. Description: Logical as to whether the UDT is used.
 
UDT_SIZE_NO    NUMBER(10, 0)  NO 
Name: UDT Size Number. Description: The size of the UDT in characters.
 
UDT_SEQ_NO    NUMBER(10, 0)  NO 
Name: UDT Sequence Number. Description: Default sequence number for UDT. This controls the order of the UDT tables.
 
MODIFIED_BY    VARCHAR2(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMBER(10, 0)  NO 
Name: Row Version. Description: The number of times this record has been updated.
 
TIME_STAMP    DATE  NO 
Name: Time Stamp. Description: Date and time the record was last modified.
 

GENERAL_CONFIG_UDT Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0138  PrimaryKey  COMPANY_ID, S_UDT_CD 

GENERAL_CONFIG_UDT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
GENERAL_CONFIG  Identifying  One To Zero or More  F00122      COMPANY_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
GENERAL_CONFIG_UDT_LABELS  Identifying  One To Zero or More  F00123        NO  NO