Skip to main content

hr.x_reference_types

Schema: hr
English table: hr.x_reference_types
Italian original table: hr.x_tipo_riferimento
Description: Lookup table for reference types used to categorize entities or metadata (e.g., Internal, External, System).

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
xret_codexrif_idcharacter varying(3)YESCode for xret.
xret_namexrif_denominazionecharacter varying(30)NODisplay name for xret.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xret_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_reference_typesid
  • Unique: c_uk_xret_code_tenantxret_code, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xret_code_tenant_lookupNObtreetenant_id, xret_code
idx_xret_tenant_baseNObtreetenant_id