DICO_TEMP

Definition


The DICO_TEMP is a global temporary table that stores the values of the readable increment distributed counters

Description


The DICO_TEMP is a global temporary table that stores the values of the readable increment distributed counters.

Technical Data


Schema Version 5.0.6
Tablespace
Partitioned No

Summary


The DICO_TEMP 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
COUN_KEY        

    The internal identification key of the distributed counter
    HOLD_OID        

      The identifier of the holder of the distributed counter

      More...

      VALUE        

        The value of the distributed counter

        Column Details

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

        COUN_KEY

        Definition The internal identification key of the distributed counter
        Type DECIMAL(4), NOT NULL

        HOLD_OID

        Definition The identifier of the holder of the distributed counter
        Description

        The identifier of the holder of the distributed counter, that can be:

        • A charge activation of an allowance
        • An allowance

        Type DECIMAL(28), NOT NULL

        VALUE

        Definition The value of the distributed counter
        Type DECIMAL(28,6), NULL