Database Table: TCSUBTYPE

Each row in this table contains information about the implementation of a terms and conditions sub-type.

Column Name Column Type Column Description
ACCESSBEANNAME VARCHAR (254)
NULL
This column contains the enterprise access bean name for the term.
DEPLOYCOMMAND VARCHAR (254)
NULL
This column contains the deploy command interface name for the term.
TCSUBTYPE_ID CHARACTER (64)
NOT NULL
Primary key. This column contains an identifier for the terms and conditions sub-type.
TCTYPE_ID CHARACTER (64)
NOT NULL
Foreign key to the TCTYPE table. This column indicates the term type.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035129200 TCSUBTYPE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_831 TCTYPE_ID TCTYPE TCTYPE_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
F_830 TCSUBTYPE_ID TCSUBTYPDS TCSUBTYPE_ID Cascade
F_835 TCSUBTYPE_ID TERMCOND TCSUBTYPE_ID Cascade