Skip to main content

hr.x_document_check_types

Schema: hr
English table: hr.x_document_check_types
Italian original table: hr.x_tipo_documents_check
Description: Lookup table for document verification statuses and check results.

Overview

  • Columns: 5
  • Primary key: id
  • Outgoing foreign keys: 1
  • Incoming foreign keys: 0
  • Indexes: 2

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
xdct_idxdoccheck_idintegerNOIdentifier of the related xdct record.
xdct_codexdoccheck_codenumeric(1,0)NOCode for xdct.
xdct_descriptionxdoccheck_descriptioncharacter varying(50)NODescription text.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xdct_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_document_check_typesid
  • Unique: c_uk_xdct_id_tenantxdct_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xdct_id_tenant_lookupNObtreetenant_id, xdct_id
idx_xdct_tenant_baseNObtreetenant_id