Skip to main content

hr.x_pdf_extraction_type

Schema: hr
English table: hr.x_pdf_extraction_type
Italian original table: hr.x_tipi_estrazione_pdf
Description: Lookup table for PDF extraction types/strategies used by the payslip parser.

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
pxet_idxties_idintegerNOLogical extraction type identifier (unique per tenant).
pxet_extraction_noxties_num_extractionintegerNOExtraction strategy numeric code used by the parser.
pxet_descriptionxties_descriptioncharacter varying(100)NOHuman-readable description of the extraction strategy.
tenant_idtenant_idintegerYESTenant identifier (multi-tenant isolation).

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_pxet_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

From tableForeign keySource columnsTarget columns
hr._payslip_markerfk_psm_pdf_extraction_typepsm_pdf_extraction_type_id, tenant_idpxet_id, tenant_id

Constraints

  • Primary key: x_pdf_extraction_type_pkeyid
  • Unique: uk_pxet_id_tenantpxet_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_x_pdf_extraction_type_pxet_id_tenantNObtreetenant_id, pxet_id
idx_x_pdf_extraction_type_tenantNObtreetenant_id