Skip to main content

hr.x_delegation_notification_types

Schema: hr
English table: hr.x_delegation_notification_types
Italian original table: hr.x_tipi_notifica_delega
Description: Lookup table for delegation-related notification types (e.g., creation, revocation, expiry).

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
xdnt_idtinode_idintegerNOIdentifier of the related xdnt record.
xdnt_descriptiontinode_descriptioncharacter varying(50)NODescription text.
tenant_idtenant_idintegerYESTenant identifier for data isolation.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_xdnt_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_x_delegation_notification_typesid
  • Unique: c_uk_xdnt_id_tenantxdnt_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_xdnt_id_tenant_lookupNObtreetenant_id, xdnt_id
idx_xdnt_tenant_baseNObtreetenant_id