Skip to main content

hr.x_outcome_types

Schema: hr
English table: hr.x_outcome_types
Italian original table: hr.x_tipi_esiti
Description: Lookup table for outcome types (e.g., Approved, Rejected, Pending) used in various HR processes.

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.
xot_idxtes_idintegerNOIdentifier of the related xot record.
xot_codextes_codiceintegerNOCode for xot.
xot_descriptionxtes_descrizionecharacter varying(50)NODescription text.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xot_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_outcome_typesid
  • Unique: c_uk_xot_id_tenantxot_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xot_id_tenant_lookupNObtreetenant_id, xot_id
idx_xot_tenant_baseNObtreetenant_id