TCSUBTYPE

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

Column Descriptions:

NameTypeDescription
TCSUBTYPE_IDCHAR (64) NOT NULLPrimary key. This column contains an identifier for the terms and conditions sub-type.
TCTYPE_IDCHAR (64) NOT NULLForeign key to the TCTYPE table. This column indicates the term type.
ACCESSBEANNAMEVARCHAR (254)This column contains the enterprise access bean name for the term.
DEPLOYCOMMANDVARCHAR (254)This column contains the deploy command interface name for the term.
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>TCSUBTYPE_IDPrimary Key
I0000808TCTYPE_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_831TCTYPE_IDTCTYPETCTYPE_IDCascade

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_830TCSUBTYPE_IDTCSUBTYPDSTCSUBTYPE_IDCascade
F_835TCSUBTYPE_IDTERMCONDTCSUBTYPE_IDCascade