Skip to main content

hr.x_payment_method_types

Schema: hr
English table: hr.x_payment_method_types
Italian original table: hr.x_tipi_mezzi_pagamento
Description: Lookup table for salary and reimbursement payment methods (e.g., Bank Transfer, Cash).

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.
xpmt_idxtipipag_idintegerNOIdentifier of the related xpmt record.
xpmt_descriptionxtipipag_descriptioncharacter varying(50)NODescription text.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xpmt_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_payment_method_typesid
  • Unique: c_uk_xpmt_id_tenantxpmt_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xpmt_id_tenant_lookupNObtreetenant_id, xpmt_id
idx_xpmt_tenant_baseNObtreetenant_id