ALLOWANCE_EVENT_CLASS_FIELD

Allowance Event Class Field

Definition


The ALLOWANCE_EVENT_CLASS_FIELD table describes the properties of an allowance event class

Technical Data


Schema Version 2022.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The ALLOWANCE_EVENT_CLASS_FIELD 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
OID PK_ALLOWANCE_EVENT_CLASS_FIELD       

    The unique identifier of the field
    IN_ERROR_STATE        

      Indicates whether the allowance event class field is in error or not

      More...

      NAME        

        The name of the field
        RELEASED_OID        

          The unique identifier of the released allowance event class field when its being modified
          STATE        

            The state of the allowance event class field

            More...

            DESCRIPTION        

              The description of the field
              TYPE        

                The type of the field

                More...

                ALLOWANCEEVENTCLASS_OID       ALLOWANCE_EVENT_CLASS (OID)
                 

                  The unique identifier of the allowance event class having this property

                  Column Details

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

                  OID

                  Definition The unique identifier of the field
                  Type DECIMAL(28), NOT NULL
                  Primary Key PK_ALLOWANCE_EVENT_CLASS_FIELD

                  IN_ERROR_STATE

                  Definition Indicates whether the allowance event class field is in error or not
                  Format

                  The possible values are:

                  • 0: No errors
                  • 1: One or more errors

                  Type BOOLEAN, NULL

                  NAME

                  Definition The name of the field
                  Type VARCHAR(256), NULL

                  RELEASED_OID

                  Definition The unique identifier of the released allowance event class field when its being modified
                  Type DECIMAL(28), NULL

                  STATE

                  Definition The state of the allowance event class field
                  Format

                  The possible values are:

                  • 0: CREATED
                  • 1: MODIFIED
                  • 2: RELEASED

                  Type DECIMAL(3), NULL

                  DESCRIPTION

                  Definition The description of the field
                  Type VARCHAR(2000), NULL

                  TYPE

                  Definition The type of the field
                  Format

                  The possible values are:

                  • 0: number
                  • 1: string
                  • 2: date

                  Type DECIMAL(10), NULL

                  ALLOWANCEEVENTCLASS_OID

                  Definition The unique identifier of the allowance event class having this property
                  Type DECIMAL(28), NOT NULL

                  Primary Key Details

                  See the primary key information:

                  PK_ALLOWANCE_EVENT_CLASS_FIELD

                  Column(s) OID
                  Tablespace COCKPIT_INDX