Skip to main content

hr.event_type_details

Schema: hr
English table: hr.event_type_details
Italian original table: hr.x_tipi_eventi_det
Description: Configuration details for event types, defining additional data requirements and behavior.

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
etd_event_type_detail_idxtevdet_idintegerNOTenant-scoped event type detail identifier.
etd_event_type_idxtevdet_tev_idintegerNOReference to the event type this detail belongs to.
etd_data_specxtevdet_datitextNODetail data specification (stored as free-form text).
etd_table_idxtevdet_tabella_idintegerNOReference to the target/source table identifier for this detail.
etd_is_existingxtevdet_esistentebooleanNOWhether the referenced detail already exists.
etd_is_requiredxtevdet_obbligatoriobooleanNOWhether this detail is mandatory for the event type.
etd_type_codextevdet_tiponumeric(1,0)NODetail type code.
etd_data_type_attribute_idxtevdet_dta_idintegerNOReference to the data type/attribute definition used by this detail.
etd_display_orderxtevdet_ordernumeric(3,0)NODisplay/order number for this detail.
etd_show_previous_codextevdet_mostra_precedentenumeric(2,0)NOCode controlling whether and how previous values are shown.
etd_condition_expressionxtevdet_condizionetextNOCondition expression controlling applicability/visibility of the detail.
tenant_idtenant_idintegerYESTenant identifier.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_event_type_details_tenant_idtenant_idcloud.tenantsten_internal_idRESTRICTCASCADE
fk_evtd_tenant_event_typeetd_event_type_id, tenant_idhr.event_typesety_event_type_id, tenant_idRESTRICTRESTRICT

Referenced by

From tableForeign keySource columnsTarget columns
hr.event_type_phase_detail_linksfk_evtpl_tenant_event_type_detailetpl_event_type_detail_id, tenant_idetd_event_type_detail_id, tenant_id

Constraints

  • Primary key: pk_event_type_detailsid
  • Unique: uk_evtd_tenant_event_type_detail_idetd_event_type_detail_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_evtd_tenantNObtreetenant_id
idx_evtd_tenant_data_type_attrNObtreetenant_id, etd_data_type_attribute_id
idx_evtd_tenant_event_typeNObtreetenant_id, etd_event_type_id
idx_evtd_tenant_event_type_detail_idNObtreetenant_id, etd_event_type_detail_id
idx_evtd_tenant_tableNObtreetenant_id, etd_table_id