Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LEGAL_ENTITY_ID | NUMBER | 18 | null |
|
|
Field Legal Entity 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. |
|||||||||||||||||||||||||||||||||||
ENUM_LEGAL_ENTITY_ID | NUMBER | 18 | null |
|
|
Field Enumeration Legal Entity ID. Stores the type of entity of the record, foreign key to table enum_legal_entity. |
||||||||||||||||||||||||||||||||||||
COUNTRY_ID | NUMBER | 18 | null |
|
|
Field Country ID. Stores foreign key to table country in this record. |
||||||||||||||||||||||||||||||||||||
ADDRESS | VARCHAR2 | 4000 | √ | null |
|
|
Field Address. Stores the address of the entity. |
|||||||||||||||||||||||||||||||||||
PHONE | VARCHAR2 | 50 | √ | null |
|
|
Field Phone. Stores the phone of the entity. |
|||||||||||||||||||||||||||||||||||
FAX | VARCHAR2 | 50 | √ | null |
|
|
Field Fax. Stores the fax of the entity. |
|||||||||||||||||||||||||||||||||||
WEB | VARCHAR2 | 500 | √ | null |
|
|
Field Web. Stores the web address of the entity. |
|||||||||||||||||||||||||||||||||||
VARCHAR2 | 500 | √ | null |
|
|
Field Email. Stores the email of the entity. |
||||||||||||||||||||||||||||||||||||
MAIN_RESPONSIBILITIES | VARCHAR2 | 4000 | √ | null |
|
|
Field Main Responsibilities. Stores the responsabilities of the entity. |
|||||||||||||||||||||||||||||||||||
STRUCTURE | NUMBER | 1 | √ | null |
|
|
Field Structure. Stores if the entity have a structure. |
|||||||||||||||||||||||||||||||||||
QUALITY_STANDARDS_SYSTEM | NUMBER | 1 | √ | null |
|
|
Field Quality Standards System. Stores if the entity have a quality standards system. |
|||||||||||||||||||||||||||||||||||
CERTIFICATES_ENDORSEMENTS | NUMBER | 1 | √ | null |
|
|
Field Certificates Endorsements. Stores if the entity have a certificates and endorsements. |
|||||||||||||||||||||||||||||||||||
ABBREVIATION | VARCHAR2 | 500 | √ | null |
|
|
Field Abbreviation. Stores the abbreviation of the entity. |
|||||||||||||||||||||||||||||||||||
ENUM_STATUS_ID | NUMBER | 18 | null |
|
|
Field Status. Stores the status of the record, foreign key to table enum_status. |
||||||||||||||||||||||||||||||||||||
VERSION_ID | NUMBER | 18 | 0 |
|
|
Field Version. Stores the version of the record. |
||||||||||||||||||||||||||||||||||||
CUSER | VARCHAR2 | 75 | null |
|
|
Field Create User. Stores who create the record. |
||||||||||||||||||||||||||||||||||||
CDATE | TIMESTAMP(6) | 11,6 | SYSTIMESTAMP |
|
|
Field Create Date. Stores when the record was created. |
||||||||||||||||||||||||||||||||||||
MUSER | VARCHAR2 | 75 | null |
|
|
Field Modified User. Stores who modified the record. |
||||||||||||||||||||||||||||||||||||
MDATE | TIMESTAMP(6) | 11,6 | SYSTIMESTAMP |
|
|
Field Modified Date. Stores when the record was modified. |
||||||||||||||||||||||||||||||||||||
DIPLOMAS_TAB | NUMBER | 1 | √ | 1 |
|
|
||||||||||||||||||||||||||||||||||||
COC_TAB | NUMBER | 1 | √ | 1 |
|
|
||||||||||||||||||||||||||||||||||||
ENDORSEMENTS_TAB | NUMBER | 1 | √ | 1 |
|
|
||||||||||||||||||||||||||||||||||||
COPS_TAB | NUMBER | 1 | √ | 1 |
|
|
||||||||||||||||||||||||||||||||||||
OTHER_TAB | NUMBER | 1 | √ | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ENTITY_PK | Primary key | Asc | LEGAL_ENTITY_ID |