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 column | Italian original column | Type | Null | Default / Generated | Description |
|---|
id | id | integer | NO | | Surrogate primary key. |
xpmt_id | xtipipag_id | integer | NO | | Identifier of the related xpmt record. |
xpmt_description | xtipipag_description | character varying(50) | NO | | Description text. |
tenant_id | tenant_id | integer | YES | | Tenant identifier for data isolation. |
Relationships
Outgoing foreign keys
| Constraint | Local columns | References | Referenced columns | On update | On delete |
|---|
fk_xpmt_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_payment_method_types → id
- Unique:
c_uk_xpmt_id_tenant → xpmt_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xpmt_id_tenant_lookup | NO | btree | tenant_id, xpmt_id |
idx_xpmt_tenant_base | NO | btree | tenant_id |
Navigation