Skip to main content

hr.x_reports

Schema: hr
English table: hr.x_reports
Italian original table: hr.x_reports
Description: Master table for system reports configuration, including SQL logic and chart settings (Service table).

Overview

  • Columns: 19
  • Primary key: id
  • Outgoing foreign keys: 1
  • Incoming foreign keys: 0
  • Indexes: 3

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
xr_idxrep_idintegerNOIdentifier of the related xr record.
xr_titlexrep_titlecharacter varying(100)NODisplay name for xr.
xr_typexrep_typenumeric(1,0)NOXr type.
xr_use_variablexrep_use_variablebooleanNOBoolean flag.
xr_variablexrep_variablecharacter varying(50)NOText value.
xr_notesxrep_notetextNOFree-form notes.
xr_group_idxrep_grrep_idintegerNOReference to the report category/group.
xr_start_datexrep_date_startdateNODate associated with the record.
xr_end_datexrep_date_enddateNODate associated with the record.
xr_grouping_countxrep_numero_raggruppamentinumeric(1,0)NOXr grouping count.
xr_output_typexrep_tipo_outputcharacter varying(10)NOText value.
xr_list_idxrep_lista_idcharacter varying(10)NOIdentifier of the related xr list record.
xr_force_report_datexrep_forza_data_reportbooleanNODate associated with the record.
xr_chart_typexrep_type_chartnumeric(2,0)NOXr chart type.
xr_use_custom_sqlxrep_use_custom_sqlbooleanNOBoolean flag.
xr_custom_sqlxrep_custom_sqltextNODirect SQL query used when xr_use_custom_sql is true.
xr_custom_chart_columnsxrep_custom_col_chartcharacter varying(100)NOText value.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_tenant_idtenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_reportsid
  • Unique: uk_xr_id_tenantxr_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xr_group_tenantNObtreetenant_id, xr_group_id
idx_xr_id_tenantNObtreetenant_id, xr_id
idx_xr_tenantNObtreetenant_id