Skip to main content

hr.x_period_types

Schema: hr
English table: hr.x_period_types
Italian original table: hr.x_tipo_periodo
Description: Lookup table for time period frequencies (e.g., Monthly, Weekly, Yearly).

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.
xpt_idtipop_idintegerNOIdentifier of the related xpt record.
xpt_descriptiontipop_descrizionecharacter varying(10)NODescription text.
xpt_sort_ordertipop_ordernumeric(2,0)NOXpt sort order.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xpt_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_period_typesid
  • Unique: c_uk_xpt_id_tenantxpt_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xpt_id_tenant_lookupNObtreetenant_id, xpt_id
idx_xpt_tenant_baseNObtreetenant_id