Skip to main content

hr.x_holder_types

Schema: hr
English table: hr.x_holder_types
Italian original table: hr.x_tipo_detentore
Description: Lookup table for workflow holders/approvers (e.g., Direct Manager, HR Office).

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
xht_idxtipdet_idintegerNOIdentifier of the related xht record.
xht_codextipdet_codecharacter varying(5)NOCode for xht.
xht_descriptionxtipdet_descriptioncharacter varying(20)NODescription text.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xht_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

From tableForeign keySource columnsTarget columns
hr.document_model_step_actionsfk_document_model_step_actions_holder_typedmsa_holder_type_code, tenant_idxht_code, tenant_id
hr.document_model_step_actionsfk_document_model_step_actions_next_holderdmsa_next_holder_type_code, tenant_idxht_code, tenant_id

Constraints

  • Primary key: pk_x_holder_typesid
  • Unique: c_uk_xht_code_tenantxht_code, tenant_id
  • Unique: c_uk_xht_id_tenantxht_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xht_id_tenant_lookupNObtreetenant_id, xht_id
idx_xht_tenant_baseNObtreetenant_id