LEGAL_REQUIREMENT_TYPE

0 rows


Description

This is a table for Legal Requirements Types. Stores Type of the legal requirement.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
LEGAL_REQUIREMENT_TYPE_ID NUMBER 18 null
LEGAL_REQUIREMENT.LEGAL_REQUIREMENT_TYPE_ID LEGAL_REQUIREMENT_LEGAL_R_FK1R

Field Legal Requirement Type ID. Stores primary key for this table.

NAME VARCHAR2 1000 null

Field Name. Stores the name given to this record.

DESCRIPTION VARCHAR2 4000 null

Field Description. Stores the description given to this record.

Indexes

Constraint Name Type Sort Column(s)
LEGAL_REQUIREMENT_TYPE_PK Primary key Asc LEGAL_REQUIREMENT_TYPE_ID

Relationships