HOLIDAYS_GROUP_DESCRIPTION

Definition


The HOLIDAYS_GROUP_DESCRIPTION table describes how holidays are grouped (by country for example)

Technical Data


Schema Version 2025.0.0
Tablespace CATALOG_DATA
Partitioned No

Summary


The HOLIDAYS_GROUP_DESCRIPTION table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
CLIENT_NUMBER        

    The client number associated to the holiday group
    CODE        

      The code of the holiday group
      LANGUAGE        

        The language of the holiday group
        LABEL        

          The description of the holiday group

          Column Details

          The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

          CLIENT_NUMBER

          Definition The client number associated to the holiday group
          Type DECIMAL(3), NOT NULL

          CODE

          Definition The code of the holiday group
          Type VARCHAR2(256 CHAR), NULL

          LANGUAGE

          Definition The language of the holiday group
          Type VARCHAR2(256 CHAR), NULL

          LABEL

          Definition The description of the holiday group
          Type VARCHAR2(2000 CHAR), NULL