Schema: hr
English table: hr.x_payslip_body_items
Italian original table: hr.x_retribuzioni_voci_corpo_cedolino
Description: Records for x payslip body items.
Overview
- Columns: 7
- Primary key: id
- Outgoing foreign keys: 2
- Incoming foreign keys: 0
- Indexes: 4
Columns
| English column | Italian original column | Type | Null | Default / Generated | Description |
|---|
id | id | integer | NO | | Surrogate primary key. |
xpbi_id | xcorpced_id | integer | NO | | Identifier of the related xpbi record. |
xpbi_code | xcorpced_code | character varying(5) | NO | | Code for xpbi. |
xpbi_description | xcorpced_description | character varying(100) | NO | | Description text. |
xpbi_company_id | xcorpced_az_id | integer | NO | | Identifier of the related xpbi company record. |
xpbi_language_id | xcorpced_lng_id | integer | NO | | Identifier of the related xpbi language record. |
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_tenant_id | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
fk_xpbi_language | xpbi_language_id, tenant_id | hr.languages | language_code_id, tenant_id | RESTRICT | RESTRICT |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_payslip_body_items → id
- Unique:
c_uk_xpbi_id_tenant → xpbi_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xpbi_company_tenant | NO | btree | tenant_id, xpbi_company_id |
idx_xpbi_id_tenant_lookup | NO | btree | tenant_id, xpbi_id |
idx_xpbi_language_tenant | NO | btree | tenant_id, xpbi_language_id |
idx_xpbi_tenant_base | NO | btree | tenant_id |
Navigation